Author: ssanbern
Date: 2007-01-04 11:17:18 +0100 (Thu, 04 Jan 2007)
New Revision: 4259

Added:
   trunk/core-api/src/main/wsdl/blocket.wsdl
Log:
new blocket wsdl file

Added: trunk/core-api/src/main/wsdl/blocket.wsdl
===================================================================
--- trunk/core-api/src/main/wsdl/blocket.wsdl                           (rev 0)
+++ trunk/core-api/src/main/wsdl/blocket.wsdl   2007-01-04 10:17:18 UTC (rev 
4259)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:tns="http://www2.blocket.se/search"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns="http://schemas.xmlsoap.org/wsdl/"; 
targetNamespace="http://www2.blocket.se/search";>
+<types><xsd:schema targetNamespace="http://www2.blocket.se/search";
+>
+ <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"; />
+ <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="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>
+</definitions>
\ No newline at end of file

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

Reply via email to