Basic Web service client programming

You code client applications almost identically to the equivalent applications for SOAP/HTTP and you can continue to use your standard development environment. However, you must add a registration call to the client to register the WebSphere MQ transport for SOAP transport sender, so that the WebServices framework at the client environment is willing to accept a URI prefixed with 'jms:'. This call depends on the programming language, as follows:

Java(TM)
com.ibm.mq.soap.Register.extension ();
C#
IBM(R).WMQSOAP.Register.Extension();
Visual Basic
IBM.WMQSOAP.Register.Extension()

Examples of these calls are given in the following sections.