Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 3507 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am trying to access Con-Way XML web service for Rate Quoting. When using the Google Chrome Extension Postman I am able to successfully receiving a Quote via XML using a https post.

When using a Web Viewer or Insert From URL in File Maker Pro I am not successful with a httpspost. 

Below is an example of the request I am trying to make within the Webviewer or Insert from URL.

httpspost://www.con-way.com/XMLj/X-Rate?RateRequest=<RateRequest><OriginZip country='us'>44483</OriginZip> <DestinationZip country='us'>33179</DestinationZip><ChargeCode>P</ChargeCode> <EffectiveDate>6/26/15</EffectiveDate> <Item> <CmdtyClass>50</CmdtyClass> <Weight unit='lbs'>411</Weight> </Item> <Item> <CmdtyClass>100</CmdtyClass> <Weight unit='lbs'>511</Weight> </Item> <Accessorial>SSC</Accessorial> <Accessorial>DNC</Accessorial><Accessorial>GUR</Accessorial></RateRequest>

If you perform the same https post request using a third party utility like Google Chrome extension Postman it is successful.  

Any help would be appreciated! 

Posted

would you like to use a plugin to have more control about the transfer?

e.g. CURL functions in MBS Plugin can help a lot here.

You could set required HTTP header values or make sure you do a POST with right body.

This topic is 3507 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.