Re: Webservice package over https with authorization
- From: "Gerald W. Lester" <Gerald.Lester@xxxxxxx>
- Date: Thu, 31 Jul 2008 11:20:30 -0500
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|
+------------------------------------------------------------------------+
.
- References:
- Webservice package over https with authorization
- From: Jens Haines
- Re: Webservice package over https with authorization
- From: Gerald W. Lester
- Re: Webservice package over https with authorization
- From: Jens Haines
- Webservice package over https with authorization
- Prev by Date: Re: why expect make the Chinese code garbled
- Next by Date: Re: Domain scokets? ceptcl?
- Previous by thread: Re: Webservice package over https with authorization
- Next by thread: Domain scokets? ceptcl?
- Index(es):