There are namespace errors in your WSDL. You have not declared a
namespace for your WSDL targetNamespace; therefore you have no way to
reference any of your WSDL elements. Perhaps you meant to use the same
targetNamespace for both your WSDL and schema?

It's always a good idea to validate a WSDL before running wsdl2java on it.

Anne

On 1/29/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Using wsdl2java on the attached wsdl produces some incorrect results.
The xml that i would expect the generated code to produce is in
expected.xml the code it actually produces is in actual.xml. The
element name for element1 is incorrect, element2 should contain the
string directly instead of having it as a child node, element2 is also
missing the attribute that it should have.
There seems to be problems with wsdl2java's handling of enumerations
in anything other than the most basic cases


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to