-WSDL wsdl-document -WSDLUserid user-id -WSDLPassword password
-Service service-name -ServiceNamespace service-namespace -Port port-name -Binding binding-name -BindingNamespace binding-namespace -SOAPEndpoint URL-endpoint -SOAPEndpointUserid user-id -SOAPEndpointPassword password -TargetNamespace targetNamespace -maxConnections num-connections -connectionLifetime nSeconds -nohostverify -nosessionreuse -pf filename |
Connection parameter
|
Description
|
-WSDL wsdl-document
|
URL, UNC, or local file pathname (possibly relative) to the WSDL file that describes the Web service.
|
-WSDLUserid user-id
|
Username to authenticate access to the WSDL file (overridden by any username specified in the WSDL URL).
|
-WSDLPassword password
|
Password to authenticate access to the WSDL file (overridden by any password specified in the WSDL URL).
|
-Service service-name
|
Name of a <service> element in the WSDL.
|
-ServiceNamespace service-namespace
|
Namespace for service-name specified in the -Service parameter.
|
-Port port-name
|
Name of a <port> element defined in the specified <service> element.
|
-Binding binding-name
|
Name of a <binding> element in the WSDL.
|
-BindingNamespace binding-namespace
|
Namespace for binding-name specified in the -Binding parameter.
|
-SOAPEndpoint URL-endpoint
|
URL location for the Web service.
|
-SOAPEndpointUserid user-id
|
Username to authenticate access to the Web service endpoint (URL). This endpoint can be specified by the -SOAPEndpoint parameter. It can also be implied by the -Service parameter, the -Port parameter, or the -WSDL parameter (if there is only one service containing one port).
|
-SOAPEndpointPassword password
|
Password to authenticate access to the Web service endpoint.
|
-TargetNamespace targetNamespace
|
The namespace that uniquely identifies a WSDL. It must match the target namespace declared in the document specified by the -WSDL parameter. This can be used as a verification check.
|
-maxConnections num-connections
|
Maximum number of simultaneous (parallel) connections maintained between the client and Web service for asynchronous requests.
|
-connectionLifetime nSeconds
|
The maximum number of seconds that a given connection can be reused for asynchronous requests before it is destroyed.
|
-nohostverify
|
If specified, turns off host verification for a Secure Socket Layer (SSL) connection using HTTPS. Without this parameter specified, the client compares the host name specified in the URL with the Common Name specified in the server certificate, and raises an error if they do not match. With this parameter specified, the client never raises the error.
For more information, see the sections on managing the OpenEdge certificate store in OpenEdge Getting Started: Core Business Services - Security and Auditing.1
|
-nosessionreuse
|
If specified, the connection does not reuse the SSL session ID when reconnecting to the same Web server using HTTPS.2
|
-pf filename
|
File containing any parameters specified in the CONNECT( ) method.
|