Page 1 of 1

Project PHP consume XML client

Posted: Fri Nov 02, 2007 2:51 pm
by kendo
Hi All

I am new here, and i have never used PHP before so i know nothing about PHP. But i am willing to learn.

I am working on a project at present i have half of it done already in VB.net server side but i require to use PHP to code the client side to consume XML and display the XML doc. Can anybody explain what i should be looking for to get started on this.

This is a crossplatform web service Client/Server with 2 different languages for instance i have done LoanCalcService in VB.Net server side and created an XML doc and now just require to consume XML, SOAP, WSDL etc with PHP and display.

Thank You Beforehand

Posted: Fri Nov 02, 2007 3:04 pm
by Kieran Huggins
the PHP simpleXML functions will parse the XML

XSLT can do transformations, but I'd go with a template layer.

Re: Project PHP consume XML client

Posted: Sun Jan 20, 2008 11:45 pm
by samisa
If you want to consider inter operating with .NET using SOAP Web services, you can consider using PHP Web services framework.

Re: Project PHP consume XML client

Posted: Tue Jan 22, 2008 10:08 am
by Jonah Bron
The DOM is it for XML, and easy to learn. Just post in the PHP Coding forum, and I'll be sure to reply. I do xml, you know. 8)