Anne, > The <types> section is the source of your troubles. > 1- you need a <schema> element. > 2- you need to define a target namespace and define other namespace > qualifiers in the <schema> element > 3- you need to make sure that the type= attributes point to types, not > elements > 4- you need to use the right namespace identifier (tns: rather than xsd:) > to refer to types that you define in the schema. > 5- I also suggest that you use your WSDL targetNamespace as the namespace > in your SOAP message bodies.
thanks a lot for your help. The file you provided works. Now i have to talk to the SAP people to deliver valid WSDL files. Thanks again Reto