To specify the "credentials" parameter in a xml soap request
Posted: Fri Jan 20, 2017 6:38 am
Hello the team,
I'm testing Soap web services of Cyclos3 with Soap UI. for some methods, I have the parameter "credentials" but I do not know how to inform it. I do not know if it's the password, the PIN code or any other information ... This is my request:
When i put my password in "credentials" mark, i received the soap response like
I'm testing Soap web services of Cyclos3 with Soap UI. for some methods, I have the parameter "credentials" but I do not know how to inform it. I do not know if it's the password, the PIN code or any other information ... This is my request:
Code: Select all
<fromMemberPrincipalType>?</fromMemberPrincipalType>
<!--Optional:-->
<fromMember>Steve</fromMember>
<!--Optional:-->
<toMember>Robert</toMember>
<!--Optional:-->
<amount>10000</amount>
<!--Optional:-->
<description>For your school fees</description>
<!--Optional:-->
<traceNumber>1010</traceNumber>
<!--Optional:-->
<transferTypeId>13</transferTypeId>
<!--Optional:-->
<credentials>?</credentials>
Code: Select all
<status>INVALID_CREDENTIALS</status>
thank you in advance for your help. :? :?