How to test Webservice with out params

  • Thread starter Aaron Warren via .NET 247
  • Start date
A

Aaron Warren via .NET 247

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?
 
C

Chad Z. Hower aka Kudzu

Aaron Warren via .NET 247 said:
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?

Nope. There are a lot of such restriction on the test functionality. It
appears they didnt test it to widely with differnet scenarios. Some things
are just too difficult - but they missed a lot of simple things too as you
have seen.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top