<< Click to Display Table of Contents >>

ISOAPLogTarget

OZ UDL에서 SOAP 스토어 정보를 사용하기 위한 인터페이스로, Service Response 후에 로그가 기록됩니다.


Method Detail

ServiceName

public string ServiceName

클라이언트에서 요청한 서비스 이름을 가져옵니다.

Port

public string Port

클라이언트에서 요청한 서비스의 포트를 가져옵니다.

Operation

public string Operation

클라이언트에서 요청한 서비스의 오퍼레이션을 가져옵니다.

EndPoint

public string EndPoint

클라이언트에서 요청한 서비스를 호출한 EndPoint를 가져옵니다.

RequestXML

public string RequestXML

클라이언트에서 요청한 XML 내용을 가져옵니다.

ServiceExecuteTime

public long ServiceExecuteTime

클라이언트에서 요청한 서비스가 실행되는 시간을 가져옵니다.(단위: Milliseconds)

ServiceState

public string ServiceState

클라이언트에서 요청한 SOAP의 서비스가 정상적으로 실행되었는지 여부(true, false:ErrMsg)를 가져옵니다.