Hi All...
Can any one plz explain SOAP Scenario in detail (Step by step)..
And also plz provide me some stuff regarding the same.
my mail id divakar.jonnala@yahoo.com
regards
diva
I have tried to put together a SOAP scenario in this weblog
RFC -> SOAP
/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2
Do refer the same and get back in case you have any clarifications !!!
Hi There,
SOAP Adapter is used whenever you have to deal with a WEB Service exposed by a system. For this to happen the web service system always provide the Webservice associated WSDL to work with.
WSDL itself is WEB Service description language. If the company has provided the WSDL then one should be able to use SOAP adapter.
To use WSDL you need to import the WSDL as EXTERNAL DEFINATION under interface objects. Just right click on EXTERNAL DEFINATION and choose new.
In the selection criteria make sure to choose WSDL.
After you import the WSDL, just select the messages under which you will see all the web methods available in that WSDL and in the WSDL itself you will be able to see SOAP ACTIONS relevant to each of the web methods under messages tab.
In the SENDER SOAP ADAPTER, you will need to put the URL provided by the company and the SOAP ACTION to invoke a particular WEB METHOD. You will also need to provide URL Authorization, Proxy settings.
Your scenario might be:
1)To send data from R/3(RFC) to Web Server(SOAP) through XI.
2) Web Server(SOAP) to Mainframe(File) through XI.
Hope this helps.
Regards,
Ashish
Add a comment