Service | Operation index

Data types

Datatype summary

dsCustOrd element No documentation found in WSDL.
FaultDetail element No documentation found in WSDL.
getCustOrders element No documentation found in WSDL.
getCustOrdersResponse element No documentation found in WSDL.

Datatype detail


Top | Service | Operation index

dsCustOrd element

No documentation found in WSDL.

Schema

<schema elementFormDefault='qualified' targetNamespace='urn:getCustOrders:getCustOrders' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:tns='urn:getCustOrders' xmlns:S2='urn:getCustOrders:getCustOrders' xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:prodata='urn:schemas-progress-com:xml-prodata:0001' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' xmlns:S1='urn:soap-fault:details'>
  <element name='dsCustOrd' proDataSet='true'>
    <complexType>
      <sequence>
        <element maxOccurs='unbounded' minOccurs='0' name='ttCust'>
          <complexType>
            <sequence>
              <element name='CustNum' nillable='true' type='xsd:int'/>
              <element name='Name' nillable='true' type='xsd:string'/>
              <element name='Balance' nillable='true' type='xsd:decimal'/>
            </sequence>
          </complexType>
        </element>
        <element maxOccurs='unbounded' minOccurs='0' name='ttOrder'>
          <complexType>
            <sequence>
              <element name='OrderNum' nillable='true' type='xsd:int'/>
              <element name='CustNum' nillable='true' type='xsd:int'/>
              <element name='OrderDate' nillable='true' type='xsd:date'/>
            </sequence>
          </complexType>
        </element>
      </sequence>
    </complexType>
    <unique name='CustNumIdx' primaryIndex='true'>
      <selector xpath='.//S2:ttCust'/>
      <field xpath='S2:CustNum'/>
    </unique>
    <unique name='OrderNumIdx' primaryIndex='true'>
      <selector xpath='.//S2:ttOrder'/>
      <field xpath='S2:OrderNum'/>
    </unique>
    <unique name='CustOrdIdx'>
      <selector xpath='.//S2:ttOrder'/>
      <field xpath='S2:CustNum'/>
      <field xpath='S2:OrderNum'/>
    </unique>
    <keyref name='CustOrdRel' refer='S2:CustNumIdx'>
      <selector xpath='.//S2:ttOrder'/>
      <field xpath='S2:CustNum'/>
    </keyref>
  </element>
</schema>
          

Example

<ns0:dsCustOrd xmlns:ns0="urn:getCustOrders:getCustOrders">
  <!-- The following element may occur 0 or more times. -->
  <ns0:ttCust>
    <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
    <ns0:CustNum>int-value</ns0:CustNum>
    <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
    <ns0:Name>string-value</ns0:Name>
    <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
    <ns0:Balance>decimal-value</ns0:Balance>
  </ns0:ttCust>
  <!-- The following element may occur 0 or more times. -->
  <ns0:ttOrder>
    <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
    <ns0:OrderNum>int-value</ns0:OrderNum>
    <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
    <ns0:CustNum>int-value</ns0:CustNum>
    <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
    <ns0:OrderDate>date-value</ns0:OrderDate>
  </ns0:ttOrder>
</ns0:dsCustOrd>
          

Top | Service | Operation index

FaultDetail element

No documentation found in WSDL.

Schema

<schema elementFormDefault='unqualified' targetNamespace='urn:soap-fault:details' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:tns='urn:getCustOrders' xmlns:S2='urn:getCustOrders:getCustOrders' xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:prodata='urn:schemas-progress-com:xml-prodata:0001' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' xmlns:S1='urn:soap-fault:details'>
  <element name='FaultDetail'>
    <complexType>
      <sequence>
        <element name='errorMessage' type='xsd:string'/>
        <element name='requestID' type='xsd:string'/>
      </sequence>
    </complexType>
  </element>
</schema>
          

Example

<ns0:FaultDetail xmlns:ns0="urn:soap-fault:details">
  <errorMessage>string-value</errorMessage>
  <requestID>string-value</requestID>
</ns0:FaultDetail>
          

Top | Service | Operation index

getCustOrders element

No documentation found in WSDL.

Schema

<schema elementFormDefault='qualified' targetNamespace='urn:getCustOrders:getCustOrders' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:tns='urn:getCustOrders' xmlns:S2='urn:getCustOrders:getCustOrders' xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:prodata='urn:schemas-progress-com:xml-prodata:0001' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' xmlns:S1='urn:soap-fault:details'>
  <element name='getCustOrders'>
    <complexType>
      <sequence>
        <element maxOccurs='2' minOccurs='2' name='iCustNum' nillable='true' type='xsd:int'/>
      </sequence>
    </complexType>
  </element>
</schema>
          

Example

<ns0:getCustOrders xmlns:ns0="urn:getCustOrders:getCustOrders">
  <!-- The following element may occur 2 to 2 times.
       The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
  <ns0:iCustNum>int-value</ns0:iCustNum>
</ns0:getCustOrders>
          

Top | Service | Operation index

getCustOrdersResponse element

No documentation found in WSDL.

Schema

<schema elementFormDefault='qualified' targetNamespace='urn:getCustOrders:getCustOrders' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:tns='urn:getCustOrders' xmlns:S2='urn:getCustOrders:getCustOrders' xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:prodata='urn:schemas-progress-com:xml-prodata:0001' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' xmlns:S1='urn:soap-fault:details'>
  <element name='getCustOrdersResponse'>
    <complexType>
      <sequence>
        <element name='result' nillable='true' type='xsd:string'/>
        <element ref='S2:dsCustOrd'/>
      </sequence>
    </complexType>
  </element>
</schema>
          

Example

<ns0:getCustOrdersResponse xmlns:ns0="urn:getCustOrders:getCustOrders">
  <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
  <ns0:result>string-value</ns0:result>
  <ns0:dsCustOrd>
    <!-- The following element may occur 0 or more times. -->
    <ns0:ttCust>
      <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
      <ns0:CustNum>int-value</ns0:CustNum>
      <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
      <ns0:Name>string-value</ns0:Name>
      <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
      <ns0:Balance>decimal-value</ns0:Balance>
    </ns0:ttCust>
    <!-- The following element may occur 0 or more times. -->
    <ns0:ttOrder>
      <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
      <ns0:OrderNum>int-value</ns0:OrderNum>
      <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
      <ns0:CustNum>int-value</ns0:CustNum>
      <!-- The following element may have the 'xsi:nil="true"` attribute (it is nillable). -->
      <ns0:OrderDate>date-value</ns0:OrderDate>
    </ns0:ttOrder>
  </ns0:dsCustOrd>
</ns0:getCustOrdersResponse>