summaryrefslogtreecommitdiff
path: root/lib/Net/Prizm/wsdls/CustomerIfService.wsdl
diff options
context:
space:
mode:
authorjeff <jeff>2008-03-14 04:58:21 +0000
committerjeff <jeff>2008-03-14 04:58:21 +0000
commit714bb4650e8ed1bf655311e8e6412853bf54db88 (patch)
tree21360474a38598733280203e37171b47967f60ea /lib/Net/Prizm/wsdls/CustomerIfService.wsdl
parent51ad08a8b780c50aa69f28cee3b1fd674c59c5de (diff)
update wsdls to 3.0r1
Diffstat (limited to 'lib/Net/Prizm/wsdls/CustomerIfService.wsdl')
-rw-r--r--lib/Net/Prizm/wsdls/CustomerIfService.wsdl40
1 files changed, 40 insertions, 0 deletions
diff --git a/lib/Net/Prizm/wsdls/CustomerIfService.wsdl b/lib/Net/Prizm/wsdls/CustomerIfService.wsdl
index 67e908a..8783507 100644
--- a/lib/Net/Prizm/wsdls/CustomerIfService.wsdl
+++ b/lib/Net/Prizm/wsdls/CustomerIfService.wsdl
@@ -112,6 +112,14 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
+ <wsdl:message name="getCustomersForElementRequest">
+
+ <wsdl:part name="elementID" type="xsd:int"/>
+
+ <wsdl:part name="mac" type="xsd:string"/>
+
+ </wsdl:message>
+
<wsdl:message name="importCustomerResponse">
</wsdl:message>
@@ -122,6 +130,12 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:message>
+ <wsdl:message name="getCustomersForElementResponse">
+
+ <wsdl:part name="getCustomersForElementReturn" type="impl:ArrayOfCustomerInfo"/>
+
+ </wsdl:message>
+
<wsdl:message name="getCustomersRequest">
<wsdl:part name="fieldNames" type="impl:ArrayOf_xsd_string"/>
@@ -258,6 +272,14 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="getCustomersForElement" parameterOrder="elementID mac">
+
+ <wsdl:input name="getCustomersForElementRequest" message="impl:getCustomersForElementRequest"/>
+
+ <wsdl:output name="getCustomersForElementResponse" message="impl:getCustomersForElementResponse"/>
+
+ </wsdl:operation>
+
</wsdl:portType>
<wsdl:binding name="CustomerIfServiceSoapBinding" type="impl:CustomerIf">
@@ -444,6 +466,24 @@ Built on Apr 22, 2006 (06:55:48 PDT)-->
</wsdl:operation>
+ <wsdl:operation name="getCustomersForElement">
+
+ <wsdlsoap:operation soapAction=""/>
+
+ <wsdl:input name="getCustomersForElementRequest">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:customer"/>
+
+ </wsdl:input>
+
+ <wsdl:output name="getCustomersForElementResponse">
+
+ <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:customer"/>
+
+ </wsdl:output>
+
+ </wsdl:operation>
+
</wsdl:binding>
<wsdl:service name="CustomerIfService">