Reto, There wasn't a <types> section in the WSDL you sent us before. How does your WSDL file refer to the <types> section? What is the target namespace in the <schema> section in your <types> section? Do you have a namespace declaration for this schema namespace in your <definitions> element?
We need to see this section of your WSDL to help you solve this question. Anne ----- Original Message ----- From: "Reto Badertscher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 29, 2003 3:46 AM Subject: Re: WSDL2Java > > > What seems to be missing from this WSDL file you sent is any definitions of > > the types such as in and out. Usually, there will either be an explicit > > definition of these types in a schema block or they will be imported. I > > suspect you may be importing a schema defined by the SAP Business > > connector. > My WSDL file contains the following > <wsdl:types> > <xsd:complexType name="in"> > ........ > <xsd:complexType name="in"> > ........ > > type definitions. Is something wrong with that. > > > Regards > > Reto Badertscher >