<?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: Issue for invoking exposed blueprism process which accepts variables of type &amp;quot;Number&amp;quot; in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83886#M35103</link>
    <description>Hmm, well I was able to replicate part of the error response you saw by sending non-numerical data in a request to an exposed process that expects a Number as input. In this case the error I received was:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;&amp;lt;soap:faultstring&amp;gt;Couldn't process soap inputs - BluePrism.Server.Domain.Models.InvalidFormatException: Invalid value 'i' for a new number
   at BluePrism.AutomateProcessCore.clsProcessValue..ctor(DataType dtype, String val, Boolean allowInvalid)
   at BluePrism.AutomateProcessCore.clsWSDLProcess.XSDToAutomateValue(DataType dtDataType, XmlNode xml, clsCollectionInfo def)
   at BluePrism.AutomateProcessCore.clsProcessWSDL.ProcessSOAPInputs(String sInputs, clsProcess proc, String&amp;amp;amp; sMethod, String&amp;amp;amp; sSession, String&amp;amp;amp; sErr)&amp;lt;/soap:faultstring&amp;gt;
      &amp;lt;/soap:Fault&amp;gt;
​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;You mentioned you're calling an exposed process. Is that process using VBOs? If so, do you know what the run-mode is on all of the VBOs? I'm wondering is perhaps you're running into a situation where one or more VBOs are set to Foreground or Exclusive?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jul 2021 15:43:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-07-21T15:43:00Z</dc:date>
    <item>
      <title>Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83875#M35092</link>
      <description>Hello team,&lt;BR /&gt;&lt;BR /&gt;I have created blueprism process which accepts parameters of type "Number". I exposed this process from settings. WSDL for this process shows type for these input variables as "&lt;SPAN&gt;s:decimal&lt;/SPAN&gt;". Now I am trying to invoke this exposed process from Java code as SOAP call. In java code, I used data type for blueprism process's input variable as "BigDecimal". When I run my code I get strange exception with message as below:&lt;BR /&gt;&lt;B&gt;"Couldn't process soap inputs - Can only deal with a single request"&lt;/B&gt;&lt;BR /&gt;When I run my code there were no running process in blueprism.&lt;BR /&gt;&lt;BR /&gt;When blueprism process exposes variables of type "Text" and Java code uses variable of type "String" then same code works fine. I am facing issue for "Number" type.&lt;BR /&gt;&lt;BR /&gt;Any idea, how can I fix this issue?&amp;nbsp;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amit Mane&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jul 2021 12:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83875#M35092</guid>
      <dc:creator>AmitMane</dc:creator>
      <dc:date>2021-07-09T12:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83876#M35093</link>
      <description>IBM seems to think that BigDecimal or BigInteger should map to .NET's Decimal. You might try BigInteger and see how that works.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.ibm.com/docs/en/SSTVLU_8.6.0/com.ibm.websphere.extremescale.doc/rxsxdfequiv.html" target="_blank" rel="noopener"&gt;https://www.ibm.com/docs/en/SSTVLU_8.6.0/com.ibm.websphere.extremescale.doc/rxsxdfequiv.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jul 2021 14:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83876#M35093</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-07-09T14:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83877#M35094</link>
      <description>Thanks Eric for your response. I tried with BigInteger but still getting same exception. And I referred document below.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.ibm.com/docs/en/odm/8.0.1?topic=classes-schema-type-mapping" target="_blank" rel="noopener"&gt;https://www.ibm.com/docs/en/odm/8.0.1?topic=classes-schema-type-mapping&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amit Mane&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jul 2021 14:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83877#M35094</guid>
      <dc:creator>AmitMane</dc:creator>
      <dc:date>2021-07-09T14:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83878#M35095</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/48744"&gt;@AmitMane&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Can you catch the network request using something like Fiddler, so we can see what the actual SOAP payload looks like? &lt;BR /&gt;&lt;BR /&gt;Here's the WSDL of a test process I exposed as a SOAP web service that accepts a Number as input:&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;&amp;lt;wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="urn:blueprism:webservice:generaltest" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="GeneralTestService" targetNamespace="urn:blueprism:webservice:generaltest"&amp;gt;
	&amp;lt;wsdl:types&amp;gt;
		&amp;lt;s:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="urn:blueprism:webservice:generaltest"/&amp;gt;
	&amp;lt;/wsdl:types&amp;gt;
	&amp;lt;wsdl:message name="GeneralTestRequest"&amp;gt;
		&amp;lt;wsdl:part name="LoopCount" type="s:decimal"/&amp;gt;
	&amp;lt;/wsdl:message&amp;gt;
	&amp;lt;wsdl:message name="GeneralTestResponse"&amp;gt;
		&amp;lt;wsdl:part name="Count" type="s:decimal"/&amp;gt;
	&amp;lt;/wsdl:message&amp;gt;
	&amp;lt;wsdl:portType name="GeneralTestPortType"&amp;gt;
		&amp;lt;wsdl:operation name="GeneralTest"&amp;gt;
			&amp;lt;wsdl:input message="tns:GeneralTestRequest"/&amp;gt;
			&amp;lt;wsdl:output message="tns:GeneralTestResponse"/&amp;gt;
		&amp;lt;/wsdl:operation&amp;gt;
	&amp;lt;/wsdl:portType&amp;gt;
	&amp;lt;wsdl:binding name="GeneralTestSoapBinding" type="tns:GeneralTestPortType"&amp;gt;
		&amp;lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http"/&amp;gt;
		&amp;lt;wsdl:operation name="GeneralTest"&amp;gt;
			&amp;lt;soap:operation soapAction="" style="rpc"/&amp;gt;
			&amp;lt;wsdl:input&amp;gt;
				&amp;lt;soap:body use="encoded" namespace="urn:blueprism:webservice:generaltest" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/&amp;gt;
			&amp;lt;/wsdl:input&amp;gt;
			&amp;lt;wsdl:output&amp;gt;
				&amp;lt;soap:body use="encoded" namespace="urn:blueprism:webservice:generaltest" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/&amp;gt;
			&amp;lt;/wsdl:output&amp;gt;
		&amp;lt;/wsdl:operation&amp;gt;
	&amp;lt;/wsdl:binding&amp;gt;
	&amp;lt;wsdl:service name="GeneralTestService"&amp;gt;
		&amp;lt;wsdl:port name="GeneralTestSoap" binding="tns:GeneralTestSoapBinding"&amp;gt;
			&amp;lt;soap:address location="http://localhost:8181/ws/GeneralTest"/&amp;gt;
		&amp;lt;/wsdl:port&amp;gt;
	&amp;lt;/wsdl:service&amp;gt;
