cancel
Showing results for 
Search instead for 
Did you mean: 

How to use a standard service available in SOAP to ABAP proxy scenario?

Former Member
0 Kudos

Hello Experts,

My scenario is SOAP to ABAP proxy wherein I have to send Sales Order from Third party TC to SAP.

Third Party->SOAP Adapter->PI 7.1->ABAP Proxy->ECC.

I have seen a standard service available at the following URL.

http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DEE98D07DF9FA9F1B....

Can I use the above web service for my current scenario? If yes, please explain how?

Thanks & Regards

Nidhi

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks Abhishek & Tarang.I m closing this thread & rewarding points.

Former Member
0 Kudos

Thanks Tarnag & Abhishek,

I am actually looking for using standard webservice that has been provided by SAP in ESWorKSPACE available on sdn.

Has anyone used these before?

Thanks

Nidhi

former_member200962
Active Contributor
0 Kudos
Third Party--->SOAP Adapter--->PI 7.1--->ABAP Proxy--->ECC
I am actually looking for using standard webservice that has been provided by SAP in ESWorKSPACE available on sdn.

The WS that you mentioned is inbound and hence wont suit your requirement!

The reverse flow may however be possible.


Create Sales Order_V2
synchronous inbound service operation

Regards,

Abhishek.

former_member206760
Active Contributor
0 Kudos

hi nidhi u can use this the way i stated...

1. you can create/copy a outbound interface from the synchronous inbound..

2. create a web service using this outbound iterface created in step 1 and send the WSdl to the sender web servcie.

3. U do not need to create the reciever abap proxy..

4. creatae a one to one mapping between sender and receiver

ur scenario is ready

former_member206760
Active Contributor
0 Kudos

Hi Nidhi,

As you have rightly stated you can use the message interface available the implementation of the same must be already there in the corresponding SAP ECC system. you will not have to write the code as the ABAP proxy must be made available in SAP and u can check the same in the Sproxy tcode of the corresponding ECC system.

only thing u need to do is using the same MI u shoukld also create a WSDL in PI and give it to the sender web server who will use that to send the messages to PI and PI will pass on the message to the standard ABAP proxy

Edited by: Tarang Shah on Feb 16, 2010 4:40 PM

former_member200962
Active Contributor
0 Kudos
Can I use the above web service for my current scenario?

You have to create the web service in SAP PI7.1 and then give the WSDL file to the sending application......this wsdl will be pointing to the service hosted in SAP PI7.1

Regards,

Abhishek.