LibraryLink ToToggle FramesPrintFeedback

Name

wsdl2service — generates a WSDL document containing a valid endpoint definition from a binding element.

Synopsis

wsdl2service [[-?] | [-help] | [-h]] {-transport { http | jms }} [-e service-name] [-p port-name] { -n binding-name} [-a address] [-soap12] [[-jds (queue/topic)] | [-jpu jndi-provider-URL] | [-jcf initial-context-factory] | [-jfn jndi-connection-factory-name] | [-jdn jndi-destination-name] | [-jmt { text | binary }] | [-jmc { true | false }] | [-jsn durable-subscriber-name]] [-o output-file] [-d output-directory] [-v] [[-verbose] | [-quiet]] { wsdlurl }

Arguments

The arguments used to manage the WSDL file generation are reviewed in the following table.

OptionInterpretation
-?Displays the online help for this utility.
-help
-h
-transport (http/jms)Specifies the type of transport to use for the generated service.
-e service-nameSpecifies the value of the generated service element's name attribute.
-p port-name Specifies the value of the generated port element's name attribute. To specify multiple port elements, separate the names by a space.
-a addressSpecifies the value used in the address element of the port.
-soap12Specifies that the SOAP version to use is 1.2.
-n binding-name Specifies the binding used to generate the service.
-jds {queue/topic} Specifies the JMS destination style.
-jpu jndi-provider-URL Specifies the URL of the JMS JNDI provider.
-jcf initial-context-factorySpecifies the JMS initial context factory.
-jfn jndi-connection-factory-nameSpecifies the JMS JNDI connection factory name.
-jdn jndi-destination-name Specifies the JMS JNDI destination name.
-jmt (text/binary)Specifies the JMS message type.
-jmc (true/false)Specifies if the MessageID is used as the CorrelationID.
-jsn durable-subscriber-nameSpecifies an optional durable subscriber name.
-o output-fileSpecifies the name of the generated WSDL file.
-d output-directory Specifies the directory in which the generated WSDL is placed.
-vDisplays the version number for the tool.
-verboseDisplays comments during the code generation process.
-quietSuppresses comments during the code generation process.
wsdlurlThe path and name of the existing WSDL file.