&amp;lt;/wsdl:definitions&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;We can see the input parameter, LoopCount, is defined as type &lt;EM&gt;&lt;STRONG&gt;s:decimal&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
Now here's an example of a request I made from SoapUI to this test process:&amp;nbsp;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;&amp;lt;soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:blueprism:webservice:generaltest"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;urn:GeneralTest soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"&amp;gt;
         &amp;lt;LoopCount xsi:type="xsd:decimal"&amp;gt;2&amp;lt;/LoopCount&amp;gt;
      &amp;lt;/urn:GeneralTest&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;​&lt;/CODE&gt;&lt;/PRE&gt;
​&lt;BR /&gt;Notice the input number is defined as &lt;STRONG&gt;xsd:decimal&lt;/STRONG&gt; in the payload. We need to see how Java is defining that value.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jul 2021 19:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83878#M35095</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-07-14T19:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83879#M35096</link>
      <description>Hi Eric,&amp;nbsp;&lt;BR /&gt;Below is the WSDL for Blue Prism process which accepts Number type.&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;&amp;lt;wsdl:definitions
	xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
	xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
	xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
	xmlns:tns="urn:blueprism:webservice:calculation"
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
	xmlns:s="http://www.w3.org/2001/XMLSchema"
	xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
	xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="CalculationService" targetNamespace="urn:blueprism:webservice:calculation"&amp;gt;
	&amp;lt;wsdl:types&amp;gt;
		&amp;lt;s:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="urn:blueprism:webservice:calculation"/&amp;gt;
	&amp;lt;/wsdl:types&amp;gt;
	&amp;lt;wsdl:message name="CalculationRequest"&amp;gt;
		&amp;lt;wsdl:part name="Var1" type="s:decimal"/&amp;gt;
		&amp;lt;wsdl:part name="Var2" type="s:decimal"/&amp;gt;
	&amp;lt;/wsdl:message&amp;gt;
	&amp;lt;wsdl:message name="CalculationResponse"&amp;gt;
		&amp;lt;wsdl:part name="Sum" type="s:decimal"/&amp;gt;
	&amp;lt;/wsdl:message&amp;gt;
	&amp;lt;wsdl:portType name="CalculationPortType"&amp;gt;
		&amp;lt;wsdl:operation name="Calculation"&amp;gt;
			&amp;lt;wsdl:input message="tns:CalculationRequest"/&amp;gt;
			&amp;lt;wsdl:output message="tns:CalculationResponse"/&amp;gt;
		&amp;lt;/wsdl:operation&amp;gt;
	&amp;lt;/wsdl:portType&amp;gt;
	&amp;lt;wsdl:binding name="CalculationSoapBinding" type="tns:CalculationPortType"&amp;gt;
		&amp;lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http"/&amp;gt;
		&amp;lt;wsdl:operation name="Calculation"&amp;gt;
			&amp;lt;soap:operation soapAction="" style="rpc"/&amp;gt;
			&amp;lt;wsdl:input&amp;gt;
				&amp;lt;soap:body use="encoded" namespace="urn:blueprism:webservice:calculation" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/&amp;gt;
			&amp;lt;/wsdl:input&amp;gt;
			&amp;lt;wsdl:output&amp;gt;
				&amp;lt;soap:body use="encoded" namespace="urn:blueprism:webservice:calculation" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/&amp;gt;
			&amp;lt;/wsdl:output&amp;gt;
		&amp;lt;/wsdl:operation&amp;gt;
	&amp;lt;/wsdl:binding&amp;gt;
	&amp;lt;wsdl:service name="CalculationService"&amp;gt;
		&amp;lt;wsdl:port name="CalculationSoap" binding="tns:CalculationSoapBinding"&amp;gt;
			&amp;lt;soap:address location="http://CLM-AUS-UT03OA:8181/ws/Calculation"/&amp;gt;
		&amp;lt;/wsdl:port&amp;gt;
	&amp;lt;/wsdl:service&amp;gt;
