I've added a wsdl
thing as a service reference in my project.
But when I invoke a method, I do get:
<Message>Unbound prefix used in qualified name 'soap:Server'.</Message>
What it's strange for me (as a newbie):
in SoapUI 5.6.1 it works OK, the method is returning correctly the information
the error is when I invoke a method, e.g.:
wsdlClient client = new wsdlClient(); // OK type[] result = client.getResult(); // Here I get the error