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
Project PHP consume XML client
Moderator: General Moderators
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: Project PHP consume XML client
If you want to consider inter operating with .NET using SOAP Web services, you can consider using PHP Web services framework.
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: Project PHP consume XML client
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. 