I am trying to mock up a java web service that isn't complete but has been designed, i.e. I have the wsdl. I've implemented a .net web service with the classes and methods required with the same names, etc. However when I request the wsdl from the .net web service, the proxy classes generated contain the suffix "Soap", .e.g instead of FundService, I get FundServiceSoap.
How do I remove the Soap bit so that my generated classes will match the ones when I eventually point it to the completed Java web service.