cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming a standard web service in process composer

Former Member
0 Kudos

Hi,

I want to consume a web service for ex: create purchase requisition available on es workplace from process composer. I have tried to use logical destination created from nwa->SOA Management -> Destination Template Management and provided the WSDL and ABAP system details including the login credentials for user authentication. But this is not working. Can someone help me out with this?

Thanks,

Pooja

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

1) create a new service interface in process composer by importing the WSDL (Remote location/File System).

2) create destination template at NWA -> SOA Management -> Technical Configuration -> Destination Template Management. Assign the destination type (WSDL), name, URL, host, system, username, password etc

3) create an automated task, assign the created destination/service interface accordingly.

Optionally, for step 1), you may import your web service to the service registry via the WSDL URL and create the new service interface by importing it via service registry. Then, in the step 2, use the destination type (Service Registry).

Hope it helps.

- julius

Former Member
0 Kudos

Hi Pooja,

Check whether the credentials for the es workplace you have given in logical destinations correct.

Regards,

Srinivasan Subbaih