Easiest way to access SOAP web service if I've SOAP envelope ready?
Posted
by understack
on Stack Overflow
See other posts from Stack Overflow
or by understack
Published on 2010-05-27T21:15:36Z
Indexed on
2010/05/27
21:21 UTC
Read the original article
Hit count: 184
I've a complete SOAP envelope (XML) ready. What would be the easiest way to send this envelope in php? I know about SoapClient and Zend_Soap_Client but please consider this particular case, where I just want to send this envelope and print the xml response.
© Stack Overflow or respective owner