Hi All,
I have below code:
string urlstr = ConfigurationManager.AppSettings["FNOEntitlementOrderServURL"];
string authstr = ConfigurationManager.AppSettings["auth"];
HttpClient client = new HttpClient()...
I have created a simple service that looks up a case number from an Oracle DB and returns all associated data for that case. I write this data to an XML file and also return it to the client.
My problem is, when I test the service using SoapUI, it adds a beginning CDATA tag to the response and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.