cancel
Showing results for 
Search instead for 
Did you mean: 

How to Capture HTTP Response

Former Member
0 Kudos

Hi ,

RFC-HTTP(Sync)--Email

Iam sendins a request xml to HTTP sender and I need to capture the response (if the XML is successfully posted to the URL)

Based on the Status i need to send an email.If the return status is successful then i need to send a success Email and if the

return is unsuccessful i need to send a failure mail.

The question is when we send an XML to URL will it send any response .How can we capture the Response.

Is there any structure to capture the response.

Please help me.

Thanks and Regards,

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You have to create a response structure, that have the segments of WebService Response.

Then, map the response and catch response success or response error, then send email with an UDF or using a BPM.

Former Member
0 Kudos

Does this structure will be returned from the asp script to the URL that we send? or is there any standard return that we can capture.

Iam not aware of this and just want to know about this.

Thanks

Rajesh

Former Member
0 Kudos

Yes, is the response structure that the asp script reply when you call it (should be in the asp service wsdl)

Answers (0)