[C++] BigBank getQuotes request type incorrect
----------------------------------------------

         Key: TUSCANY-507
         URL: http://issues.apache.org/jira/browse/TUSCANY-507
     Project: Tuscany
        Type: Bug

  Components: C++ SDO  
    Versions: Cpp-current    
 Environment: Windows XP
    Reporter: Simon Laws
    Priority: Minor


Currently the working WSDL for BB has the following type description...

  <xsd:complexType name="GetAccountReportType">
    <xsd:sequence>
        <xsd:element name="customerID">
          <xsd:complexType>
            <xsd:sequence>
              <xsd:element name="customerID" type="xsd:string" />
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
    
  <xsd:element name="getAccountReport" type="tns:GetAccountReportType"/>

These two levels of customerID don't look right. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to