I have a webservice with a method that uses "out" parameters to return data to the client.
When a client calls up the WSDL for the webservice and clicks on the method, it says "The test form is only available for methods with primitive types or arrays of primitive types as parameters."
Is there a way to enable the user to test this webservice, without me having to develop a special page for this purpose?
When a client calls up the WSDL for the webservice and clicks on the method, it says "The test form is only available for methods with primitive types or arrays of primitive types as parameters."
Is there a way to enable the user to test this webservice, without me having to develop a special page for this purpose?