Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

soap ui for webservices

Hi,

I am using SOAP UI to hit particular webservice URL on different environments to see request and response. I have to change my request to text format through notepad++ highlighted option as attached. I wonder why i have to change to text from XML. Why cannot i use directly XML format is SOAP request.



<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:chan="http://CWServices/">
   <soapenv:Header/>
   <soapenv:Body>
      <chan:ICWgetCWRequest1>
         <billingXML><billing.....


Also how to see the line numbers of request and response on the SOAP UI screen so that i know whether proper actions being fired correctly or not.


sometimes i have to put request under CDATA tag.

what is meaning of CDATA tag.
is character, string, text,xml formats etc are different?

Please advise
soapUIOption.png
ASKER CERTIFIED SOLUTION
Avatar of mccarl
mccarl
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gudii9

ASKER

That is something specific to the webservice that you are hitting. If the webservice was implemented differently you wouldn't have to do that.

where do i see it and how do i change implementation. please advise

Also how to see the line numbers of request and response on the SOAP UI

how to put line numbers. Is there option similar to eclipse where we can enable line numbers so that we know line numbers esp. when request, response is thousands of lines gives idea where is issue etc