Sending HTTP Request with XML Data (but no <?xml version="1.0"?>)
Posted: Fri Feb 02, 2018 6:19 am
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
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