I have a WCF service hosted by IIS.
It is documented to programmers as service end point;
https://api.company.com/services/soap1
but client must define endpoint
https://api.company.com/services/soap1/
Question; How can I support them also without pain? Is there any way like url re-write for wcf services requests add last trail automaticaly?
note: service work with mtom encoding SOAP messages.