[PHP] Web services and PHP

2002-08-12 Thread Aung

I have some web services developed with .NET and I would like to consume
these web services from PHP.  Can someone provide me with example code?

Thanks in advance.
Aung



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 consume
 these web services from PHP.  Can someone provide me with example code?
 
 Thanks in advance.
 Aung
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 [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 consume
  these web services from PHP.  Can someone provide me with example code?
 
  Thanks in advance.
  Aung
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 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 [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 consume
   these web services from PHP.  Can someone provide me with 
 example code?
  
   Thanks in advance.
   Aung
  
  
  
   --
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, visit: http://www.php.net/unsub.php
  
  
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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, visit: http://www.php.net/unsub.php




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 someone provide me with example code?

Thanks in advance.
Aung



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

__ 
Post your ad for free now! http://personals.yahoo.ca

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 more detail. Thanks.

 How do you define web services?

I know nothing about ASP.







-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] web services and PHP

2002-08-01 Thread Danny Shepherd

I think he means XML WebServices (probably using SOAP)

It's not too difficult, there are a few SOAP classes for PHP now, simply
send your SOAP encoded request to the server, via HTTP, and decode the SOAP
response that you get back.

There's also a SOAP module for PHP (alpha release atm) at
http://phpsoaptoolkit.sourceforge.net/phpsoap/

If you're after an all in 1 solution you might want to look at nusoap - but
it was really buggy the last time I used it, so I don't recommend it at this
time.

I've heard something about another all in 1 solution that's quite
promising - but it's behind 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]">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 detail. Thanks.
 
  How do you define web services?

 I know nothing about ASP.







 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 detail. Thanks.

 How do you define web services?






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 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 detail. Thanks.
 
  How do you define web services?
 
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] web services and PHP

2002-07-31 Thread Andrew Chase

There is also a PEAR SOAP package available:

http://pear.php.net/package-info.php?pacid=87

Some web services also use XML-RPC, a simpler predecessor to SOAP:

http://www.xmlrpc.com

There are a couple of PHP classes available for implementing XML-RPC clients
and servers:

http://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 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).


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] web services and PHP

2002-07-30 Thread Ric Mañalac

Hi,

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.

--
Ric Mañalac

Note:

The information contained in this message may be privileged and
confidential and protected from disclosure. If the reader of this
message is not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, you
are hereby notified that any dissemination, distribution or copying of
this communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to
the message and deleting it from your computer. Thank you.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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, visit: http://www.php.net/unsub.php