Code examples
Last Updated:
June 30, 2026
This topic includes codeblock examples within a step and substep.
- Perform the first step.
- 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>
- Access the WSDL schema.
- 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> - 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>
