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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top