|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (1)
View Page History
3 bindings are available: UserManagementSoapBinding, AdminManagementSoapBinding and BaseAdminSoapBinding.
You should use the first one UserManagementSoapBinding.
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.
Then the request looks like the following figure.
!request.png|border=1,width=800,height=600!
The answer of this call provides the logical address of the WS within the ESB node. The format of this internal address is:
<service_namespace>::<service_localPart>@<endpoint_name>
Here is an illustration of the answer:
!response.png|border=1,width=800,height=600!