RE: Consuming a PHP Webservice
- From: "Carlos Lozano" <CarlosLozano@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 17 Aug 2005 12:12:04 -0700
Hi,
Good you were able to test it, that confirms it will work just fine.
In fact, I am currently using NuSoap for the server implementation. Would
you mind sharing one of your samples (VB or C# would be okay) to use it as a
starting point?
I am not so versed with web services yet.
Thank you,
Carlos Lozano
"hobbyman" wrote:
> 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
.
- References:
- Consuming a PHP Webservice
- From: Carlos Lozano
- RE: Consuming a PHP Webservice
- From: hobbyman
- Consuming a PHP Webservice
- Prev by Date: RE: Consuming a PHP Webservice
- Next by Date: Re: Adding Web Reference Error
- Previous by thread: RE: Consuming a PHP Webservice
- Next by thread: <Protocols> (Web.config) setting for WebService
- Index(es):
Relevant Pages
|