What is the WSDL declaration for an array of integers?

前端 未结 1 858
一整个雨季
一整个雨季 2021-02-07 13:40

The SOAP specs are confusing, numerous, and available in multiple versions, and my soap library\'s WSDL generator is buggy. What\'s the correct WSDL for an array of integers? Co

相关标签:
1条回答
  • 2021-02-07 14:34

    First two versions are using SOAP Encoding. Third one is normal way of defining arrays when using XML schema.

    0 讨论(0)
提交回复
热议问题