Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We need to query an oracle webservice from a .net windows form application.

Steps: check login details, validate a number. The output can be a recordcount/boolean value. We've managed to re-write the outbound SOAP request so that the authentication headers get added, but the response we're getting back is unrecognised by .Net - our app is falling over at
CustomObject2QueryPage_Output objQueryOut = myObj.CustomObject2QueryPage(objQueryParam);

The error message: Response is not well-formed XML System.Xml.XmlException
Message=Root element is missing.

Any ideas on how we can get this to work?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900