Re: tclsoap array-based queries



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.
.



Relevant Pages

  • Re: WSDL Generated Proxy Classes?
    ... WSDL file is that each client can download the WSDL file and generate ... But what proxy classes do, the same can be done using business objects. ... Both Web Services & business objects require compiled objects that are ...
    (microsoft.public.dotnet.framework.aspnet)
  • Separate WSDL File
    ... I've created my own WSDL file and referenced an XSD file too. ... I've then set the Binding for the class and methods and set the ... up, add the reference, and all is ok. ...
    (microsoft.public.dotnet.xml)
  • Re: WSDL Generated Proxy Classes?
    ... Namespace lines) is encapsulated in an ASMX file after which WSDL is ... WSDL is Web Service Description Language. ... The advantage of generating a WSDL file is that each client can download the WSDL file and generate proxy "on the fly". ... However, there are also other consumers of web services, and they also create proxies in JavaScript dynamically using the WSDL file. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RFC: SOAP module with implicit WSDL generation
    ... WSDL file. ... with the first element containing all the parameters defined ... More complex types will follow, ...
    (comp.lang.perl.modules)
  • Re: tclsoap array-based queries
    ... How to use the WSDL file ... The WSDL file provides a standard description of CDAS web services. ... error changes to: ...
    (comp.lang.tcl)