Skip to main content
1-Visitor
July 28, 2016
Question

Fetch Rich Text using SoapUI

  • July 28, 2016
  • 1 reply
  • 1507 views

Hello,

I am trying to fetch rich text from Intergrity 10 server using soap request. Currently, I have a SoapUI code to fetch text from an ID which is in a table. The response is get back is simple text, without any format.

Here is the example SoapUI code which returns simple text response:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:int="http://webservice.mks.com/10/Integrity" xmlns:sch="http://webservice.mks.com/10/Integrity/schema">

   <soapenv:Header/>

   <soapenv:Body>

      <int:getItem>

         <arg0 sch:ItemId="123456">

            <sch:InputField>Text</sch:InputField>

            <sch:Username>username</sch:Username>

            <sch:Password>password</sch:Password>

         </arg0>

      </int:getItem>

   </soapenv:Body>

</soapenv:Envelope>

How can I get a rich text response? Please suggest!

    1 reply

    1-Visitor
    August 5, 2016

    Hello Nirav Mehta

    Just add ":0:rich" to the InputFields.

    For example "Text:0:rich". Most of the CLI interfrace "tricks" works with the webservice aswell.

    Regards,

    Viktor