Designing a web service to be called by another language
Posted
by CollegeProgrammer
on Stack Overflow
See other posts from Stack Overflow
or by CollegeProgrammer
Published on 2010-05-02T23:11:14Z
Indexed on
2010/05/02
23:18 UTC
Read the original article
Hit count: 209
web-services
This will sound naive (but then I am a junior programmer), but if I write a web service say in Python (standard WSDL web service), I then need to host it so it is reachable from an end point.
This will give a URI for the service and then from another language, say Java or VB.NET (any), I can add a web service (this one) and then call the web service's object model, correct?
Thanks
© Stack Overflow or respective owner