Can we have the information of attribute names of a schema in the generated sig
model
-------------------------------------------------------------------------------------
Key: COMMONS-42
URL: http://wso2.org/jira/browse/COMMONS-42
Project: WSO2 Commons
Issue Type: Improvement
Components: dynamic-codegen
Reporter: Buddhika Semasinghe
Assigned To: Jonathan Marsh
If we have the information of attribute information( <xsd:attribute name="id"
type="xsd:ID" use="required"/> in the following ) of an schema in the sig model
it would be useful us to construct the payload. I found out this problem when I
use following WSDL. [1] , I converted it to WSDL2.0 and got the sig mode. As
far as my understanding is that this is not a problem with the converter but
in wsdl2sig.xslt.
xsd:complexType name="Content">
<xsd:sequence>
<xsd:any namespace="##any" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="required"/>
<xsd:anyAttribute/>
</xsd:complexType>
[1] http://www.crossfitmarin.com/soap/star40.wsdl
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev