- 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>
- or download this
<wsdl:portType name="LocalGroupProviderPortType">
<wsdl:operation name="getAllLocalGroups">
<wsdl:input message="tns:getAllLocalGroupsIn"/>
<wsdl:output message="tns:getAllLocalGroupsOut"/>
</wsdl:operation>
- 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>
- or download this
<xs:element name="getAllLocalGroups" type="xs:unsignedShort"/>
<xs:element name="getAllLocalGroupsResponse">
...
</xs:sequence>
</xs:complexType>
</xs:element>
- 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>
- or download this
# ------------------- getAllLocalGroups() ----------------------------
sub LocalGroupProvider::getAllLocalGroups()
...
return(1);
}
# --------------------------------------------------------------------
- or download this
<soap:Envelope
soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
...
</ns0:getAllLocalGroups>
</soap:Body>
</soap:Envelope>
- or download this
faultString = Validation constraint violation: data type mismatch in
+element <ns0:getAllLocalGroups>
faultCode = SOAP-ENV:Client
- or download this
<methodName>paramValue</methodName>
- or download this
<methodName>
<paramName>paramValue</paramName>
</methodName>