To view and download WSDL files I have to use Internet Explorer. Why?
First, when you view WSDL in Chrome it displays an empty page, not XML tree, like for example FF or IE. And second, most terifying thing in handling XML content, Chrome is changing camel case elements' names to lowecase when you save/download XML documents. Here are examples of such elements:
<xs:complextype name="cancelBookingResponse">
<xs:sequence>
<xs:element name="result" type="xs:boolean" />
</xs:sequence>
</xs:complextype>
<wsdl:porttype name="Warehouse">
<wsdl:operation name="cancelBooking">
<wsdl:input message="tns:cancelBooking" name="cancelBooking">
</wsdl:input>
<wsdl:output message="tns:cancelBookingResponse" name="cancelBookingResponse">
</wsdl:output>
</wsdl:operation>
</wsdl:porttype>What a disgrace!
Long live IE! :)
Łukasz
