I am trying to read a PHP Wev Service that I have created, the trouble is it worked once then I must of changed something!!
I get the following error:
Which happens in the C# created functions (derived from the WSDL). So I am guessing I have ruined my web service somehow, I really need confirmation that it's my php / SOAP (using nusoap) and not my C# thats causing problems.
Thanks for any help you can give and if anyone has any other ways of getting data from a unix PHP enabled mySQL server then please let me know!
I get the following error:
An unhandled exception of type 'System.InvalidOperationException' occurred in system.xml.dll
Additional information: There is an error in XML document (1, 469).
Which happens in the C# created functions (derived from the WSDL). So I am guessing I have ruined my web service somehow, I really need confirmation that it's my php / SOAP (using nusoap) and not my C# thats causing problems.
Thanks for any help you can give and if anyone has any other ways of getting data from a unix PHP enabled mySQL server then please let me know!