• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
SOAP requests incorrectly formatted when using WebServices framework
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.
  • Prev by Date: Re: cString deprecated!
  • Next by Date: NSTextField as a NSToolbarItem
  • Previous by thread: Re: How to grab everything in a string before a space?
  • Next by thread: NSTextField as a NSToolbarItem
  • Index(es):
    • Date
    • Thread