I think that elementFormDefault="qualified" should be an attribute of the
<schema> element that is a child of <types>.
Jeff
----- Original Message ----- 
From: "Tamas Hauer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 11, 2003 7:54 AM
Subject: elementFormDefault="qualified" missing


> Hi,
>
> I use WSDL2java to produce some services.  My wsdl starts like this:
> <wsdl:definitions name="com.mammogrid.portal"
>                    targetNamespace="http://mammogrid.com/portal/";
>                    elementFormDefault="qualified"
>                    xmlns:tns="http://mammogrid.com/portal/";
>                    xmlns:ans="http://mammogrid.com/portal/api/";
>                    xmlns:pns="http://mammogrid.com/portal/patient/";
>                    xmlns:xsd="http://www.w3.org/2001/XMLSchema";
>                    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
>                    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
>                  >
> <wsdl:types>
>
> All the services are generated fine and deployment is working except
> for one thing, the deployed wsdl does not have the
> elementFormDefault="qualified"
> attribute.

Reply via email to