I have to define a web service contract that afterwards will be used by different software suppliers to implement their servers and clients.
I tried to do it defining classes, making a WCF service and using it to autogenerate WSDL document. The problem with this approach is that inside WSDL there are some specifics concerning binding and the web service address.
How to achieve generating a web service contract without such implementation specific information?
Thank you in advance.
Best regards,
Łukasz Głaz