Author: ssanbern
Date: 2007-01-31 11:15:12 +0100 (Wed, 31 Jan 2007)
New Revision: 4386

Modified:
   branches/2.8/core-api/src/main/wsdl/blocket.wsdl
Log:
new search parameters


Modified: branches/2.8/core-api/src/main/wsdl/blocket.wsdl
===================================================================
--- branches/2.8/core-api/src/main/wsdl/blocket.wsdl    2007-01-31 10:08:18 UTC 
(rev 4385)
+++ branches/2.8/core-api/src/main/wsdl/blocket.wsdl    2007-01-31 10:15:12 UTC 
(rev 4386)
@@ -6,9 +6,9 @@
  <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"; />
 </xsd:schema>
 </types>
-<message name="searchRequest"><part name="query" type="xsd:string" /><part 
name="category" type="xsd:int" /></message>
+<message name="searchRequest"><part name="query" type="xsd:string" /><part 
name="category" type="xsd:int" /><part name="filter" type="xsd:string" 
/></message>
 <message name="searchResponse"><part name="total" type="xsd:long" /><part 
name="url" type="xsd:string" /></message>
 <portType name="searchPortType"><operation name="search"><input 
message="tns:searchRequest"/><output 
message="tns:searchResponse"/></operation></portType>
 <binding name="searchBinding" type="tns:searchPortType"><soap:binding 
style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation 
name="search"><soap:operation soapAction="http://www2.blocket.se/search/search"; 
style="rpc"/><input><soap:body use="encoded" 
namespace="http://www2.blocket.se/search"; 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body
 use="encoded" namespace="http://www2.blocket.se/search"; 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation></binding>
-<service name="search"><port name="searchPort" 
binding="tns:searchBinding"><soap:address 
location="http://www2.blocket.se/sesam"/></port></service>
+<service name="search"><port name="searchPort" 
binding="tns:searchBinding"><soap:address 
location="http://www2.blocket.se/sesam/search"/></port></service>
 </definitions>
\ No newline at end of file

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to