I'm not really sure what is going on here, but if I try to use WSDL2H against a windows azure hosted WCF service I get the following errors. When the same WCF service is hosted on the local IIS server everything works fine. Any insight is appreciated.
Connecting to 'http://localhost:5100/Skynet /LogOrderEvent.svc?wsdl' to retrieve WSDL/XSD... connected, receiving... An error occurred while parsing WSDL or XSD from 'http://localhost:5100/Skynet/LogOrderEvent.svc?wsdl' Error 3 fault: SOAP-ENV:Client [no subcode] "Validation constraint violation: tag name or namespace mismatch in element <HTM L>" Detail: [no detail] HTTP/1.1 400 Bad Request Content-Type: text/html; charset=us-ascii Server: Microsoft-HTTPAPI/2.0 Date: Wed, 23 Sep 2009 19:27:14 GMT Connection: close Content-Length: 334 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/str ict.dtd"> <HTML> <!-- ** HERE ** --> <HEAD><TITLE>Bad Request</TITLE> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD> <BODY><h2>Bad Request - Invalid Hostname</h2> <hr><p>HTTP Error 400. The request hostname is invalid.</p> </BODY></HTML>
