I need to create a .NET ASP.NET web service for inbound faxes to be pushed to. When doing so, how descriptive does the service have to be? Can the WSDL simply accept any XML object values or does it actually have to have the entire JobDocumentTransmit schema defined in it? Does the SOAP Action have to match a specific value or can it be whatever I want it to be?