Re: Webservice package over https with authorization



Jens Haines wrote:
...
I traced the problem down and could solve it by first connecting via https and basic-authentication (using the http core package) and then fetching the WSDL-file from the server. The call of ::WS::Client::GetAndParseWsdl didn't work because of the switch in line 200 (ClientSide.tcl). There only 'file' and 'http' are recognized and not 'https'.

Sorry, change:
http {
to
https -
http {

Unfortunately now I get a new error while parsing the WSDL-file with ::WS::Client::ParseWsdl. The error I get is:
...
I'm not quite sure where this error comes from, but it seems to be very deep within the package itself. My guess would be that there is a problem parsing the 'types'-Part of the WSDL-File. I could eMail you my WSDL-file if you like, so you can have a closer look at it.

Yes that would be great.

Also, I could send you the pre-alpha of WS 1.1.1, which has a lot of fixes and enhancements over 1.0.8 -- but not all tested out yet.

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


Quantcast