PHP - Zend Soap Request to .NET SOAP Server
- by G0D
Hello!
I'd like a little bit of assistance here.
I am trying to send a request to a .NET SOAP server from PHP with Zend.
I have the WSDL file but it does not contain any header information.
Though I have tried to add a custom header this does not seem to work and the worst is that
the WSDL file itself does not seem to be "right".....
Here is the link: http://www.speedex.gr/getvoutrans/getvoutrans.asmx
The WSDL can be found in the same link by adding ?WSDL
My request is: GetVouTrans
Thanx in advance!