logo       

Soap Headers (Daniele Rostellato): msg#00077

php.nusoap.general

Subject: Soap Headers (Daniele Rostellato)

Hello,
I tried to read Soap Headers (sent by a client to my
web service) like that

---
$s = new soap_server();
...
function MySOAPMethod($param) {
$soap = $s->requestSOAP;
// parse out headers or whatever you want to do...
}
---

but the $soap variable is always NULL.
Instead I can see soap request with $GLOBALS['HTTP_RAW_POST_DATA'],
but don't know how to handle this kind of variable so when I try
to substr() it I receive some unexpected results.
Could you help me?
Many thanks,

Daniele Rostellato



-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise