Re: I have a tclsoap server. Can I generate a WSDL file?



George Petasis wrote:
Hi all,

I am using tclsoap from ActiveTcl, to implement 2 simple functions as a web service. Is there a way to generate a wsdl file? I know that there is some code at http://www.geocities.com/blackboy9692002/tclsoap/, but is there a way without the need to patch the tclsoap library distributed with ActiveTcl?

George

George,

Using TclSoap you need to do it by hand.

If you use my WebServices package (which only serves up from TclHttpd) then it will generate the WSDL for you.

--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
.



Relevant Pages

  • I have a tclsoap server. Can I generate a WSDL file?
    ... I am using tclsoap from ActiveTcl, to implement 2 simple functions as a web service. ... Is there a way to generate a wsdl file? ...
    (comp.lang.tcl)
  • Re: SOAP request with repeated "sub record"
    ... I'm using the TclSOAP package for an automated test of a service and ... have succeeded to get most of the requests/responses going. ... figured TclSOAP would be the way to go. ... So the long and short is if you are using a web service that provides a WSDL file, it may be easier to use the Web Service package. ...
    (comp.lang.tcl)