SOAP requests incorrectly formatted when using WebServices framework
SOAP requests incorrectly formatted when using WebServices framework
- Subject: SOAP requests incorrectly formatted when using WebServices framework
- From: Scott Anguish <email@hidden>
- Date: Mon, 2 Sep 2002 18:17:08 -0400
I've been working on a tool that accesses the Amazon WebServices
features.
A few weeks ago it worked great.. then I left it, and now it doesn't.
It appears that the problem is as follows.
The SOAP requests generated by the WSDL tools
(/Developer/Tools/WSMakeStubs) appear to be generating the wrong SOAP
request
Turning on the debugging, the SOAP request contains this
<AsinSearchRequest xsi:type="SOAP-ENC:Dictionary">
But the proper type should be...
<AsinSearchRequest xsi:type="m:AsinRequest">
I'm guessing that Amazon tightened up their server to require the
correct type in the request.. but can I correct this in my code? Or do
I just file a bug to Apple, and create the request entirely by hand?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.