cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice

Former Member
0 Kudos

Hi All

I am looking for a sample webservice which comes along with XI installation.

Please let me know, if anyone is having any idea on the same

Regards

Madhan Doraikannan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Madhan,

As Sam just said you have to design and configure a sample scenario in XI to make it available as Web Service. So I thought I will take the step of explaining you how to do the same.Please go thru the link below and follow the steps mentioned in it while defining the web service.

http://help.sap.com/saphelp_erp2004/helpdata/en/31/daa0404dd52b54e10000000a1550b0/content.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/54/048d40e802ce62e10000000a155106/frameset.htm

You can create SOAP Request from WSDL using the following tool.

http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=65a1d4ea-0f7a-41bd-8494-e916e...

You've to expose your outbound message interface as a WSDL which can be used by say EP.

Also go thru the following threads

In any B2B scenario, you're going to have stricter security requirements. XI and other SAP applications in the vast majority of cases reside within the internal network of a company, as I'm sure it does for your company A. It is recommended to have some kind of reverse proxy/web switch hardware/software residing in the DMZ to intercept the external request. Direct requests (especially HTTP) by most, if not all, companies will not be allowed to freely pass to applications within a company's intranet.

SAP has something called the Web Dispatcher that is commonly used for such a purpose. You can find more info on it at the following link:

http://help.sap.com/saphelp_nw04/helpdata/en/42/5cfd3b0e59774ee10000000a114084/frameset.htm

You'll also find some visuals and more security related topics at the following link:

http://help.sap.com/saphelp_nw04/helpdata/en/d9/ef2940cbf2195de10000000a1550b0/frameset.htm

In addition, you'll probably require a more secure transport protocol like HTTPS/SSL as well.

I hope I have answered your query.

Regards,

Abhy

PS: AWARD POINTS FOR HELPFUL ANSWERS.

Answers (1)

Answers (1)

sam_raju
Contributor
0 Kudos

Hi Madan,

You have to design and configure a sample scenario in XI to make it available as Web Service. Once you configure the Scenario in ID and IR, use Tools-->Define Web service option in ID to generate the WSDL for that Scenario.

Rgds,

Sam Raju