wsif.properties 파일 - 초기 컨텐츠

WSIF(Web Services Invocation Framework) 특성이 wsif.properties로 이름 지정된 특성 파일의 com.ibm.ws.runtime.jar 파일에 저장됩니다. 이 파일의 컨텐츠를 수정해야 할 수도 있습니다. 예를 들어, 기본 SOAP 제공자를 변경하기 위한 참조에 대한 wsif.properties 파일의 "동봉됨" 컨텐츠의 사본이 있습니다.

com.ibm.ws.runtime.jar 파일은 app_server_root/plugins 디렉토리에 위치합니다. 여기서, app_server_root는 IBM® WebSphere® Application Server의 설치를 위한 루트 디렉토리입니다.

WSIF가 해당 파일을 찾을 수 있고 클라이언트 관리자가 WSIF를 구성하기 위해 이를 사용할 수 있도록 클래스 경로에서 wsif.properties 파일을 유지해야 합니다. 그러나, 파일을 변경하면 com.ibm.ws.runtime.jar 파일에서 원래 사본을 바꾸지 않습니다. 대신, app_server_root/lib/properties 디렉토리에 수정된 버전을 저장하십시오.

다음 코드는 wsif.properties 파일의 초기 컨텐츠입니다. 가능한 모든 특성이 나열되고 설명됩니다.

# Two properties are used to override which WSIFProvider is selected when there
# exists multiple providers supporting the same namespace URI. These properties are: 
#
#    wsif.provider.default.CLASSNAME=N
#    wsif.provider.uri.M.CLASSNAME=URI
#
# CLASSNAME is the WSIFProvider class name
# N is the number of following default wsif.provider.uri.M.CLASSNAME properties 
# M is a number from 1 to N to uniquely identify each wsif.provider.uri.M.CLASSNAME
#   property key.
# For example the following two properties would override the default SOAP provider 
# to be the Apache SOAP provider:
#
# wsif.provider.default.org.apache.wsif.providers.soap.ApacheSOAP.WSIFDynamicProvider_ApacheSOAP=1
# wsif.provider.uri.1.org.apache.wsif.providers.soap.ApacheSOAP.WSIFDynamicProvider_ApacheSOAP=\
# http://schemas.xmlsoap.org/wsdl/soap/
#

# maximum number of milliseconds to wait for a response to a synchronous request. 
# Default value if not defined is to wait forever.
# Timeout properties are only used by providers that support timeouts.
wsif.syncrequest.timeout=10000

# maximum number of seconds to wait for a response to an async request. 
# if not defined on invalid defaults to no timeout  
# Timeout properties are only used by providers that support timeouts.
wsif.asyncrequest.timeout=60

기존 웹 서비스가 WSIF에 대해 계속 작업할 수 있도록 하려면 기본 WSIF SOAP 제공자를 다시 이전 Apache SOAP 제공자로 변경해야 할 수 있습니다.


주제 유형을 표시하는 아이콘 참조 주제



시간소인 아이콘 마지막 업데이트 날짜: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rwsf_prop
파일 이름:rwsf_prop.html