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

hints for an online-interface using webmethods

Former Member
0 Likes
590

Hi,

first i'm only a bold abap-programmer and i have to design an online interface within an SAP-application getting information from 'outer space' by using 'webmethods'. Can someone help me, showing me some examples developed before?

thanx in advance

4 REPLIES 4
Read only

Former Member
0 Likes
552

What r u planning to use? Which approach? t-RFC or IDOCS? let me know.

Read only

0 Likes
552

Hi

Read the help of webmethods/ Business Connector,

Once you go through, you feel its easy to do it.

there will be less coding.

Read only

0 Likes
552

Hi semon, the interface should be developed via RFC.

Michael

Read only

Former Member
0 Likes
552

Hi Michael

since R/3 4.7 you can call all remot-function-modules (i.e. all BAPIs) with SOAP as a webservice. the SOAP-mechanism should be supported by all modern programming languages. you can also call webservice on external servers from abap.

you must activate ICM in transaction SMICM and the webservices in transaction SICF. you can find some documentation and sample-code in the SAP Library

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/ac/8f813a34872769e10000000a114084/frameset.htm">WAS Administration</a>

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/94/f8c8a2e68811d6b2dc00508b5d5211/frameset.htm">SOAP Runtime</a>

regards

Torsten