06-06-21 09:22 AM
Answered! Go to Answer.
06-06-21 05:33 PM
06-06-21 01:49 PM
06-06-21 03:48 PM
06-06-21 03:50 PM
06-06-21 05:15 PM
try to pass " <BlueprismExcelAutomation xsi:type="xsd:decimal">22</BlueprismExcelAutomation>
" instead " <Number xsi:type="xsd:decimal">22</Number>
It asks me for the name of the Process in the input question:
My request looked like this:
<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:testing">
<soapenv:Header/>
<soapenv:Body>
<urn:Testing soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<Testing xsi:type="xsd:decimal">22</Testing>
</urn:Testing>
</soapenv:Body>
</soapenv:Envelope>
Where Testing is my process name
06-06-21 05:25 PM
06-06-21 05:33 PM
06-06-21 05:41 PM
06-06-21 05:55 PM
tente passar " <BlueprismExcelAutomation xsi:type="xsd:decimal">22</BlueprismExcelAutomation>
" em vez disso. Ele me pede o nome do Processo na pergunta de entrada: Minha solicitação era assim:<Number xsi:type="xsd:decimal">22</Number>
< 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: testing " > < soapenv: Header /> < soapenv: Body > < urn: Testing soapenv: encoding Style ="http: //schemas.xmlsoap.org/soap/encoding/ " > < Testing xsi: type = " xsd: decimal " >22 </ Testing> </ urn: Testing> </ soapenv: Body> </ soapenv: Envelope>
Onde Testing é o nome do meu processo