How-to use administration service

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (5)

View Page History
You should use the first one UserManagementSoapBinding.

h2. Example of binding operation

Let's take a Weather Web Service available at the address: [http://localhost:9004/Weather]

In order to bind it to an ESB node, we have to select the bind operation available in UserManagementSoapBinding.
We need to provide the address of the WS and its wsdl. We can provide the wsdl by URL or attachment. The simpler
way is to use the URL tag since it is often available by adding ?wsdl at the end of a WS address: here [http://localhost:9004/Weather?wsdl].
http://localhost:9004/Weather?wsdl.
Then the request looks like the following figure.
!request.png|border=1,width=800,height=600!

Here is an illustration of the answer:
!response.png|border=1,width=800,height=600! !response.png|border=1,width=1000,height=600!