Is it possible to dynamically call a service when the only info you have is from the WSDL? I want to find a web service, get it's WSDL doc and then call it - but I've found mixed information on whether this is currently possible or not. Does the WSDL have all the info I need in order to make the call this way?
Does anyone know of any examples on how to do this?
Thanks in advance,