cancel
Showing results for 
Search instead for 
Did you mean: 

WebService: Proxy or Soap Adapter?

Former Member
0 Kudos

Hello,

is it possible to use proxies to connect via WebService?

Thanks in advance

Regards Mario

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>is it possible to use proxies to connect via WebService?

"ABAP proxies that were generated from message interfaces in the Integration Repository (IR) can be used in both infrastructures. This means that if none of the Integration Server services are required for a proxy-to-proxy communication scenario in ABAP, you can use a point-to-point connection using the Web service infrastructure instead."

from:

http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm

<b>SE80</b> - web services - you can see your server proxies

so I guess you should be ale to do it but if you just want to use web services you can also generate

a web service form any RFC (WAS 6.40)

http://help.sap.com/saphelp_nw04/helpdata/en/e9/ae1b9a5d2cef4ea4b579f19d902871/content.htm

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Former Member
0 Kudos

What I meant:

is the JAVA-Proxy just for SAP WAS or can the proxies used on other application platforms?

Thanks, Mario

stefan_grube
Active Contributor
0 Kudos

Java Proxies run only on SAP J2EE 6.20 or 6.40 with the Java Proxy runtime deployed.

They will never run on another application platform.

Regards

Stefan

Answers (1)

Answers (1)

Former Member
0 Kudos

I don't understand the question completetly.

But proxies and WS are different since proxies use the XI addons to SOAP - and WS use vanilla SOAP. Thus, if your WS partner does not understand the XI stuff you have to use the adapter.

Of course this is also possible SOAP-Client->XI->Proxy

greets,

helge