stnkyminky
Programmer
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
<{{><
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
<{{><