soapui

  1. Micheale

    HttpClient Soap Returned XML Result with back slash. How to removed the back slash \

    Hi All, I have below code: string urlstr = ConfigurationManager.AppSettings["FNOEntitlementOrderServURL"]; string authstr = ConfigurationManager.AppSettings["auth"]; HttpClient client = new HttpClient()...
  2. C

    Question Testing with SoapUI

    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...
Back
Top Bottom