cancel
Showing results for 
Search instead for 
Did you mean: 

Differences between webservice and proxy

Former Member
0 Kudos

Hi guys.

Which are the differences between webservices and proxys?

If I have a XI adapter (proxy) or Soap Adapter in Pi in both a Proxy Abap is created in SEECC to consume the service so I cant see the differences...

Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member556603
Active Contributor
0 Kudos

Dear Christian,

Please read the below wiki:

https://wiki.sdn.sap.com/wiki/display/XI/Mastering%20Components%20in%20SAP%20XI

Thanks,

Satya Kumar

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Traditionally, Soap adapters were used for Webservice related communications only. You cannot use XI adapter for calling webservices. XI adapter is only used for Proxy communication.

With PI 7.11, soap adapter is enhanced to include XI 3.0 protocol which made it possible to communicate using proxies. This was added to enable proxy communication using AAE.

Regards,

Prateek

former_member200962
Active Contributor
0 Kudos
If I have a XI adapter (proxy) or Soap Adapter in Pi in both a Proxy Abap is created in SEECC to consume the service so I 
cant see the differences...

Are you sure?

Former Member
0 Kudos

Hi... Im not absolutely sure.... jejej

If I wanted to consume a webservice exposed in Pi by a Sender SOAP Sender, what would I have to do?

Regards..

Edited by: Christian Abad Chico on Jun 10, 2010 10:51 AM

former_member200962
Active Contributor
0 Kudos
If I wanted to consume a webservice exposed in Pi by a Sender SOAP Sender, what would I have to do?

Nothing exceptional.....just define a message structure in PI....create a message interface....generate a WSDL for this Message Interface.....use the URL from this WSDL to send message.....it is a normal SOAP --> XI scenario.....many references are readily available on How to do this.

Regards,

Abhishek.

Former Member
0 Kudos

Hi.

In PI I dont have the problem. I know the procedure... but Id like to know how to consume this webservice form SAP ECC with ABAP.. Maybe exist a tool in SAP ECC to genearte a class to consume it... I dont´ know how to do this with abap...

Thanks a lot

prateek
Active Contributor
0 Kudos

I think you haven't read what I mentioned. You should use soap adapter with ECC only with PI 7.11 to enable Abap proxy communication over AAE.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70066f78-7794-2c10-2e8c-cb967cef4...

Regards,

Prateek

former_member200962
Active Contributor
0 Kudos
but Id like to know how to consume this webservice form SAP ECC with ABAP

Then the [ABAP General|; forum would be appropriate to ask the question.

Regards,

Abhishek.