<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: XML parameter in SOAP requests? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/XML-parameter-in-SOAP-requests/m-p/110795#M49928</link>
    <description>&lt;P&gt;Hi, thanks for your reply.&lt;/P&gt;&lt;P&gt;We eventually found what is necessary to use XML parameters in SOAP by using CDATA tag. The trick was to have the parameter separated from CDATA keyword by new lines. eg:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;&amp;lt;![CDATA[&amp;lt;xmlparameter&amp;gt;...&amp;lt;/xmlparameter&amp;gt;]]&amp;gt;&lt;/TD&gt;&lt;TD width="50%"&gt;won't work&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;&amp;lt;![CDATA[&lt;BR /&gt;&amp;lt;xmlparameter&amp;gt;...&amp;lt;/xmlparameter&amp;gt;&lt;BR /&gt;]]&amp;gt;&lt;/TD&gt;&lt;TD width="50%"&gt;seems to do the trick&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2024 08:20:27 GMT</pubDate>
    <dc:creator>Walter.Koller</dc:creator>
    <dc:date>2024-05-23T08:20:27Z</dc:date>
    <item>
      <title>XML parameter in SOAP requests?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/XML-parameter-in-SOAP-requests/m-p/110251#M49786</link>
      <description>&lt;P&gt;We have exposed a process as a web service an would like to receive a XML structure as input parameter by the calling system.&lt;/P&gt;&lt;P&gt;The XML structure should be dynamic so we cannot use collection as input data type. The structure of the collection as input parameter of a web service has to be defined, thus cannot be dynamic.&lt;/P&gt;&lt;P&gt;First we tried to use simple text/string and send the XML as text and parse/interpret it later in our process. Unfortunately something seems to strip all tags of all data, eg:&lt;/P&gt;&lt;P&gt;&amp;lt;inputPara xsi:type="xsd:string"&amp;gt;&lt;STRONG&gt;&amp;lt;myTag&amp;gt;test_text&amp;lt;/myTag&amp;gt;&lt;/STRONG&gt;&amp;lt;/testText&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;myTag&amp;gt;test_text&amp;lt;/myTag&amp;gt; would be the expected content but already even in the first line of the logs that show the input parameter values, the received text is: text_text without the &amp;lt;myTag&amp;gt; tag.&lt;/P&gt;&lt;P&gt;We tried to encapsulate the content of the parameter with CDATA and we tried to use a collection parameter with one field that should get the XML as text and then could be parsed in the process.&lt;/P&gt;&lt;P&gt;Eventually we could successfully run our tests however, the tests were all negative. The process completed but the text was without any tags.&lt;/P&gt;&lt;P&gt;Any ideas how we can achieve this are much appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 13:01:11 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/XML-parameter-in-SOAP-requests/m-p/110251#M49786</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2024-05-08T13:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: XML parameter in SOAP requests?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/XML-parameter-in-SOAP-requests/m-p/110772#M49914</link>
      <description>&lt;P&gt;Have you tried using Utility - Http Request&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 19:49:28 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/XML-parameter-in-SOAP-requests/m-p/110772#M49914</guid>
      <dc:creator>mamichielsen</dc:creator>
      <dc:date>2024-05-22T19:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: XML parameter in SOAP requests?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/XML-parameter-in-SOAP-requests/m-p/110795#M49928</link>
      <description>&lt;P&gt;Hi, thanks for your reply.&lt;/P&gt;&lt;P&gt;We eventually found what is necessary to use XML parameters in SOAP by using CDATA tag. The trick was to have the parameter separated from CDATA keyword by new lines. eg:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;&amp;lt;![CDATA[&amp;lt;xmlparameter&amp;gt;...&amp;lt;/xmlparameter&amp;gt;]]&amp;gt;&lt;/TD&gt;&lt;TD width="50%"&gt;won't work&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;&amp;lt;![CDATA[&lt;BR /&gt;&amp;lt;xmlparameter&amp;gt;...&amp;lt;/xmlparameter&amp;gt;&lt;BR /&gt;]]&amp;gt;&lt;/TD&gt;&lt;TD width="50%"&gt;seems to do the trick&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 08:20:27 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/XML-parameter-in-SOAP-requests/m-p/110795#M49928</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2024-05-23T08:20:27Z</dc:date>
    </item>
  </channel>
</rss>

