cancel
Showing results for 
Search instead for 
Did you mean: 

abap proxy--> xi-->web service scenario

rohit_goel
Participant
0 Kudos

i am creating a scenario

abap proxy> xi>web service

i am creating a outbound/client proxy and calling it through a abap report.

i have downloaded a web service from internet and uploaded it as external definiton in IR.

so could u pls tell me what are the steps shud i follow to complete my scenario??

i am confused with this web service?what configurations shud i do for this?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Refer to Shabarish's blogs

/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

Although it talks about RFC to webservice, but you can have idea how to import wsdl of the webservice and how to use that.

Creating abap proxy is just a small part of the story n I guess you can do that easily.

if you need any more input from me, please let me know.

Regards

Pushkar

rohit_goel
Participant
0 Kudos

can u suggest me how to write the code for that..

i have followed the templete given here but when i m debugging my report it getting exception in execute->synchronous ..its not coming to write statement.

Former Member
0 Kudos

hI

did you check this blog

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

regards

krishna

rohit_goel
Participant
0 Kudos

i have checked this blog but that is not for abap proxy to web service

Former Member
0 Kudos

Yes

But that blog should take care of the abap client proxy part (sendeR)

Check if you have followed all the steps to successfully create and execute a client proxy as per the blog

regards

krishna

rohit_goel
Participant
0 Kudos

ya that i have implemented.

rohit_goel
Participant
0 Kudos

pls tell me how to use that web service?

Former Member
0 Kudos

please be specific with your question

else the following blog should help you

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

regards

krishna

Former Member
0 Kudos

Hi Rohit,

is synchronous scenario?

did you set in Best Effert your quality of service?

Claudio

Former Member
0 Kudos

First thing to do is import the WSDL, then insert in the CC the target url of that webservice.

Bye Claudio.

rohit_goel
Participant
0 Kudos

now when i m eecuting my scenario

in sxmb_moni i m getting error.

in status its showing "system error-restart not possible"

and in message coming from XI to r/3 ,error category "message " error id "general".

i m not getting any response back.

Former Member
0 Kudos

This blog has more

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

regards

krishna

rohit_goel
Participant
0 Kudos

in connection parameters shud i configure proxy??

if so, what is host and port??

Former Member
0 Kudos

Hi

>>in connection parameters shud i configure proxy??

Yes ,for the abap client proxy

Former Member
0 Kudos

Hi Rohit,

Check this blog:

/people/siva.maranani/blog/2005/05/23/communication-between-sap-system-webservice-using-proxies

Regards,

Subhasha

rohit_goel
Participant
0 Kudos

this is only for web service framework..we dont use XI framework in this case u r talking about.

Former Member
0 Kudos

For receiver webservice you need to configure a receiver soap adapter

http://help.sap.com/saphelp_nw04/helpdata/en/43/03612cdecc6e76e10000000a422035/frameset.htm

regards

krishna

Message was edited by:

Krishnamoorthy Ramakrishnan

rohit_goel
Participant
0 Kudos

i have some doubt in that.

what configuration shud i do for that web service??what entry shud i do in soap adapter?

Former Member
0 Kudos

Give the URL for the webservice in the Target URL and

specify the SOAP action parameter.

This can be obtained from the WSDL.

You need to import the wsdl before configuring

regards

krishna