cancel
Showing results for 
Search instead for 
Did you mean: 

soap -- XI -- IDOC/RFC scenario

Former Member
0 Kudos

Hello,

I have a jsp page that working in tomcat server.

I want to send values from jsp page to xi to r/3. I think it will have

soap-- xi -- IDOC/RFC scenario

Pls send me pdf /doc to implemet it

Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member91687
Active Contributor
0 Kudos

Hi,

How will you send a SOAP message from the jsp application, do you have the client code to do this? else You could use java client proxies instead to send the message to XI from you jsp application.

Refer these:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b20...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903...

Regards,

Chandra

Former Member
0 Kudos

Hello Chandra,

Thanks !!!

I have queries:

1. If JSP page is working in server A and XI in server B then can I call xi server from jsp page by passing xi server credential (username,password,bus service).

2. I have seraching sdn and there it shows soap -- xi --- r/3 scenario.

Can u pls tell me why it cannot be used.

Regards

Former Member
0 Kudos

pls reply

former_member91687
Active Contributor
0 Kudos

Hi,

There is nothing like you cannot use it. Going with your approach, can your jsp application send a SOAP request message to XI? The Java application you are using should be able to make webservice calls(Java client code needs to be written for that in the sender application). Confirm if this is possible, then you can use SOAP approach.

Regards,

Chandra

Former Member
0 Kudos

Respected Chandra,

1. If I use Java Client Proxy Approach ---

If JSP page is working in server A and XI in server B then can I call xi server from jsp page by passing xi server credential (username,password,bus service)

2. For SOAP Approach

Suppose I need to send two parameters from my jsp to xi to R/3 and it will return some result.

What is webservice and how can I use webservice and and how can I invoke that webservice from my jsp page --- so that my request parameters values go to xi and to R/3 and then result from R/3 to xi and to my jsp page. Pls explain.

Regards

former_member91687
Active Contributor
0 Kudos

Hi Rac,

If the right ports are opened and you do not have firewall issues you should be able to with the right credentials! This is not only for java proxies but even to make webservice calls. System A should be able to access system B in any case.

About webservices, you can generate a WSDL for the outbound message interface that you develop in XI, this WSDL will have to be consumed by the Java application(you will need to do client coding for that). If you need a response back you will have a synchronous interface. There is a document called "How to use the SOAP adapter" in the How to guide section, read that, you will get a better idea.

If you want to know what web services and WSDLs are, go to google and do a search you will get a lot of info.

Regards,

Chandra

Former Member
0 Kudos

Respected Chandra,

Thanks friend!!!. I have awarded you 10 points for this.

Can I have ur mail id if u can give me for future reference

Regards

Rac

former_member91687
Active Contributor
0 Kudos

Hi,

You can find my mail id in my sdn business card.

Regards,

Chandra

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please Refer the Following Links

/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

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi - Invoke Webservices using SAPXI

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-a651295a...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-a651295a...

Regards

Khanna

Former Member
0 Kudos

Dear Rac,

/people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i

/people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii

Regards,

Naveen.

Former Member
0 Kudos

Hello Naveen,

Why di I require Web Dynpro? Pls explain.

Can my scenario be done without Web Dynpro .

Regards