Page 1 of 1

calling a webservice/dll

Posted: Thu May 13, 2004 3:08 am
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................

Posted: Thu May 13, 2004 3:47 am
by feyd
http://www.php.net/curl
would be a start.

Posted: Thu May 13, 2004 6:51 am
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.