<?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: How to involve Exceptions in the EXPOSED SOAP WSDL of an Process in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/How-to-involve-Exceptions-in-the-EXPOSED-SOAP-WSDL-of-an-Process/m-p/63157#M2500</link>
    <description>&lt;SPAN&gt;&lt;SPAN&gt;Hi Vedad,&lt;BR /&gt;&lt;BR /&gt;The name of documents are "v6.? User Guide - Web Service". Login to&lt;A href="https://portal.blueprism.com/" target="_blank" rel="noopener"&gt; the portal site&lt;/A&gt; and go to the document page. Then, if you type "web service", you can get some documents like below screenshot.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8429.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8606i8E78A0DB1C88CC89/image-size/large?v=v2&amp;amp;px=999" role="button" title="8429.png" alt="8429.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;SPAN&gt;&lt;BR /&gt;I understand you call the web service from Java application. Why don't you use a general application to check the web service, such as "&lt;A href="https://www.soapui.org/" target="_blank" rel="noopener"&gt;SoapUI&lt;/A&gt;". I personally use this application to check the web service before I develop my custom code. If the web service works in SoapUI, it should work in other 3rd party applications.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Nobu&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nobuhiro Tokushige&lt;BR /&gt;Product Specialist&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Sun, 20 Sep 2020 23:57:00 GMT</pubDate>
    <dc:creator>nobu</dc:creator>
    <dc:date>2020-09-20T23:57:00Z</dc:date>
    <item>
      <title>How to involve Exceptions in the EXPOSED SOAP WSDL of an Process</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-to-involve-Exceptions-in-the-EXPOSED-SOAP-WSDL-of-an-Process/m-p/63154#M2497</link>
      <description>Hi together,&lt;BR /&gt;&lt;BR /&gt;I created an WebService of an Process by exposing it. I got the WSDL and it Looks fine. There is just one part missing, the SOAP Failure Message. I don't know how to handle the Exceptions since it is not defined in the WSDL.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Anybody knows what do I Need to Change in Order to get this part into the WSDL?&lt;BR /&gt;&lt;BR /&gt;Bests,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vedad Cizmic&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Sep 2020 08:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-to-involve-Exceptions-in-the-EXPOSED-SOAP-WSDL-of-an-Process/m-p/63154#M2497</guid>
      <dc:creator>VedadCizmic</dc:creator>
      <dc:date>2020-09-16T08:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to involve Exceptions in the EXPOSED SOAP WSDL of an Process</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-to-involve-Exceptions-in-the-EXPOSED-SOAP-WSDL-of-an-Process/m-p/63155#M2498</link>
      <description>Hi Vadad,&lt;BR /&gt;&lt;BR /&gt;Basically, we don't change the WSDL after process/object was exposed. You should catch the error when the action throughs an error.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For example, if you call the webservice from Blue Prism process, you can catch any exceptions from a recovery stage like below.&amp;nbsp;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8419.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8597i3A084B9EDBE3F9A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="8419.png" alt="8419.png" /&gt;&lt;/span&gt;&lt;BR /&gt;If you call the webservice from your custom application such as .NET application, you can catch the exception using catch/try block.&lt;BR /&gt;If you use other application to call the webservice, please refer to the user guide to handle exceptions.&amp;nbsp;&lt;/DIV&gt;
&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Nobu&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nobuhiro Tokushige&lt;BR /&gt;Product Specialist&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Sep 2020 01:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-to-involve-Exceptions-in-the-EXPOSED-SOAP-WSDL-of-an-Process/m-p/63155#M2498</guid>
      <dc:creator>nobu</dc:creator>
      <dc:date>2020-09-17T01:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to involve Exceptions in the EXPOSED SOAP WSDL of an Process</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-to-involve-Exceptions-in-the-EXPOSED-SOAP-WSDL-of-an-Process/m-p/63156#M2499</link>
      <description>Thanks for the Answer Nobuhiro.&lt;BR /&gt;&lt;BR /&gt;I am calling the WebService with an Java Application. Normaly the WSDL defines a part for the Failure, which is missing here. I was wondering if I Need to set something more on the Roboter to get the Throwed Exception in the WSDL Definition.&lt;BR /&gt;&lt;BR /&gt;I am trying now to finde this User Guide. Do you know the exact Name of the User Guide?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vedad Cizmic&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Sep 2020 08:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-to-involve-Exceptions-in-the-EXPOSED-SOAP-WSDL-of-an-Process/m-p/63156#M2499</guid>
      <dc:creator>VedadCizmic</dc:creator>
      <dc:date>2020-09-17T08:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to involve Exceptions in the EXPOSED SOAP WSDL of an Process</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/How-to-involve-Exceptions-in-the-EXPOSED-SOAP-WSDL-of-an-Process/m-p/63157#M2500</link>
      <description>&lt;SPAN&gt;&lt;SPAN&gt;Hi Vedad,&lt;BR /&gt;&lt;BR /&gt;The name of documents are "v6.? User Guide - Web Service". Login to&lt;A href="https://portal.blueprism.com/" target="_blank" rel="noopener"&gt; the portal site&lt;/A&gt; and go to the document page. Then, if you type "web service", you can get some documents like below screenshot.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8429.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8606i8E78A0DB1C88CC89/image-size/large?v=v2&amp;amp;px=999" role="button" title="8429.png" alt="8429.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;SPAN&gt;&lt;BR /&gt;I understand you call the web service from Java application. Why don't you use a general application to check the web service, such as "&lt;A href="https://www.soapui.org/" target="_blank" rel="noopener"&gt;SoapUI&lt;/A&gt;". I personally use this application to check the web service before I develop my custom code. If the web service works in SoapUI, it should work in other 3rd party applications.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Nobu&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nobuhiro Tokushige&lt;BR /&gt;Product Specialist&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Sep 2020 23:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/How-to-involve-Exceptions-in-the-EXPOSED-SOAP-WSDL-of-an-Process/m-p/63157#M2500</guid>
      <dc:creator>nobu</dc:creator>
      <dc:date>2020-09-20T23:57:00Z</dc:date>
    </item>
  </channel>
</rss>

