[
https://issues.apache.org/jira/browse/AXIS-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615608#action_12615608
]
krishna kumar singh commented on AXIS-2752:
-------------------------------------------
AuditMessageTypeActiveParticipant class only generate private
com.wellogic.sypanse.CodedValueType[] activeParticipantType Attribute but the
actual xsd has following attributes.
<xs:complexType name="ActiveParticipantType">
<xs:sequence minOccurs="0">
<xs:element name="RoleIDCode" type="tns:CodedValueType"
minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="UserID" type="xs:string" use="required"/>
<xs:attribute name="AlternativeUserID" type="xs:string"
use="optional"/>
<xs:attribute name="UserName" type="xs:string" use="optional"/>
<xs:attribute name="UserIsRequestor" type="xs:boolean"
use="optional" default="true"/>
<xs:attribute name="NetworkAccessPointID" type="xs:string"
use="optional"/>
<xs:attribute name="NetworkAccessPointTypeCode" use="optional">
<xs:simpleType>
<xs:restriction base="xs:unsignedByte">
<xs:enumeration value="1">
<xs:annotation>
<xs:appinfo>Machine
Name, including DNS name</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:appinfo>IP
Address</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:appinfo>Telephone
Number</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
.........
> Problem with WSDL2JAVA code emitter when i am using <xs:sequence> inside
> <xs:complexType>
> ------------------------------------------------------------------------------------------
>
> Key: AXIS-2752
> URL: https://issues.apache.org/jira/browse/AXIS-2752
> Project: Axis
> Issue Type: Bug
> Components: WSDL processing
> Affects Versions: 1.4
> Environment: Windows XP SP2 ...Java 1.6 ...Axis 1.4
> Reporter: krishna kumar singh
> Fix For: 1.4
>
> Attachments: auditlogquery.wsdl, auditmessage.xsd
>
>
> When I am using <xs:sequence> inside <xs:complexType the Java binding code
> i am getting does not compile properly. When I remove <xs:sequence> attribute
> source java code contains all the attribute.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]