I want call a wsdl with https using nusoap, but this wsdl is https and use xsd with https, when i call wsdl with php using nusoap i can't import xsd because nusoap call xsd with http with port 80. How can resolve? Thanks!!
Asked
Active
Viewed 840 times
4
-
why dont u try php native soap client i dint had succes with nusoap also so i went wit php one can u show what have u tried – Rinzler Jun 06 '12 at 08:51
-
I suggest you check the relevant source code in NuSOAP to see how it handles this. That's what I would do in your situation. – Emil Vikström Jun 06 '12 at 09:05
-
Thanks for the response, i have make a simple solution have edited nusoap library to force at use protocol https, but i think that is a simple solution. :) – Doom Jun 06 '12 at 09:10