NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
please help me!


Joined: 28 Sep 2006
Posts: 13
Reply with quote
soap_server::parseRequest() have two param :$header & $data,
question:How Can I get the $data,thank u!
View user's profileFind all posts by macrovanSend private messageVisit poster's websiteMSN Messenger
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
In most cases you'd not call this method directly. It receives http headers and post payload as data from the client. Why would you need to call them directly?

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 28 Sep 2006
Posts: 13
Reply with quote
dmitri wrote:
In most cases you'd not call this method directly. It receives http headers and post payload as data from the client. Why would you need to call them directly?

The client send a httpquest contains xml and Attachments;
en,I wanna receive the soap object with xml and Attachments from client.
thank U
View user's profileFind all posts by macrovanSend private messageVisit poster's websiteMSN Messenger
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
All things sent by client are in $_POST (parsed values) or in $HTTP_RAW_POST_DATA (not parsed)

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
please help me!
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic