Post your entire wsdl and maybe we can help.

Robert

On 11/30/06, Pader, Erwin <[EMAIL PROTECTED]> wrote:



Hi All,

i have defined an attribute for each element (kindly see snippet below) but
xmlbeans does not seem to generate the objects associated with the
attributes.  i am using wsdl2java of axis2 1.1.  any help is greatly
appreciated.  thanks!

<?xml version="1.0" encoding="UTF-8"?>
<definitions name="HMAPatEligRequest"
             targetNamespace="http://HMANS";
             xmlns:tns="http://HMANS";
xmlns="http://schemas.xmlsoap.org/wsdl/";
             xmlns:xsd="http://www.w3.org/2001/XMLSchema";

xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
             xmlns:ns2="http://HMANS/types";>
  <types>
    <schema targetNamespace="http://HMANS/types";
            elementFormDefault="qualified"
            xmlns:tns="http://HMANS/types";

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
            xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
xmlns="http://www.w3.org/2001/XMLSchema";

xmlns:xmime="http://www.w3.org/2005/05/xmlmime";>
      <import
namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
      <import namespace="http://www.w3.org/2005/05/xmlmime";

schemaLocation="http://www.w3.org/2005/05/xmlmime"/>
      <element name="RequestObject">
        <complexType>
          <sequence>
            <element name="memberID" type="xsd:string">
              <complexType>
                <attribute name="key" fixed="2100C" type="xsd:string"/>
              </complexType>
            </element>
            <element name="lastName" type="xsd:string">
              <complexType>
                <attribute name="key" fixed="2000C" type="xsd:string"/>
              </complexType>
            </element>
          </sequence>
        </complexType>
      </element>
    </schema>
  </types>


ErwinP


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to