&amp;lt;/wsdl:definitions&amp;gt;​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;Where Var1, Var2 are of Number type.&lt;BR /&gt;&lt;BR /&gt;And below is SOAP message to invoke above process. I managed to get it by debugging the code.&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;&amp;lt;soapenv:Envelope
	xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
	&amp;lt;soapenv:Body&amp;gt;
		&amp;lt;ns1:Calculation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
			xmlns:ns1="urn:blueprism:webservice:calculation"&amp;gt;
			&amp;lt;Var1 xsi:type="xsd:decimal"&amp;gt;15&amp;lt;/Var1&amp;gt;
			&amp;lt;Var2 xsi:type="xsd:decimal"&amp;gt;12&amp;lt;/Var2&amp;gt;
		&amp;lt;/ns1:Calculation&amp;gt;
	&amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;And below is SOAP message to invoke process which accepts parameters of type String. And this call works fine&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
	&amp;lt;soapenv:Body&amp;gt;
		&amp;lt;ns1:CalculationWithParam soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:blueprism:webservice:calculationwithparam"&amp;gt;
			&amp;lt;Num1 xsi:type="xsd:string"&amp;gt;15&amp;lt;/Num1&amp;gt;
			&amp;lt;Num2 xsi:type="xsd:string"&amp;gt;12&amp;lt;/Num2&amp;gt;
		&amp;lt;/ns1:CalculationWithParam&amp;gt;
	&amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;​&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amit Mane&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2021 07:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83879#M35096</guid>
      <dc:creator>AmitMane</dc:creator>
      <dc:date>2021-07-15T07:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83880#M35097</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/48744"&gt;@AmitMane&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;One difference I noticed is that your SOAP envelope (in the request) is missing ​a namespace definition. I'm not sure that this would cause the issue, but it is a difference. In the case of my request you can see the following namespace:&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;xmlns:urn="urn:blueprism:webservice:generaltest"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;There's no equivalent in yours.&lt;BR /&gt;&lt;BR /&gt;Another question, when you exposed the process what options, if any, did you select within Blue Prism? Here's a screenshot of the process options page. Did you select either of the checkboxes?&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15912.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16077iC452D93A89BAF684/image-size/large?v=v2&amp;amp;px=999" role="button" title="15912.png" alt="15912.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2021 13:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83880#M35097</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-07-15T13:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83881#M35098</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;I also noticed the difference that you mentioned regarding
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;xmlns:urn="urn:blueprism:webservice:generaltest"​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;But without this I managed to pass the parameters of type String, Date, DateTime, Time, Timespan. So I think this will not be a problem.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;And today when I tried to pass parameter of type "Flag", I got same error as "Number".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;While exposing process, I didn't checked any check box.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15916.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16080i4F4E8DD526D898FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="15916.png" alt="15916.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amit Mane&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jul 2021 13:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83881#M35098</guid>
      <dc:creator>AmitMane</dc:creator>
      <dc:date>2021-07-16T13:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83882#M35099</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/48744"&gt;@AmitMane&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I assume you're doing all this testing on your local machine, is that correct? If so, do you have access to a separate machine that you could try exposing that VBO on? The only other thing I can thing of would to try checking the &lt;STRONG&gt;Enforce Document/Literal Encoding&lt;/STRONG&gt; option and see if that works for you.​&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2021 17:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83882#M35099</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-07-20T17:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83883#M35100</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;I have Blue Prism installed on separate Virtual machine and I am invoking it via other development machine. And we didn't enabled "&lt;STRONG&gt;Enforce Document/Literal Encoding&lt;/STRONG&gt;" option. If I enable this option then wsdl format changes. And we are working to dynamically parse any wsdl and invoke process. I tried by enabling &lt;STRONG&gt;"With RPC encoding, use legacy namespacing".&lt;/STRONG&gt; But it give me same error.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amit Mane&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2021 11:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83883#M35100</guid>
      <dc:creator>AmitMane</dc:creator>
      <dc:date>2021-07-21T11:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83884#M35101</link>
      <description>&lt;P&gt;Amit,&lt;BR /&gt;&lt;BR /&gt;What Java frameworks or libraries are you using in your application to perform the SOAP processing which JVM version?&lt;/P&gt;
