Re: [soapbuilders] SOAP::Lite & mustUnderstand
by Paul Kulchenko other posts by this author
Apr 3 2001 3:34PM messages near this date
SOAP::Lite & mustUnderstand
|
An open letter to Eric Kidd
Hi, Simon!
--- Simon Fell <soap@[...]..> wrote:
> looks like you're being a little over zealous :), the
> mustUnderstand in this request is 0, so you shouldn't fail it.
Oops. That's true. Fixed and deployed. Thank you, Simon.
Seems like something wrong with my yahoo mail, I'm getting today
messages that were send yesterday afternoon :((.
Best wishes, Paul.
> pocketSOAP request
> <S:Envelope xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
> xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
> S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
> xmlns:xsd='http://www.w3.org/1999/XMLSchema'
> xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance'>
> <S:Header><t:Transaction xmlns:t='http://soapinterop.org/headers/'
> S:mustUnderstand='0'>5</t:Transaction></S:Header><S:Body>
> <m:echoString xmlns:m='http://soapinterop.org/'><inputString
> xsi:type='xsd:string'>Some ASCII string that needs echoing back
> please
> <g></inputString></m:echoString>
> </S:Body></S:Envelope>
>
> SOAP::Lite response
> <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
> xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
> xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
> xmlns:xsd="http://www.w3.org/1999/XMLSchema"
> SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
>
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Body><SOAP-ENV:Fault><f
aultcode
>
xsi:type="xsd:string"> SOAP-ENV:MustUnderstand</faultcode><faultstring
> xsi:type="xsd:string">Header has mustUnderstand attribute set to
> 'true'</faultstring><detail xsi:null="1"/><faultactor
> xsi:null="1"/></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
>
> ------------------------ Yahoo! Groups Sponsor
>
> To unsubscribe from this group, send an email to:
> soapbuilders-unsubscribe@[...].com
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
Thread:
Simon Fell
Paul Kulchenko
|