Article:
 |
|
Using the Mozilla SOAP API
|
| Subject: |
|
What about the HEADER? |
| Date: |
|
2007-01-17 07:29:46 |
| From: |
|
minorama
|
|
|
I need to generate a header like this :
<soap:Header>
<myheader xmlns="https://xxxx/general">
<ticket>string</ticket>
</myheader>
</soap:Header>
How to do this? Because with SOAPHeaderBlock, I get :
<soap:Header>
<ticket xmlns="https://xxxx/general">string</ticket>
</soap:Header>
Any idea?
Thank you :o)
|
Showing messages 1 through 1 of 1.
-
What about the HEADER?
2007-02-18 06:58:22
hassankth
[View]
http://lxr.mozilla.org/mozilla/source/extensions/webservices/docs/Soap_Scripts_in_Mozilla.html
cheers