Do you know if soap(core) load in Pharo ? There's a dependancy on Yaxo which doesn't load because of some mimetype problem. Maybe I'm wrong but there is already xml support in Pharo but not trough Yaxo... ? I loaded soap from universe (v0.1) but maybe there's a newer version ? Thanks -- Cédrick
I found the last version in: ftp://swikis.ddo.jp/SoapOpera/SoapCore I did a full installation (load order (unzip the sar) so as no override) KomServices-gc.12.mcz (not sure needed) SoXML-jrd.10.mcz SOAP-Core-mu.61.mcz SOAP-Client-mu.4.mcz SOAP-Server-mu.11.mcz SOAP-Example-mu.8.mcz (optional) SOAP-TestCases-mu.33.mcz SOAP-Extra-mu.5.mcz not loaded: DynamicBindings-gk.2.mcz KomHttpServer-gk.14.mcz load ok but several tests are failing... I'll see later and reinstall to have initialization better done ... if someone has/know a working version ;) Cheers, Cédrick
Cédrick Béler wrote:
Do you know if soap(core) load in Pharo ?
There's a dependancy on Yaxo which doesn't load because of some mimetype problem. Maybe I'm wrong but there is already xml support in Pharo but not trough Yaxo... ?
Oh, Yaxo needs to work on Pharo, need to check. Michael
Actually, I think it's ok for yaxo (which I think is XMLSupport)... Loading is ok, but I have failing tests (I did a bad initialization)... so I need to load it again to have a better idea. I join the sar in case some others want to try. Cheers, Cédrick 2009/3/5 Michael Rueger <m.rueger@acm.org>:
Cédrick Béler wrote:
Do you know if soap(core) load in Pharo ?
There's a dependancy on Yaxo which doesn't load because of some mimetype problem. Maybe I'm wrong but there is already xml support in Pharo but not trough Yaxo... ?
Oh, Yaxo needs to work on Pharo, need to check.
Michael
I have been using http://www.squeaksource.com/XMLSupport.html and I am quite happy with it Alexandre On 5 Mar 2009, at 18:45, Michael Rueger wrote:
Cédrick Béler wrote:
Do you know if soap(core) load in Pharo ?
There's a dependancy on Yaxo which doesn't load because of some mimetype problem. Maybe I'm wrong but there is already xml support in Pharo but not trough Yaxo... ?
Oh, Yaxo needs to work on Pharo, need to check.
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
would be nice to rename the category and package as Yaxo (much more fun than XMLSupport). On Mar 5, 2009, at 6:45 PM, Michael Rueger wrote:
Cédrick Béler wrote:
Do you know if soap(core) load in Pharo ?
There's a dependancy on Yaxo which doesn't load because of some mimetype problem. Maybe I'm wrong but there is already xml support in Pharo but not trough Yaxo... ?
Oh, Yaxo needs to work on Pharo, need to check.
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
depends, XMLSuport is maybe clearer to newcomers... and I don't particularly find XML fun ;) 2009/3/8 Stéphane Ducasse <stephane.ducasse@inria.fr>:
would be nice to rename the category and package as Yaxo (much more fun than XMLSupport).
On Mar 5, 2009, at 6:45 PM, Michael Rueger wrote:
Cédrick Béler wrote:
Do you know if soap(core) load in Pharo ?
There's a dependancy on Yaxo which doesn't load because of some mimetype problem. Maybe I'm wrong but there is already xml support in Pharo but not trough Yaxo... ?
Oh, Yaxo needs to work on Pharo, need to check.
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Cédrick
participants (4)
-
Alexandre Bergel -
Cédrick Béler -
Michael Rueger -
Stéphane Ducasse