amqswsdl: generate WSDL for .NET Framework 1 or 2 service
amqswsdl takes a web service written for .NET Framework 1 or 2, and generates the WSDL for the class, inserting the URI you provide for the IBM MQ transport for SOAP into the generated WSDL.
Purpose
Use amqswsdl to generate WSDL containing the URI of the service deployed to IBM MQ. Use the WSDL to generate client proxies.Parameters
- escapedUri (Input)
- The URI of the service, with all
&
escaped to&.
. For example:"jms:/queue?destination=REQUESTDOTNET &.initialContextFactory=com.ibm.mq.jms.Nojndi &.connectionFactory=(connectQueueManager(QM1)binding(server)) &.targetService=Quote.asmx"
- className.asmx (Input)
- The service class.
- className.wsdl (Output)
- The service WSDL.
Description
If the class is implemented using the code-behind programming model, you must build className.dll and store it in ./bin.