cancel
Showing results for 
Search instead for 
Did you mean: 

Web service : Print label and get the tracking number from 3rd party software

former_member242512
Participant
0 Kudos

Dear All

We have a requirement in which we need to print the delivery on 3rd party software (i.e we will request label ) in which we will send the pallet number and serial number after packing .

The third party should return us back the tracking number in return .

Please clear my doubts :

1) We will be using 3rd party web service by consuming their web services for label printing ?

2) We need to define new web service which will be called by there 3rd party which will transfer the courier number to us ?

Will be there 2 different web services ?

Kindly guide the process flow in which we can handle this requirement with some steps .

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Web service are a synchronoise mechanism, so sending a print request to the third party would probably resulted with the tracking number

Answers (1)

Answers (1)

former_member242512
Participant
0 Kudos

Now I learned we need to use third party proxy or web service and when we call this web service from SAP , we get the tracking number as th results in output parameter . We should ask the third party about the proxy class and its methods and implement the same in SAP. Thanks.