You forgot the "wsdl" namespace prefixes on the elements in you binding. For example <operation ...> should be <wsdl:operation ...>.

After making the changes, the stub was generated correctly.

Rich Scheuerle
XML & Web Services Development
512-838-5115 (IBM TL 678-5115)
Bryan Field-Elliot <[EMAIL PROTECTED]>




          Bryan Field-Elliot <[EMAIL PROTECTED]>

          06/04/2002 11:05 AM
          Please respond to axis-user



To: [EMAIL PROTECTED]
cc:
Subject: Stub won't compile


I'm using Axis beta 2, and using WSDL2Java to generate skeletons and stubs.

Obviously my skeleton won't compile until I provide method implementations for my operations.. However, I would think that my stub should compile "out of the box", but it doesn't. It's also missing method implementations for my operations.

Am I missing something obvious? Shouldn't the stub compile right away without further modification?

Thank you,

Bryan

P.S. My WSDL file is attached.


(See attached file: xmlacl.wsdl)

Attachment: xmlacl.wsdl
Description: Binary data

Reply via email to