cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Integration with PC Miler Via Rest Web Services

suhel_sheikh
Explorer
0 Kudos
830

Hi All,

I am working on PC Miler Integration with SAP TM(S4). Since there are two ways to connect 1st via HTTP where API Token can be pass directly to HTTP header and 2nd via Rest Web Service/SOAMANAGER using Proxy.

Based on the URL i created a Proxy/Class and a SOAMANAGER configuration for Logical Port.

but as it requires Username and Password i am not able to test this.

is there a way to access or test the rest web service via API Token only or a way to modify the rest web service request call with API key wrt to PC Miler.

Regards,

Suhel Sheikh

Accepted Solutions (0)

Answers (1)

Answers (1)

saundattikar
Participant
0 Kudos

Hi Suhel,

It is possible to ping the REST endpoint from PC Miler directly from TM. You need to either concatenate the URL with the token as part of the URL or use SET method from the HTTP client to set the token as a HEADER parameter.

Rohan

suhel_sheikh
Explorer
0 Kudos

Hi Rohan,

Thanks for the reply.

yes i am aware about this concept.

but is there anything on Proxy/Rest Web Services, Instead of HTTP/Rest Ping.

As there are Multiple Methods in PC Miler to get the Co-ordinates/DDD/Reports and that will be bit easier to manage if using proxy and methods.

Any Inputs will be helpful.

Suhel