Hi I am finding that when I use Wsdl2Java to generate a skeleton (and deploy files etc.) and then deploy the resulting service the static methods getOperationDescs() and getOperationDescByName(String) are also exposed in the service - even if I edit the generated deploy.wsdd to limit the allowedMethods. This breaks my .NET client.
If I don't generate a skeleton then the deploy.wsdd is very different (I guess explicitly stating the operation types etc.) Any ideas why this is so? Cheers Luke
