[PHP] Free XML and WDL classes/scripts

2009-02-18 Thread Anton Heuschen
What are some good php classes/scripts to work with:

Parsing XML data/files.
Building SOAP/WDML (Im not too familiar with this so still trying to
work it out)


So far, I have a class from :

PHP WSDL Generator - Version 1.1.0 b
http://www.protung.ro



Basically what I need to do is connect to/send some variables to a
server, then get response in XML format and work with this data again
(parse it)


Hope this gives a good indication what I need, now to get some
recomendations to some good free code to assist (or even some
SOAP/XML/PHP/WDL(WSDL) tutorials also maybe) please.


Thank you

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Free XML and WDL classes/scripts

2009-02-18 Thread Per Jessen
Anton Heuschen wrote:

 What are some good php classes/scripts to work with:
 
 Parsing XML data/files.

xpath() or xslt.


/Per

-- 
Per Jessen, Zürich (-4.6°C)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Free XML and WDL classes/scripts

2009-02-18 Thread Nathan Rixham

Per Jessen wrote:

Anton Heuschen wrote:


What are some good php classes/scripts to work with:

Parsing XML data/files.


xpath() or xslt.


/Per



you'll do no finer than wso2 wsf/php for anything webservice related
http://wso2.org/projects/wsf/php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php