I have a WSDL file for a Web service created in java
I need to create an identical WSDL file in C#(asmx or WCF doesn't matter) .NET where the only existing web method implementation would be changed but keep the same signature though.
I always have different WSDL files which won't work for the client
EDIT I ended up using WSCF(web service contract first) it seems the only solution out there the resulting WSDL with some manual minor modifications seems quite similar to the original file.