cancel
Showing results for 
Search instead for 
Did you mean: 

Call SAP Solution Manager via WebService

Former Member
0 Kudos

Hello Experts,

I need to integrate our system to an extern SAP Solution Manager 4 System via WebService.

I have read the document "SAP Solution Manager 4.0 Service Desk WebService API" but I found only the xsd-elements.

How Can I get the WSDL from the SAP Solution Manager.

Has anybody an example how to integrate it (Request/Response).

Can SAP Solution Manager also consume a WebService? Does SAP Solution Manager requires our WSDL file?

Thx

Torsten

Accepted Solutions (0)

Answers (1)

Answers (1)

DoloresCorrea
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Torsten,

If you go to solman system transaction WSADMIN, the following 2 functions are available to you there for the ICT_SERVICE_DESK_API web service (under "SOAP application for RFC-Compliant Fms") in the menu "web service":

1) "WSDL":

With that you can make yourself generate the WSDL for the web service.

Provided that your development environment supports that, you can use

the WSDL, in order to make generate the required interfaces.

2) "Homepage web service" About this function they can test the web

service. They can in this environment, to be able to display how the

communication looks on XML level exactly for example.

To find more information for the transaction WSADMIN and to web services

generally they also in the on-line help to SAP NetWeaver.

Hope this helps,

Dolores