[Spce-user] Issue with SOAP-Interface when creating alias_numbers

Daniel Tiefnig dtiefnig at sipwise.com
Tue Aug 9 19:31:46 EDT 2011


On 08/07/2011 01:43 AM, Mario Blatzheim wrote:
> Hello,

Hi,

> <faultstring>malformed parameter 'alias_numbers', should be an array
>  of structs</faultstring>

> The request was the following:

> <alias_numbers xsi:type="xsd:E164NumberArray">
[...]
> </alias_numbers>

The interface requires the specification of the "arrayType" [0]
attribute. A working XML array tag looks like this:

<alias_numbers soapenc:arrayType="xsd:E164Number[1]"
                xsi:type="soapenc:Array">

br,
daniel

[0] see also http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383522




More information about the Spce-user mailing list