Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Service - How To Consume

Status
Not open for further replies.

stnkyminky

Programmer
Oct 15, 2001
476
US
I'm a bit new at php so my apologizes. I have a web service developed in vb.Net. The address would be

In this web service I exposed a function, Foo(name), that takes a name and sends it back to the client. In .Net I would make a reference to the web service in my project.

ex. dim ws as new localhost
name = ws.Foo(stnkyminky)
debug.print name


how would I accomplish consuming the web services in PHP?


Thanks



Scott
Programmer Analyst
<{{><
 
I think in this case, you would need to create a SOAP(XML) message to send back to the server to invoke and consume the service.

Here are some links:

and a link to the NuSOAP page which has a lot of the coding done for you

hth

Bastien

Any one have a techie job in Toronto, I need to work...being laid off sucks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top