Re: [PHP] Web Services

2003-07-04 Thread Sid
You will need to write a script in PHP to output XML data from the data you currently have in your db/files. Hope this helps - Sid - Original Message - From: Yamin Prabudy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 1:48 AM Subject: [PHP] Web Services Hi there,

Re: [PHP] web services

2003-03-22 Thread Alexandru COSTIN
Hello, Hi Guys, I want to create webservices using NUSoap + PHP. I have gone through NUSoap Site at http://dietrich.ganx4.com/nusoap/faq.php but havenot found any thing to start with. Can any body point me to some good examples + Manuals on the matter. PHP Webservices sounds promising

Re: [PHP] web services

2003-03-21 Thread David Otton
On Fri, 21 Mar 2003 22:49:05 +0100, you wrote: I am currently trying to understand how to place content on a different site without giving away my code. SOAP seems to be the solution. I am absolutly First off, I have to say this is a social problem, not a technical one. If you're worried about

Re: [PHP] web services

2003-03-21 Thread Steve Magruder
David Otton [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Fri, 21 Mar 2003 22:49:05 +0100, you wrote: I am currently trying to understand how to place content on a different site without giving away my code. SOAP seems to be the solution. I am absolutly First off, I have to

RE: [PHP] web services

2003-03-21 Thread Darren Young
for the PHP engine? Either free or commercially available? -Original Message- From: Steve Magruder [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 9:07 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] web services David Otton [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED

RE: [PHP] web services

2003-03-21 Thread Jason Sheets
for the PHP engine? Either free or commercially available? -Original Message- From: Steve Magruder [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 9:07 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] web services David Otton [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: [PHP] web services

2003-03-21 Thread Nikunj Virani
Hi Guys, I want to create webservices using NUSoap + PHP. I have gone through NUSoap Site at http://dietrich.ganx4.com/nusoap/faq.php but havenot found any thing to start with. Can any body point me to some good examples + Manuals on the matter. PHP Webservices sounds promising and i think

RE: [PHP] Web services and PHP

2002-08-12 Thread Peter Houchin
look up .NET in the manual it will have all your answers :D -Original Message- From: Aung [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 13 August 2002 1:16 PM To: [EMAIL PROTECTED] Subject: [PHP] Web services and PHP I have some web services developed with .NET and I would like to

Re: [PHP] Web services and PHP

2002-08-12 Thread Aung
I don't see any function for .NET in PHP manual. Are you refering to different manual? Peter Houchin [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... look up .NET in the manual it will have all your answers :D -Original Message- From: Aung

RE: [PHP] Web services and PHP

2002-08-12 Thread Peter Houchin
here ya go http://www.php.net/manual/en/ref.dotnet.php -Original Message- From: Aung [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 13 August 2002 1:54 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Web services and PHP I don't see any function for .NET in PHP manual. Are you

Re: [PHP] Web services and PHP

2002-08-12 Thread Justin French
on 13/08/02 1:53 PM, Aung ([EMAIL PROTECTED]) wrote: I don't see any function for .NET in PHP manual. Are you refering to different manual? http://www.php.net/manual/en/ref.dotnet.php I found it pretty easy! Justin French -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] Web services and PHP

2002-08-12 Thread vic
.Net? BLASPHEMY! - Vic -Original Message- From: Aung [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 11:16 PM To: [EMAIL PROTECTED] Subject: [PHP] Web services and PHP I have some web services developed with .NET and I would like to consume these web services from PHP. Can

Re: [PHP] web services and PHP

2002-08-01 Thread Bob Lockie
A'la ASP WebServices perhaps? Bob Lockie [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'd like to know if it's possible to use PHP to develop and implement Web Services. If so, please point me to sites, articles, or tutorials that discuss this topic in

Re: [PHP] web services and PHP

2002-08-01 Thread Danny Shepherd
closed doors atm. Danny. - Original Message - From: Bob Lockie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 01, 2002 4:09 PM Subject: Re: [PHP] web services and PHP A'la ASP WebServices perhaps? Bob Lockie [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]"

Re: [PHP] web services and PHP

2002-07-31 Thread Brian McGarvie
A'la ASP WebServices perhaps? Bob Lockie [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'd like to know if it's possible to use PHP to develop and implement Web Services. If so, please point me to sites, articles, or tutorials that discuss this topic in more

Re: [PHP] web services and PHP

2002-07-31 Thread Andrey Hristov
There are two ways (SOAP) to use SOAP library written in PHP such as NuSOAP by Dietrich Ayala or to use PHP-SOAP toolkit (module for PHP written in C)by Brad Lafountain(coding) and Shane Caraveo(testing) (available at sourceforge.net). Regards, Andrey Bob Lockie [EMAIL PROTECTED] wrote in

RE: [PHP] web services and PHP

2002-07-31 Thread Andrew Chase
://phpxmlrpc.sourceforge.net/ -Andy -Original Message- From: Andrey Hristov [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 2:40 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] web services and PHP There are two ways (SOAP) to use SOAP library written in PHP such as NuSOAP by Dietrich

Re: [PHP] web services and PHP

2002-07-30 Thread Bob Lockie
I'd like to know if it's possible to use PHP to develop and implement Web Services. If so, please point me to sites, articles, or tutorials that discuss this topic in more detail. Thanks. How do you define web services? -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Web Services

2002-06-26 Thread Erik Price
On Wednesday, June 26, 2002, at 10:49 AM, Laurent Drouet wrote: I would like to know if there is a way to request data from a web services for example http://glkev.net.innerhost.com/glkev_ws/Currencyws.asmx using php without java ? If you know the web services API, you just send your

Re: [PHP] Web Services

2002-06-26 Thread Thalis A. Kalfigopoulos
I've used Dietrich's SOAP implementation for PHP and have been able to use only with specific type of webservices (soap:binding style=rpc... and soap:body use=encoded...). Unfortunately your service has style=document and use=literal, so I'm not sure about it. It can be found at:

RE: [PHP] Web Services

2002-06-26 Thread phpsurf
] Subject: Re: [PHP] Web Services I've used Dietrich's SOAP implementation for PHP and have been able to use only with specific type of webservices (soap:binding style=rpc... and soap:body use=encoded...). Unfortunately your service has style=document and use=literal, so I'm not sure about

RE: [PHP] Web Services

2002-06-26 Thread phpsurf
you can get the entire php code with examples from the pear cvs repository -Original Message- From: Thalis A. Kalfigopoulos [mailto:[EMAIL PROTECTED]] Sent: mercredi 26 juin 2002 17:35 To: phpsurf Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Web Services I looked in pear.php.net

Re: [PHP] Web Services

2002-06-26 Thread Laurent Drouet
PROTECTED] [EMAIL PROTECTED] cc: t.edu Subject: Re: [PHP] Web Services

RE: [PHP] Web Services

2002-02-28 Thread Robert V. Zwink
Is there someone who knows good places with information about Web Services? Such as SOAP, XML-RPC, WSDL etc. http://www.nusphere.com/releases/2002/012802.htm I'm not sure how useful it will be, but the above link may be a good starting place. They have a PDF available titled An Introduction to