Manipulating SOAP messages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mrcskln
Forum Newbie
Posts: 1
Joined: Wed Jan 18, 2006 8:48 pm

Manipulating SOAP messages

Post by mrcskln »

I'am trying to alter the SOAP messages while in transit between the soap client and server in order to add encryption to the messages. I've found a way to manipulate the request data going from client to server (by extending the SoapClient method __doRequest and the SoapServer method handle) but am struggeling with the response going from server to client.

So my problem, and thus my question is:
How do I access the SOAP message right before it is sent by the server and right before it is processed by the client?#


Regards,
Marcus
Post Reply