Wednesday 22 March 2017

               SOAP to SOAP Scenario( Dual Stack(7.11)

ESR Connectivity:
Step1:
Create Namespace for Soap to Soap scenario as shown below

Step2:
Under that namespace create External definition by importing the wsdl file.

Step3:
Create Service interface one for outbound and another for inbound.

Outbound:




Inbound:










Integration Builder Configuration:
Step4:
Create two Business components one for sender interface and another for receiver interface as shown below.
Sender Business component:
Receiver Business component:



Step5:
Create communication channels one for sender and another for receiver under sender and receiver  bussiness components respectively as shown below.
Sender Communication channel:











Receiver Communication channel:








Step6:
Create Sender Agreement by adding the sender details as below.
Step7:
Create Receiver Agreement by adding communication component for sender , receiver and communication channel .

Step8:
Now, Create Interface determination by adding sender communication component and conditions for receiver interface.
Step9:
Create Receiver Determination by adding communication component for receiver as shown below.
Save and active all the objects which we have created above.
Step10:
Now, Create WSDL file for testing the soap scenario in SOAP UI.
Process of creating wsdl file:
1.       Go to Tools and click on Display WSDL















2.       It will open wizard click on continue.
3.       Now, Specify URL of Web Server as shown below.

4.       Specify the name, namespace and Software components and click on continue.

5.       Now, Specify the sender details and again click on continue.
6.       Finally, after clicking on continue it is asking for overview just verify the details and click on finish.
7.       After click on finish it will generate WSDL file save the file.









Testing in SOAP UI:
ü  Open SOAP UI and click on new project browse the wsdl file as shown below.
      
ü  Provide credentials for the service and provide inputs then click on execute it will show the response.


1 comment: