Sending HTTP Request with XML Data (but no <?xml version="1.0"?>)

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
dhnaigles
Posts: 56
Joined: Wed Feb 03, 2016 1:34 am
Location: Marlborough, MA, USA

Sending HTTP Request with XML Data (but no <?xml version="1.0"?>)

Post by dhnaigles »

It's been quite a while since I've used Integrator to access web APIs. I need to create an HTTP Request which results in the following URL being posted:

https://production.shippingapis.com/Shi ... kupRequest USERID="xxx"><ZipCode ID= "0"><Zip5>01752</Zip5></ZipCode></CityStateLookupRequest>

Is this just an HTTPOutboundXMLBindService (since it has no <?xml version="1.0"?> after the &XML=) or should I be using a basic HTTPService with and outbound handler?

Any suggestions would be most appreciated.

David
Post Reply