PHP\ASP.NETWebservice

  • Thread starter Thread starter gh
  • Start date Start date
G

gh

Does anyone have an example of consuming an ASP.NET webservice from
PHP. I have a procedure in the webservice that passes an array with
CompanyID and CompanyName. The php side needs to call the procedure to
write out the data from the array into a couple of columns in the table.
I can' t seem to find any clear examples online, for this.

TIA
 
look at the soap extentions and SoapClient class. you just give it the
url of the .net wsdl.

-- bruce (sqlwork.com)
 
bruce said:
look at the soap extentions and SoapClient class. you just give it the
url of the .net wsdl.

-- bruce (sqlwork.com)
Bruce:

Thanks for the advice, but I need an example of accessing the data from
the web service, in php. I' ll keep looking.

Thanks
 
Back
Top