Help for this page

Select Code to Download


  1. or download this
        <wsdl:message name="getAllLocalGroupsIn">
            <wsdl:part name="parameter" element="tns:getAllLocalGroups"/>
    ...
        <wsdl:message name="getAllLocalGroupsOut">
            <wsdl:part name="parameter" element="tns:getAllLocalGroupsResp
    +onse"/>
        </wsdl:message>
    
  2. or download this
        <wsdl:portType name="LocalGroupProviderPortType">
            <wsdl:operation name="getAllLocalGroups">
                <wsdl:input message="tns:getAllLocalGroupsIn"/>
                <wsdl:output message="tns:getAllLocalGroupsOut"/>
            </wsdl:operation>
    
  3. or download this
        <wsdl:binding name="LocalGroupProviderBinding" type="tns:LocalGrou
    +pProviderPortType">
            <soap:binding style="document" transport="http://schemas.xmlso
    +ap.org/soap/http"/>
    ...
                <wsdl:output>
                    <soap:body use="literal"/>
                </wsdl:output>
    
  4. or download this
        <xs:element name="getAllLocalGroups" type="xs:unsignedShort"/>
        <xs:element name="getAllLocalGroupsResponse">
    ...
                </xs:sequence>
            </xs:complexType>
        </xs:element>
    
  5. or download this
    <?xml version="1.0" ?><S:Envelope xmlns:S="http://www.w3.org/2003/05/s
    +oap-envelope"><S:Body><getAllLocalGroups xmlns="http://www.bluearc.co
    +m/BAService/LocalGroupProvider" xmlns:ns2="http://www.bluearc.com/BAS
    +ervice/LocalGroupProvider/Types">0</getAllLocalGroups></S:Body></S:En
    +velope>
    
  6. or download this
    # ------------------- getAllLocalGroups() ----------------------------
    sub LocalGroupProvider::getAllLocalGroups()
    ...
        return(1);
    }
    # --------------------------------------------------------------------
    
  7. or download this
    <soap:Envelope 
        soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
    ...
        </ns0:getAllLocalGroups>
      </soap:Body>
    </soap:Envelope>
    
  8. or download this
    faultString = Validation constraint violation: data type mismatch  in 
    +element <ns0:getAllLocalGroups>
    faultCode = SOAP-ENV:Client
    
  9. or download this
    <methodName>paramValue</methodName>
    
  10. or download this
    <methodName>
          <paramName>paramValue</paramName>
    </methodName>