cancel
Showing results for 
Search instead for 
Did you mean: 

soap to abap proxy

xinjiang_li
Active Participant
0 Kudos

Hi,gurus:

I wanna to configure a scenario about soap to abap proxy,do you have any step by step configurations about that?Any help will be appreciated!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As we dont have any direct scenario, reffer this

For SOAP As Sender

How do you activate ABAP Proxies?

For Proxy as Receiver side

Regards

Seshagiri

Edited by: N V Seshagiri on Sep 10, 2008 9:00 AM

Answers (3)

Answers (3)

hemant_chahal
Contributor
0 Kudos

I hope you are looking for SOAP - RFC

You have to replace the file adapter with a soap adapter and also wsdl should be downloaded from ID to implement this webservice from any tool like .net etc.

ABAP server proxy

Former Member
0 Kudos

Hi,

here are two blogs about SOAP to RFC:

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

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

Regards

Patrick

xinjiang_li
Active Participant
0 Kudos

Hi,

Thanks for your reply.These links are very useful,but now I want to make the sender (soap) synchronous,so I have to return a message in abap proxy program.The proxy programs in the links you gave me are all to update transparent table,but now I wanna return a message to XI,so what should I do?Thanks in advance.

Former Member
0 Kudos

Hi,

You have to Make the Proxy as Sync and there by u can send the Response from SAP R/3 to your Webservice

Regards

Seshagiri

xinjiang_li
Active Participant
0 Kudos

Hi,N V Seshagiri :

Could you tell me how to set the proxy as sync?

Former Member
0 Kudos

hi

call method ->execute_synchronous

and pass the request and response parameters

regards

kummari

Former Member
0 Kudos

Hi,

If you have created the WSDL file then just check this link for consuming it through the webdynpro java.

http://www.riyaz.net/blog/index.php/2007/12/11/xipi-consuming-xi-web-services-using-web-dynpro-part-...

Just check how to give inputs and get the result through an application.

Regards,

Nutan Champia

Former Member
0 Kudos

Sender SOAP Adapter

Receiver RFC/IDOC/ABAP proxies.

IR

Step 1:

Create the Sender/Receiver Datatypes for Request & Response

step2:

Create the MT for Req & Res

Step3 :

Create OB Message Interface ( Syncronous) /IB Message Interface( Synchronous)

step5 :

Request Mapping : Sender Req MT--> REcv Req

Response Mapping : Recv Res----->Sender Res MT

Step6:

Interface Mapping

ID

Step1 :

Configure Sender Soap Adapter

Step2 :

Configure Receiver XI Adapter

Step 3: Configure Sender Agreement, receiver determination,Interface determination,Receiver agreement

Step 4:

Create WSDL file.( ID->tools-Defien webservice)

save the file as .wsdl file

Give the file to sender system

SAP System

Step 1:

Goto Sproxy T.code -> select IB interface -. Right click create object ,it will automatically create aproxy class.

Step2 ;

write an ABAp program to send the data to class.

Below weblog helps in wrting ABAP program

Regards,

Jayasimha