Basic Web service client programming

You code client applications almost identically to the equivalent applications for SOAP/HTTP and we can continue to use your standard development environment. However, 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

com.ibm.mq.soap.Register.extension ();

C#

IBM.WMQSOAP.Register.Extension();

Visual Basic

IBM.WMQSOAP.Register.Extension()

Examples of these calls are given in the following sections.