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

develop remote callable function-module to wsdl

Former Member
0 Likes
454

hello,

we have written a remote callable function-module, which we are calling via java-connector (jco).

Now we want to call this remote callable function-module via webservice.

How can develop a webservice with a wsdl as result from a remote callable function-module?

Best regards

Oliver Prodinger

2 REPLIES 2
Read only

Former Member
0 Likes
371

GO FOR THESE LINKS

http://foster-johnson.com/java.html

Check this link:

http://www.download.com/SAP-RFC-Pro/3000-2383_4-10513171.html

to do an RFC look up from XI, you can use any of these blogs as a starting point ,

/people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer

1. I am thinking there is not one place like the WebDynPro Content Admin where you can maintain these connections.. am I right? This means, username/pwd for my R/3 has to be hardcoded. Doesn't seem like a good idea, are there any alternatives?

2. I was able to generate JCO classes for my RFM, but all classes have numerous missing classes like for ex: com.sap.aii.proxy.framework.core.BaseType etc. What is the library that I need to import to resolve them?

1. It is quite complex quetion. Obviously, you may not use WDSystemLandscape (in your code) for accessing configured pools. However, you may try functionality of com.sap.lcr and com.sap.lcr.api.cimclinet to get almost the same infromation. (both DCs are defined in SAP-JTECHS). To be fair, I've never tried them myself

2. You need to add references to the following DCs:

from SAP-JTECHS:

com.sap.aii.proxy.framework

com.sap.aii.util.misc

from SAP-J2EE:

com.sap.exception

com.sap.mw.jco

all necessary to make SAP Connector work.

EPAM Systems

http://www.NetWeaverTeam.com

SAP Java Resource Adapter (JRA) would be helpful.

See this

/people/amol.joshi2/blog/2006/11/27/alerts-from-adapter-modules--the-jra-way

think the below link might help you.

http://help.sap.com/saphelp_nw70/helpdata/en/18/6052429f2dbd30e10000000a155106/content.htm

refer these links

/people/michal.krawczyk2/blog/2006/09/20/xi-abap-mapping-logs--more-standard-better-visibility

/people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer

refer this thread

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/801376c6-0501-0010-af8c-cb6...

Rewards if useful.............

Minal

Read only

Former Member
0 Likes
371

Hello Minal,

first thanks for these couples of information.

I have the problem that we don´t use XI (now PI).

So what are the steps to produce a wsdl from abap-remote call function (RFC)?

Best regards

Oliver Prodinger