Hello guys, I've created a web service with one simple function and I put it on a server.
ex.
http://mywebsite.com/webservice1.asmx
and the function is for example: bool func (String s).
How can I call this function from my BB application with passing an argument (string) and receiving it's response (bool).
Thanks in advance