PHP - Zend Soap Request to .NET SOAP Server
Posted
by G0D
on Stack Overflow
See other posts from Stack Overflow
or by G0D
Published on 2010-06-08T08:45:23Z
Indexed on
2010/06/08
19:52 UTC
Read the original article
Hit count: 307
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!
© Stack Overflow or respective owner