• 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:Header with AppleScript's "call soap"?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

soap:Header with AppleScript's "call soap"?


  • Subject: soap:Header with AppleScript's "call soap"?
  • From: email@hidden
  • Date: Tue, 23 Sep 2003 10:34:44 +0100

I'm trying to learn how to use the "call soap" command from AppleScript. The project I'm working on as I learn will require me to send a soap:Header containing a sessionID with each request after a successful login. Does anyone know if this is possible with AppleScript and how?

The soap:Envelope needs to look something like this (for a logout action):

<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope";
soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding";
<soap:Header>
<auth:SessionID
xmlns:auth="urn:schemas-XXX-com:Authentication"
soap:mustUnderstand="1">
sess.a01GLw
</auth:SessionID>
</soap:Header>
<soap:Body>
<m:Logout xmlns:m="urn:schemas-XXX-com:Logout" />
</soap:Body>
</soap:Envelope>

Thanks in advance!

Guy _______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
  • Prev by Date: Wierd error
  • Next by Date: Re: Wierd error
  • Previous by thread: Re: Wierd error
  • Next by thread: Cannot set package folder bit?
  • Index(es):
    • Date
    • Thread