&lt;P&gt;Java, in general, doesn't seem to have an issue invoking BP services that expose parameters of type Number or Flag. We know this because we regularly use SoapUI, which is entirely Java, for testing.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2021 14:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83884#M35101</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-07-21T14:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83885#M35102</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;For parsing wsdl runtime we are using "predic8" library. And to invoke soap call we are using "apache axis" library. And java version is 11.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amit Mane&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2021 14:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83885#M35102</guid>
      <dc:creator>AmitMane</dc:creator>
      <dc:date>2021-07-21T14:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83886#M35103</link>
      <description>Hmm, well I was able to replicate part of the error response you saw by sending non-numerical data in a request to an exposed process that expects a Number as input. In this case the error I received was:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;&amp;lt;soap:faultstring&amp;gt;Couldn't process soap inputs - BluePrism.Server.Domain.Models.InvalidFormatException: Invalid value 'i' for a new number
   at BluePrism.AutomateProcessCore.clsProcessValue..ctor(DataType dtype, String val, Boolean allowInvalid)
   at BluePrism.AutomateProcessCore.clsWSDLProcess.XSDToAutomateValue(DataType dtDataType, XmlNode xml, clsCollectionInfo def)
   at BluePrism.AutomateProcessCore.clsProcessWSDL.ProcessSOAPInputs(String sInputs, clsProcess proc, String&amp;amp;amp; sMethod, String&amp;amp;amp; sSession, String&amp;amp;amp; sErr)&amp;lt;/soap:faultstring&amp;gt;
      &amp;lt;/soap:Fault&amp;gt;
​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;You mentioned you're calling an exposed process. Is that process using VBOs? If so, do you know what the run-mode is on all of the VBOs? I'm wondering is perhaps you're running into a situation where one or more VBOs are set to Foreground or Exclusive?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 15:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83886#M35103</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-07-21T15:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83887#M35104</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;We are using FileUtility VBO to write input parameters to file. So as per your comment on safe side I removed that VBO. Still I got the same error.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amit Mane&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2021 14:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83887#M35104</guid>
      <dc:creator>AmitMane</dc:creator>
      <dc:date>2021-07-22T14:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue for invoking exposed blueprism process which accepts variables of type "Number"</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83888#M35105</link>
      <description>Hi Amit,&lt;BR /&gt;&lt;BR /&gt;I'm about out of options. I think you're going to need to open a ticket on this one. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2021 15:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-for-invoking-exposed-blueprism-process-which-accepts/m-p/83888#M35105</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-07-22T15:17:00Z</dc:date>
    </item>
  </channel>
</rss>

