Archives by Tag 'WCF'
WCF Soap11 vs Soap11WSAddressing10 vs Soap11WSAddressingAugust2004 vs Soap12 vs Soap12WSAddressing10 vs Soap12WSAddressingAugust2004
By admin - Last updated: Sunday, February 22, 2009
I’ve done some quick test on WCF interoperability of the SOAP versions and WSAddressing.
SOAP 1.1 vs SOAP 1.2
SOAP 1.2 is an extended version of SOAP 1.1, it does everything that SOAP 1.1 offers,
SOAP 1.2 provides clear processing model and it is based on XML infoset, it has no dependency on the underlying transport protocol. E.g. [...]
WCF WSDL & xsd:import schemaLocations link to local machine name not domain name while hosted in IIS
By admin - Last updated: Saturday, February 21, 2009
When WCF svc web services hosted in IIS, the links within WSDL for xsd schemaLocations uses local machine name, the will cause issues when 3rd parties try to obtain the complete WSDL reference from the server unless they modify the main WSDL file to change those schemaLocations links to use domain name for the xsd:import. [...]
