cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice to XI. Pls suggest urgent

Former Member
0 Kudos

Hi,

At source system I have webservice. I need to communicate to XI.

I have imported that wsdl to XI as External Def and made Soap Sender Adapter and all XI part.

Now my question is how to trigger from source system webservice to XI and how to make webservice async.

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

HI,

You can make a webservice call by using XMLSPY,and to make the scenario asyn,you have an option in the sender soap adapter to choose the processing mode as async

Former Member
0 Kudos

This link can be very useful for your scenario.

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

this is a webservice deployment tool , that will get the wsdl and send the msg to the adapter.

Regards,

Paul

Former Member
0 Kudos

Hi,

Your given link is closed down

Thanks

Former Member
0 Kudos

Hi,

You have the option of XML Spy or SOAP Client to post the SOAP messages to XI.

To make the webservice Asyn mapp only your request to the target request. Dont mapp any response.leave as it is

Regards

Seshagiri

Former Member
0 Kudos

Hello All,

My last question is:

Scenario:

Data goes from Webservice to XI to Non Sap system and

then response from Non Sap system to xi to Webservice

Webservice -- xi --- Non sap system

Non sap system -- xi --- Webservice

1. How to connect XI to Non sap system.

2. If I use File Adapter to connect to Non SAP System.

then do I need to use Sync/Async bridge as

Webservice is Sync and File Aadapter is Async.

Regards

Former Member
0 Kudos

what is ur non-sap system?

is it a databaseor file or legacy/...?

for a databse:

/people/siva.maranani/blog/2005/09/16/xi-how-to-on-jdbc-receiver-response

Troubleshooting SOAP Message - XI - /people/varadharajan.krishnasamy/blog/2007/01/09/troubleshooting-soap-message--xi

Troubleshooting - RFC and SOAP scenarios-/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

Edited by: kiran dasari on Mar 17, 2008 4:10 PM

Former Member
0 Kudos

Hi,

My Non sap system has one application that I need to send data. Non sap system people are saying need to send data at Switch which I am not clear.

I do not have any basis person

So pls let me know what steps I need to do in XI System and in Non SAP System so that they can connect to each other.

Regards

Former Member
0 Kudos

check this both blogs.you might get some idea on complete steps need to be done.

/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

thanks

kiran

Former Member
0 Kudos

hi

after comleting your all process

then go to the configuration wizard

select the tools option in that select the define web service

give the url

that is http://servername:prot no/adapter/sender channel/soap adapter

then specify the interface

thanks

regards

vijay

Former Member
0 Kudos

u will have a tool called ALTOVA XMLSPY.

also check these:

. XMlSpy

http://www.altova.com/features_soap.html

2. Parasoft SOATest

http://www.parasoft.com/jsp/templates/ads/google/googlesoap1.jsp;jsessionid=aaabTTtXGGgHP7?redname=g...

3. WebserviceStudio(my fav, easy and free)

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

4. SAP SOAP Client

https://www.sdn.sap.com/jws/soapclient.jnlp

for any sought of trouble shooting:

refer this

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

thanks

kiran

Edited by: kiran dasari on Mar 17, 2008 3:29 PM

Edited by: kiran dasari on Mar 17, 2008 3:30 PM