Project PHP consume XML client

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
kendo
Forum Newbie
Posts: 1
Joined: Fri Nov 02, 2007 2:36 pm

Project PHP consume XML client

Post 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
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

the PHP simpleXML functions will parse the XML

XSLT can do transformations, but I'd go with a template layer.
samisa
Forum Newbie
Posts: 6
Joined: Sun Jan 20, 2008 11:08 pm

Re: Project PHP consume XML client

Post by samisa »

If you want to consider inter operating with .NET using SOAP Web services, you can consider using PHP Web services framework.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Project PHP consume XML client

Post 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)
Post Reply