Author: ssanbern Date: 2007-01-26 15:15:42 +0100 (Fri, 26 Jan 2007) New Revision: 4377
Modified: trunk/core-api/src/main/wsdl/blocket.wsdl Log: new argument Modified: trunk/core-api/src/main/wsdl/blocket.wsdl =================================================================== --- trunk/core-api/src/main/wsdl/blocket.wsdl 2007-01-26 11:55:10 UTC (rev 4376) +++ trunk/core-api/src/main/wsdl/blocket.wsdl 2007-01-26 14:15:42 UTC (rev 4377) @@ -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
