RE: Consuming a PHP Webservice
- From: "hobbyman" <hobbyman@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 17 Aug 2005 11:57:25 -0700
Just add the php as a "web reference" in your project. I did just a little
testing with just what you are trying. I was able to successfully make calls
and pass data back and forth with no problems. On the PHP side be sure to do
a google search for "nusoap" which is a very good php class package.
"Carlos Lozano" wrote:
> Hi,
>
> as a background I have an Windows application developed with VS 2003 (c#)
> that needs to transfer securely data to a MySQL database located on a Linux
> server.
>
> I have created a PHP webservice that will receive an xml file with all the
> data to update an encrypted database. This way all database logic will remain
> on the Linux server. The web service works OK using a testing PHP client.
>
> The windows application will create the xml file to be transferred to the
> web service to consume the webservice.
>
> I have been reading about the ServicePoint class, proxies and WSDL, but I
> feel kind of lost as I am new to web services.
> Why do I need a proxy?
> Can I just connect directly to the PHP web service to consume it?
>
> I found a console sample on MSDN and try to use it to test the webservice on
> Windows
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcreatingconsoleapplicationclient.asp
>
> I tryed to use WSDL, but got an error saying "the HTML file specified does
> not contain webservice discovery information".
>
> I called it as:
> WSDL http://linuxServer/WebService.php?wsdl
>
> I will appreciate any guidance.
>
> Carlos Lozano
.
- Follow-Ups:
- RE: Consuming a PHP Webservice
- From: Carlos Lozano
- RE: Consuming a PHP Webservice
- References:
- Consuming a PHP Webservice
- From: Carlos Lozano
- Consuming a PHP Webservice
- Prev by Date: Consuming a PHP Webservice
- Next by Date: RE: Consuming a PHP Webservice
- Previous by thread: Consuming a PHP Webservice
- Next by thread: RE: Consuming a PHP Webservice
- Index(es):
Relevant Pages
|