on 2007 Jul 19 6:37 AM
Hello
Pls send me the docs/pdf to send data from jsp page on web server to SAP XI and then to R/3.
Regards
Hi Rac,
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.
Yours is SOAP -> IDOC or JDBC Scenario....
Have a look at the following blogs...might be helps to you...
/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
https://weblogs.sdn.sap.com/pub/wlg/1334 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
https://weblogs.sdn.sap.com/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
https://weblogs.sdn.sap.com/pub/wlg/1442 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services
Cheers...
Vasu
<b>** REward POints if found useful **</b>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rac S,
<i>1. Do I have to make Webservice at my Web Server end and then import the wsdl from there to my xi design as ext defination.</i>
Do the Scenario as usual..
Create the Webservice ....
While creating the CC, you can use the <b>SOAP Adapter</b> and fill the required parameters like Target URL, SOAP Action etc....
<i>2. How to make Webservice at Web Server end?</i>
For generating the WEB Service...see the link given below..
tools we have to use to create the webservice...
/people/community.user/blog/2006/09/19/xi-webservice-studio--a-plain-jane-soap-tool
How to send the SOAP request to XI -
Also see SAP Note 856597
Cheers...
Vasu
<b>** REward POints if found useful **</b>
Hello Vasu,
If I understood correctly ---
As XI is webservice provider and jsp is webservice consumer
I have to create Web Service in xi and then i will use Soap Sender adapter for that webservice wsdl and then send data to R/3.
I can make sync sender interface so that request response can be done.
But how will I initiate that Webservice WSDL with my request jsp?
Pls correct me If I am wrong anywhere
Regards
User | Count |
---|---|
70 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.