cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service

former_member193352
Active Contributor
0 Kudos

Hi All,

I am currently working on CRM 7.0. There is a requirement where I need to develop a Web Service which will be called from a .net external system to create Service Request in CRM.

There is a new concept of Web Service Tool UIU Contribution Interfaces in CRM 7.0. Has anyone worked on this? Or are there any standard Web Services available in CRM 7.0 which can do this task?

Can someone provide a "how to" on this?

Thanks in advance

Vishal

Accepted Solutions (1)

Accepted Solutions (1)

former_member189678
Active Contributor
0 Kudos

Pls check this wiki..Hope this will solve yr issue.

http://wiki.sdn.sap.com/wiki/display/CRM/CreatingWebServiceinSAP+CRM

Regards,

Harshit

former_member193352
Active Contributor
0 Kudos

Hi Harshit,

This is indeed a very helpful link but I have done till this point already. What I am looking for is some standard Web Service in CRM like we have CRM_ORDER_MAINTAIN which can allow me to create Orders from systems outside CRM.

Thanks

Vishal

former_member189678
Active Contributor
0 Kudos

Check CRMXIF_ORDER_SAVE. It's a RFC FM, may be useful for u.

Rg,

Harshit

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

The web service tool selects the Business attributes for your Business object that you want a web service for and creates a WSDL file.

The technical name creating a service request is: ServiceOrderCRMCreateRequestConfirmation_In

Please find the link for WSDL file.[WSDL|http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/get_wsdl.xml?packageid=DE0426DD9B0249F19515001A64D3F462&id=9B0FCD628ED311DC2B8D000F20FCB6A9_WSDL]

regards.