To continue reading for free, register below or login
To read more you must become a member of SearchSAP.com
');
// -->

You would first create a JCo server and configure your ABAP program to access it (search on "jco server" at SearchSAP.com for tips on how to create and configure a JCo server). The JCo server itself will need to incorporate wrapper code, as the JCo API does not provide a native mechanism to invoke a Web service. For this you will need some additional APIs (XML parser, etc.). Check out the Apache group for some great tools on Web services development. Using tools such as Apache Axis can greatly facilitate Web services development and allow you to effectively convert an outbound RFC call into an XML message that invokes a Web service.
|