cancel
Showing results for 
Search instead for 
Did you mean: 

CLM to Host a custom web services

Former Member
0 Kudos

Hi Experts,

Could you please let me know, whether CLM 7.0 can host a custom webservices. if yes, please provide the procedure to be followed.

We would like to create a custom webservice using NWDS or Eclipse, and deploy it on CLM server to extract data from CLM. This webservice will be published , So that , what ever the application looking for that extracted data, they can consume and develop their logic at their end.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

CLM 7.0 does not support this in the application, we know that there have been some custom consultant solutions but it is not a standard feature. As of v10.0 (Release in 2013), there will be support for custom webservices.

Hope this helps,

Armin

Former Member
0 Kudos

Hi Armin,

Thanks for the information. We created a custom webservice and able to deploy it on CLM 7 successfully. But, it is failing to call the methods, Just we would like to know anyone having any information on IapiLoginManager.

using login details, we are trying to login to CLM session to get some information.

Thanks and Regards,

N.Venkateswararao

Former Member
0 Kudos

Hi Team,

It is possible to hold custom webservice on CLM 7.0 as well. The necessary custom webservice should be developed in NWDS.  The connection to the CLM can be performed using JDBC .  Using this webservice, we can just access CLM table data using SAL queries only. EAR file should be build out of that service. Then deloy the created EAR file in the CLM.

Regards,

N.Venkateswararao.

Former Member
0 Kudos

Hello,

if you navigate to, you will get a list of standard web services that are available in SAP Sourcing (as of wave 7):

http://<url>:<port>/context/services

There is one service which is quite interesting, i.e. QueryServiceService.

Here you can pass a query definition name and then it will return you the outcome of that query.

Bram

0 Kudos

Hi All,

This queryservice is intended to be for SAP internal use ONLY. Please do not use it.

Regards,

Vikram