I want to distribute the WSDL
file of my WCF service
to all the stakeholders. Some will be generating actual web service out of it and a few will be writing client part of it.
When i generated wsdl
, i found that schemas.microsoft.com.2003.10.Serialization.xsd
is also generated. My questions are:
- Is this file/schema necessary in distribution package? (I think, yes.)
- Is it compliant with the standards?
- Will there be any interoperability issue? Some stakeholders are on
Java
andDelphi
platforms. - Why the similar schema definition is not generated for the
ASMX
services?