Re: tclsoap array-based queries
- From: jkj <kevin@xxxxxxxxxx>
- Date: Sun, 10 Aug 2008 20:29:23 -0700 (PDT)
On Aug 10, 8:27 pm, "peter.dev...@xxxxxxxxx" <peter.dev...@xxxxxxxxx>
wrote:
I'd be keen to hear of success here - last time I tried arrays/wsdl I
came to grief under a mountain of confusing documentation..
I will report any success.
I have a usage question about this Web Services package. I find this
example in this forum;
::WS::Client::GetAndParseWsdl "http://api.google.com/
GoogleSearch.wsdl"
but that fails (possibly changes at Google?). One of the SOAP queries
I am currently making looks like this:
SOAP::create getAllSatellites \
-uri "http://sscweb.gsfc.nasa.gov/WS/ssc/SSCWS" \
-proxy "http://sscweb.gsfc.nasa.gov/WS/ssc/jaxrpc"
so I would think that a correct call would look like this:
set uri "http://sscweb.gsfc.nasa.gov/WS/ssc/SSCWS"
set proxy "http://sscweb.gsfc.nasa.gov/WS/ssc/jaxrpc"
::WS::Client::GetAndParseWsdl $uri {} $proxy
....or perhaps without the proxy entry... but either way I get this
response: "WSDL does not define any services", so I must be
misunderstanding what endpoint URL to use.
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 from http://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.
What am I mising?
Thanks,
-Kevin
.
- Follow-Ups:
- Re: tclsoap array-based queries
- From: jkj
- 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
- tclsoap array-based queries
- Prev by Date: how to display and calculate odd number
- Next by Date: Re: how to display and calculate odd number
- Previous by thread: Re: tclsoap array-based queries
- Next by thread: Re: tclsoap array-based queries
- Index(es):
Relevant Pages
|