'SOAP request with vb's Object() type

I created a SOAP request to this (using VB.net): Public Function ExecSomething(ByVal pv_keyvalues As Object())

by using SOAP UI, but I cannot input the parameter of array of Object datatype, the default type of Object in SOAP UI's request is arr:anyType?</arr:anyType>, but the service cannot recognize this parameter, how do I use SOAP UI to test this service?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source