Steve Loughran aber hob zu reden an und schrieb: > you need to be using Axis1.1b
Already doing so. >> At least I expect Axis / java2wsdl to create a valid wsdl. > > well, it is trying to stop you sending stuff over the wire that may make no > sense at the far end. Hm, the not-creation looks more as bug than actually intended. >> java2wsdl throws a warning in the above cases, that (especially for >> java.* and javax.*) a xml schema anyType will be created instead. When I >> try to create a wrapped wsdl (via -y wrapped), the wsdl contains (for >> your example) <element name="in0" type="tns2:JFrame"/> and <element >> name="getPaneReturn" type="tns2:CellRendererPane"/> with tns2 undefined >> instead of xsd:anyType. Is this a bug? > > probably. I'll file a bug on this then. The classes I wanted to deploy as services are automagically created from IDL files and since I do not intend to change them all by hand (most of them might be made to work with axis), I decided to write a few wrapper services that will handle them, and deploy this wrappers. Thanks a lot for your help! Karsten