I have a webservice that exposes a function called ADD(int a, int b)
and i am trying to send a request to it without adding a wsdl/reference and then calling the function, In other words, i want to explicitly send a request to the webservice address.
so if i send a POST request with a well-formatted-soap XML envelope as the message, would that work?