Web Services and VisualWorks

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Web Services and VisualWorks

Oleg Richards
Hello Tamara! Thanks for your fast answer on seaside lists. I've tried  
to connect with WSDL Wizard. Main problem was to convert string to  
bytearray in XML parser. Can u help?

Cheers,
Oleg
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: Web Services and VisualWorks

Kogan, Tamara
Hi Oleg,

First of all if you are trying to connect with WSDL wizard to
http://www.cbr.ru/DailyInfoWebServ/DailyInfo.asmx
it won't help. The wizard can work only with WSDL schemas. This site is
HTML page.
I tried to parse the XML:
doc := (XMLParser on:
'http://www.cbr.ru/DailyInfoWebServ/DailyInfo.asmx' asURI)
                validate: false;
                scanDocument.

But the page has a problem. There is malformed XML document with two
extra CR in the beginning of the document.

Tamara Kogan
Smalltalk development,
Cincom Systems

> -----Original Message-----
> From: Oleg Richards [mailto:[hidden email]]
> Sent: Wednesday, September 12, 2007 1:07 AM
> To: Kogan, Tamara
> Cc: [hidden email]
> Subject: Web Services and VisualWorks
>
> Hello Tamara! Thanks for your fast answer on seaside lists. I've tried
> to connect with WSDL Wizard. Main problem was to convert string to
> bytearray in XML parser. Can u help?
>
> Cheers,
> Oleg
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside