Back to Articles

This topic includes codeblock examples within a step and substep.

  1. Perform the first step.
    1. Access the WSDL schema.
      Refer to the following WSDL schema example:
      <?xml version="1.0" ?>
      <wsdl:definitions name="nbbsNbiService"
         targetNamespace="http://nbbs.netopia.com/nbi/v2.0/http/">
         <wsdl:types>
            <xsd:schema
               targetNamespace="http://nbbs.netopia.com/nbi/v2.0/http/">
               <xsd:import namespace="http://nbbs.netopia.com/nbi/v2.0/Types/" schemaLocation="../nbi_types_v2.0.xsd"></xsd:import>
            </xsd:schema>
         </wsdl:types>
      <wsdl:message name="runReport">
         <wsdl:part element="nbi:runReport" name="parameters"></wsdl:part>
      </wsdl:message>
      <wsdl:message name="runReportResponse">
         <wsdl:part element="nbi:runReportResponse" name="parameters"></wsdl:part>
      </wsdl:message>
  2. Perform the second step.
    The following output is displayed:
    <?xml version="1.0" ?>
    <wsdl:definitions name="nbbsNbiService"
       targetNamespace="http://nbbs.netopia.com/nbi/v2.0/http/">
       <wsdl:types>
          <xsd:schema
             targetNamespace="http://nbbs.netopia.com/nbi/v2.0/http/">
             <xsd:import namespace="http://nbbs.netopia.com/nbi/v2.0/Types/" schemaLocation="../nbi_types_v2.0.xsd"></xsd:import>
          </xsd:schema>
       </wsdl:types>
    <wsdl:message name="runReport">
       <wsdl:part element="nbi:runReport" name="parameters"></wsdl:part>
    </wsdl:message>
    <wsdl:message name="runReportResponse">
       <wsdl:part element="nbi:runReportResponse" name="parameters"></wsdl:part>
    </wsdl:message>
  3. Perform the third step.
    The following output is displayed (smaller font):
    <?xml version="1.0" ?>
    <wsdl:definitions name="nbbsNbiService"
       targetNamespace="http://nbbs.netopia.com/nbi/v2.0/http/">
       <wsdl:types>
          <xsd:schema
             targetNamespace="http://nbbs.netopia.com/nbi/v2.0/http/">
             <xsd:import namespace="http://nbbs.netopia.com/nbi/v2.0/Types/" schemaLocation="../nbi_types_v2.0.xsd"></xsd:import>
          </xsd:schema>
       </wsdl:types>
    <wsdl:message name="runReport">
       <wsdl:part element="nbi:runReport" name="parameters"></wsdl:part>
    </wsdl:message>
    <wsdl:message name="runReportResponse">
       <wsdl:part element="nbi:runReportResponse" name="parameters"></wsdl:part>
    </wsdl:message>