2007 Oct 31 8:10 AM
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
2007 Oct 31 8:32 AM
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
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
Rewards if useful.............
Minal
2007 Nov 01 7:57 PM
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