Re: tclsoap array-based queries
- From: jkj <kevin@xxxxxxxxxx>
- Date: Sun, 10 Aug 2008 21:35:33 -0700 (PDT)
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.
.
- Follow-Ups:
- Re: tclsoap array-based queries
- From: Gerald W. Lester
- Re: tclsoap array-based queries
- 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
- tclsoap array-based queries
- Prev by Date: Re: tclsoap array-based queries
- Next by Date: Re: teacup issues
- Previous by thread: Re: tclsoap array-based queries
- Next by thread: Re: tclsoap array-based queries
- Index(es):
Relevant Pages
|