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.

amqswsdl escapedUri className .asmx className .wsdl


Parameters

    escapedUri (Input)
    The URI of the service, with all & escaped to &amp.. For example:
    "jms:/queue?destination=REQUESTDOTNET
    &amp.initialContextFactory=com.ibm.mq.jms.Nojndi
    &amp.connectionFactory=(connectQueueManager(QM1)binding(server))
    &amp.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.