cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming Webservice Asynchronous URL

chaiphon
Contributor
0 Kudos

Hi all,

I developed a consuming web service to connect to http://demo.turtletech.com/latest/webAPI/CD_CB.asmx and I am able to communicate with their test system and get response back from their web service.

However, for the production url, a vendor tell us that it is asynchronous and need an url from us. What is the url from SAP side to get response back? and how to set it up?

We are on ECC 6. NW 7.0 SP 15. No XI.

Thanks,

Chaiphon

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Your production version scenario must be simillar to Dev. If on dev, you (SAP side) is consming a web service of 3rd party and you get a response then same should be their in production. If in dev, 3rd party web service is sync then it should be sync in prod too. Also pls verify that, if you need response from that webservice then only you should go for it.

HTH.

Regards,

Sachchidanand

Answers (1)

Answers (1)

chaiphon
Contributor
0 Kudos

Thanks for your answer. Maybe my question was not clear. It is more about how to implement an asynchronous consuming webservice. I will open a new thread.