Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > How to test Webservice with out params

Reply
Thread Tools

How to test Webservice with out params

 
 
Aaron Warren via .NET 247
Guest
Posts: n/a
 
      05-25-2005
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?

--------------------------------
From: Just Me

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>FGaKKYFJSEK9MvXr6S4TBg==</Id>
 
Reply With Quote
 
 
 
 
Chad Z. Hower aka Kudzu
Guest
Posts: n/a
 
      06-05-2005
Aaron Warren via .NET 247 <> wrote in
news:#mo#:
> 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.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
accessing an OLE Automation (IDispatch) server from python whichrequires the use of "out params" bitbucket Python 13 12-11-2012 09:55 PM
Ajax invoke WebMethod with *out* Params ckkwan@my-deja.com ASP .Net 4 03-14-2008 07:34 AM
params v.s. @params in rails? Barry Ruby 9 09-15-2005 03:12 AM
test test test test test test test Computer Support 2 07-02-2003 06:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57