cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice to proxy scenario without Mapping

former_member393841
Participant
0 Kudos

Hi All,

Our Requirement is to Webservice to Proxy.

Could you any one let us know how to achieve this scenario.

Thanks

Harsha

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

i am not sure this can be achived using with IR obejcts because to generate Proxy you need service interface and to receive a web service request you need WSDL.

my advice is develop interface as a standard approach.. Why you realy want to acoind ESR stuff?

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Harsha,

Please also refer to this thread (that's seems pretty similar) and Subhansu's suggestions that are valid:

http://scn.sap.com/thread/3222307

Regards, Trevor

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Please elaborate more on what is without Mapping in your scenario.  Are you interfacing between SAP systems? If so, you can host webservice in one system and using proxy on the other system.  In this approach you can use direct connection that uses receiver communication channel (ws adapter) to consume the web service. 

refer:

http://help.sap.com/saphelp_nwpi711/helpdata/en/48/ce28613a8e5430e10000000a42189b/content.htm

Otherwise you need to have ESR objects. If there is no structure difference between outbound and inbound interface then you can use the same structure for both. But still you need to create ESR objects.