calling a webservice/dll

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
k4rm4
Forum Newbie
Posts: 1
Joined: Thu May 13, 2004 3:08 am

calling a webservice/dll

Post by k4rm4 »

Hi....

i am new to php and we need to call a webservice running on another server running winNT.....please help me as i really do not know where to start................
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

http://www.php.net/curl
would be a start.
User avatar
launchcode
Forum Contributor
Posts: 401
Joined: Tue May 11, 2004 7:32 pm
Location: UK
Contact:

Post by launchcode »

What sort of interface does this web service have?? Do you need to use SOAP to talk to it? Is it an XML-RPC service? An XML gateway? etc etc.. the answer to your question lies with the service you're connecting to.
Post Reply