Dennis-

> Wsdl2java doesn't generate stubs and skeletons for
> the attached wsdl file.
>
> What did I do wrong ?

The one problem I notice right away when I open it with Omniopera is that
your SOAP bindings aren't actually soap bindings: they're in the wrong
namespace. Your namespace prefix "soap" should be defined as:

xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/

whereas you have:

xmlns:soap=http://schemas.xmlsoap.org/soap/encoding/

Hope that helps.

Regards,
--
James Yegerlehner
Omniopera: XML Schema and WSDL Authoring Software
http://www.omniopera.com


----- Original Message -----
From: Dennis Reil
To: AXIS-User-List
Sent: Thursday, June 06, 2002 8:53 AM
Subject: another WSDL2Java-problem: no stubs / skeletons emitted


I'm having another problem with wsdl2java.
Wsdl2java doesn't generate stubs and skeletons for
the attached wsdl file. It doesn't throw an error
message so the file seems to be correct.

What did I do wrong ?

I used the following command line options:
-a -s -S true -p eVerlage.ws.gruppendienst -o GruppenDienstNEWTMP
GruppenDienst.wsdl

Regards
    Dennis Reil

Reply via email to