FWIW, I've done a good bit of web service calls from VFP to various shipping companies. Very frustrating.

What I ended up doing is using the SOAPUI tool, to gain access to the actual underlying HTTP Post, bypassing all of the web service / wsdl stuff, and then templatizing that request. I would then use a combination of loops and TEXT ... ENDTEXT to merge in the appropriate values.

Much easier for me use in VFP and wicked (VFP) fast!  Just my $0.02.

-Kevin


On 05/17/2013 05:02 AM, Alan Bourke wrote:

SOAP can be complicated - if I had the choice I would use JSON every
time. Have a look at this:
http://stackoverflow.com/questions/76595/soap-or-rest-for-web-services/77018#77018

[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to