Hello,
   
  I'm trying to set up a simple web service using Aegis binding. I want one of 
my fields to be an attribute in XML, instead of an element.
   
  Here is my mapping:
   
  <mappings>
  <mapping>
  <property name="requestTime" style="attribute" />
  <property name="userInfo" minOccurs="1"/>
  </mapping>
  </mappings>
   
  But when I generate the WSDL, I get this schema bit:
   
  <xsd:sequence>
        <xsd:element name="userInfo" type="ns1:UserInfo" /> 

      <xsd:element minOccurs="0" name="requestDtm" type="xsd:dateTime" /> 

  </xsd:sequence>
   
  Any ideas why? How can I make requestDtm an attribute?
   
  Thanks
   
  Andrey


 
---------------------------------
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.

Reply via email to