Consume php webservice in asp.net

  • Thread starter Thread starter Paul Hermans
  • Start date Start date
P

Paul Hermans

Hello,

Are there code samples, technical information to consume a php webservice in
a dotnet environment like asp.net?


Thx in advance,

Paul
 
it depends on the protocol the php webservice is using. once you know the
protocol, you can lookup the documentation.

if they are using soap, its just like a .net webservice, and you just add a
reference to vs.

-- bruce (sqlwork.com)
 
Back
Top