dunno if this has been mentioned but the wsdl returned via "service?wsdl" url is missing the elementFormDefault="true" attribute in the original xsd. i didn't see this mentioned in the changelog for axis-1.3 so i guess it's still an issue?
i'm having issues with my C# client - it's finally sending out valid requests (with security header) but it doesn't seem to be parsing the valid response - at first i thought it was because it was expecting unqualified responses (it was sending unqualified-element requests due to the bug mentioned above), but fixing all the [attribute] entries in the generated proxy code didn't fix it - anybody have any hints as to how to debug a C# WS client? i know the answer isn't log4j.properties... ;-) ................ron.
