Hi, I have 2 operations A and B, both with no parameters, but only return values. Now I have a problem: Whichever WebMethode (corresponding to the operations) I call, always the same WebMethod is called.
Here is a part of my WSDL:
<message name="Request"/>
<message name="Response">
<part name="result" element="tns:ArrayOfSomething"/>
</message>
