Re: consume ASP.NET web service with PHP
- From: Justin Koivisto <justin@xxxxxxxxx>
- Date: Mon, 08 Aug 2005 16:44:10 GMT
Matt wrote:
> Alright, the asp.net web service creates an xml based document called a
> WSDL i believe. Not positive but i think this is what is used to
> consume it in PHP. This web service will simply query a database. All
> the PHP page has to do is pull the info as a string and display it
> somewhere on the page. Does this help any?
Does PHP query the WSDL file, or does the ASP service query the PHP
script? If ASP is making a request to the PHP script, then it should
just be a matter of using the parameters to generate the output. If PHP
is making a request to the WSDL, then you'd have to parse the file,
generate the output, then send it to the destination whether that be
simply printing it out or using something like curl to send it elsewhere.
I've never worked with ASP or .NET (at all), so I don't know exactly
what needs to be done. You may also want to take a look at the dotnet
extension for PHP: http://us3.php.net/dotnet (especially the
user-submitted comments).
HTH
--
Justin Koivisto, ZCE - justin@xxxxxxxxx
http://koivi.com
.
- References:
- consume ASP.NET web service with PHP
- From: Matt
- Re: consume ASP.NET web service with PHP
- From: Justin Koivisto
- Re: consume ASP.NET web service with PHP
- From: Matt
- consume ASP.NET web service with PHP
- Prev by Date: Re: consume ASP.NET web service with PHP
- Next by Date: Re: unix / php 4.4.0 / php.ini ?
- Previous by thread: Re: consume ASP.NET web service with PHP
- Index(es):
Relevant Pages
|