Hi everyone-
I'm trying to connect to a wsdl soap service with nuSOAP and I keep getting the following error:
Array
(
[faultcode] => soapenv:Server.userException
[faultstring] => org.xml.sax.SAXParseException: The prefix "soapenv" for attribute "soapenv:mustUnderstand" associated with an element type "wsse:Security" is not bound.
[detail] => Array
(
[hostname] => pvol65apt02
)
)
|
Full details can be seen at
WSDL
I've checked and there isn't an error with the service it works with a c# test harness they provide. Any thoughts about what is going on?
Thanks,
Jesse