When you write a web service, you create a wsdl that defines that call to the web service. When the call involves an xml file, you create a wsd file to define the contents of the xml file.

When you are sending a response xml file, is there some document you provide the defines the format of the data in that xml file?

If not, how does the user of your service know how to parse the response xml file?

Thanks,