Answer the question
In order to leave comments, you need to log in
How to correctly form a soap request?
There is a soap request
<PolicyOptions>
<ValueInfo>
<Code>EffectiveDate</Code>
<Value>2015-08-04T00:00:00+04:00</Value>
</ValueInfo>
<ValueInfo>
<Code>DriversCount</Code>
<Value>one</Value>
</ValueInfo>
</PolicyOptions>
"PolicyOptions" => [
"ValueInfo" => (object)[
"Code" => "EffectiveDate",
"Value" => "2015-08-04T00:00:00+04:00",
],
"ValueInfo" => (object)[
"Code" => "DriversCount",
"Value" => "one",
],
];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question