Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SOAP Runtime

Former Member
0 Likes
1,267

Hello,

making inquiries about Web Services I came across SOAP Runtime. Can someone tell me how SOAP Runtime fits in the Web Services Framework of Web AS? Is it necessary? Or an alternative way to make RFC-capable modules accesible?

Thank you in advance

Felipe Hernandez

4 REPLIES 4
Read only

Former Member
0 Likes
840

Hi Felipe,

The SOAP Runtime is the runtime environment for doing web service communication with WebAS. It is independent from the RFC implementation. When you need to do any web service based communication (i.e. SOAP over HTTP/HTTPS), the communcation will be processed thruogh this runtime.

WebAS 6.40 provides 2 communcation ways for calling a function module/BAPI. You can use the traditional way which is RFC (in that case the SOAP runtime is not involved). Or you can communicate through open-standard web service (in this case the SOAP runtime process the communication). The later you have to expose the function module as web service.

Regards,

Marc

Read only

0 Likes
840

Hello Marc,

thank you, that answers my question.

I have seen your Webcasts on Web Services for Java and ABAP, keep on the good work!

Felipe

Read only

Peter_Inotai
Active Contributor
0 Likes
840

Hi Felipe,

I'd suggest to check service.sap.com/connectors

SOAP Processor -> Media Library

There you can find some presentation about SOAP in WAS 6.20 and 6.40.

Regards,

Peter

Read only

0 Likes
840

Thanks Peter, I will follow that lead.