cancel
Showing results for 
Search instead for 
Did you mean: 

Questions on web services in the CRM system from abap

Former Member
0 Kudos

Hi, we are new to consuming web services within the abap engine and have a couple of questions

When we consume the webservice do we have access to the web.xml and ejb-jar.xml deployment descriptors is there a standard servicref element

Are these descriptors editable so we can add JAX/RPC client side messages to the service ref element

What are all the versions also as I can't seem to find any info also any documentation on the above if it exists would be greatly appreciated

Cheers,

Devlin

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188702
Participant
0 Kudos

Hi Devlin,

When you can consume the services with CAF core or deployable proxies within Netweaver04s, you are able to see the web.xml and the ejb-jar.xml deployment descriptors.

For Comsuming services within ABAP,this doc shoukd serve the purpose,

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6066fbe8-edc4-2910-9584-a9601649...

This doc shows how to provide and conmsume services in ABAP,

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30f1b585-0a01-0010-3d96-ad0ea291...

Also I found an old doc which talks about consuming in Netwaever,probably throws somelight on deployable proxies.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0c4e8960-0501-0010-fc82-bb83af91...

Message was edited by:

Karthik S J