Question
CTS
CA
Last activity: 6 Apr 2017 20:07 EDT
Array index out of range 3
Hi All,
I am trying to do a SOAP CALL, so while mapping the request for a text property I am mapping values like "domain\6876876887".
So I am getting exception like ** ** No code generated for expression (5) - Array index out of range: 3.
But it is accepting values like "7657577658" or "test_sample" in the property. Because of this I could not able to make a service call its just getting exception during property-set.
is it because of the / character? no restriction in the length of that property too.
Please share your thoughts.