Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > WSDL Parser

Reply
Thread Tools

WSDL Parser

 
 
raina.siddharth@gmail.com
Guest
Posts: n/a
 
      01-23-2006
Hi Everyone,

I'm trying to parse a WSDL file to pull information about a particular
web service such as function names, its parameters and its return
types. I'm able to successfully capture the basic data types, but when
it comes to functions returning DataSets or Xml document, the type
return is <any> as defined in the schema at
http://schemas.xmlsoap.org/soap/encoding/

Is there any way I can capture DataSet or Xml as a type? I do not want
to know its what tables are there in a dataset. All I want is DataSet
to be recognized as a data type like any other basic types.

Your input is appreciated.

Thanks!

Sid

 
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
webservices, wsdl & xsd (schema-2-wsdl) Dark Java 1 11-14-2008 07:58 PM
wsdl.exe fails with WebMethods generated wsdl file mrnu ASP .Net Web Services 0 06-07-2004 04:51 PM
WSDL file produces useless class when imported with WSDL.exe RH ASP .Net Web Services 1 05-27-2004 09:40 PM
is the w3c's schema for wsdl and wsdl/soap binding possibly buggy ? _clb_ Chris Bedford XML 0 08-20-2003 11:52 PM
WSDL.EXE: WSDL Import Directive Stephen Edgecombe ASP .Net Web Services 0 08-13-2003 06:38 AM



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