Re: tclsoap array-based queries
- From: "Gerald W. Lester" <Gerald.Lester@xxxxxxx>
- Date: Mon, 11 Aug 2008 07:32:43 -0500
jkj wrote:
On Aug 10, 10:29 pm, jkj <ke...@xxxxxxxxxx> wrote:This server is described here:http://cdaweb.gsfc.nasa.gov/WebServices/DevelopersKit.html
where I see this description for WSDL usage:
How to use the WSDL file
The WSDL file provides a standard description of CDAS web services.
The file is available fromhttp://cdaweb.gsfc.nasa.gov/WS/jaxrpc?WSDL.
...so I try the URL "http://cdaweb.gsfc.nasa.gov/WS/jaxrpc" with and
without "?WSDL" and I get this error "key "service" not known in
dictionary" with ?WSDL and the error "WSDL does not define any
services" if I include ?WSDL as part of the URL.
The call returning the "key 'service' not known" error is apparently
succeeding in getting the file, because I can save the file and feed
its contents to "::WS::Client::ParseWsdl" and get the same error. It
seems to want "service" to be "services", so when I add the 's' the
error changes to:
WSDL does not define any services
Oh well, at least I feel a bit more oriented, as I'm certain I can use
this WSDL file to study how to build up the array correctly for this
server.
If you use the package, you pass/receive the array as a list. The XML is convervt to/from a dictionary for you -- check out the man pages, particularly the examples.
--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
.
- References:
- tclsoap array-based queries
- From: jkj
- Re: tclsoap array-based queries
- From: Gerald W. Lester
- Re: tclsoap array-based queries
- From: jkj
- Re: tclsoap array-based queries
- From: peter.devoil@xxxxxxxxx
- Re: tclsoap array-based queries
- From: jkj
- Re: tclsoap array-based queries
- From: jkj
- tclsoap array-based queries
- Prev by Date: Re: how to calculate the time execution
- Next by Date: Re: tclsoap array-based queries
- Previous by thread: Re: tclsoap array-based queries
- Next by thread: how to display and calculate odd number
- Index(es):
Relevant Pages
|