Update of /cvsroot/magicmap/magicmapclient/inf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24090/inf
Modified Files:
MapFacade.wsdl
Log Message:
Index: MapFacade.wsdl
===================================================================
RCS file: /cvsroot/magicmap/magicmapclient/inf/MapFacade.wsdl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MapFacade.wsdl 20 Feb 2006 15:14:47 -0000 1.4
--- MapFacade.wsdl 25 Feb 2006 13:36:54 -0000 1.5
***************
*** 1,4 ****
<?xml version="1.0" encoding="UTF-8"?>
! <wsdl:definitions targetNamespace="http://localhost:8080/magicmap/services/MapFacade" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:8080/magicmap/services/MapFacade" xmlns:intf="http://localhost:8080/magicmap/services/MapFacade" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:dto.server.magicmap.sf.net" xmlns:tns2="http://exception.server.magicmap.sf.net" xmlns:tns3="http://dto.server.magicmap.sf.net" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.2
Built on May 03, 2005 (02:20:24 EDT)-->
--- 1,4 ----
<?xml version="1.0" encoding="UTF-8"?>
! <wsdl:definitions targetNamespace="http://localhost:8080/magicmap/services/MapFacade" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:8080/magicmap/services/MapFacade" xmlns:intf="http://localhost:8080/magicmap/services/MapFacade" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:dto.server.magicmap.sf.net" xmlns:tns2="http://exception.server.magicmap.sf.net" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.2
Built on May 03, 2005 (02:20:24 EDT)-->
***************
*** 7,11 ****
<import namespace="http://exception.server.magicmap.sf.net"/>
<import namespace="http://localhost:8080/magicmap/services/MapFacade"/>
- <import namespace="http://dto.server.magicmap.sf.net"/>
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="MapDTO">
--- 7,10 ----
***************
*** 38,46 ****
</sequence>
</complexType>
</schema>
<schema targetNamespace="http://exception.server.magicmap.sf.net" xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://localhost:8080/magicmap/services/MapFacade"/>
<import namespace="urn:dto.server.magicmap.sf.net"/>
- <import namespace="http://dto.server.magicmap.sf.net"/>
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="MapException">
--- 37,54 ----
</sequence>
</complexType>
+ <complexType name="GeoPointDTO">
+ <sequence>
+ <element name="geoPointAlt" nillable="true" type="soapenc:int"/>
+ <element name="geoPointLat" nillable="true" type="soapenc:int"/>
+ <element name="geoPointLong" nillable="true" type="soapenc:int"/>
+ <element name="geoPointX" nillable="true" type="soapenc:int"/>
+ <element name="geoPointY" nillable="true" type="soapenc:int"/>
+ <element name="id" nillable="true" type="soapenc:long"/>
+ </sequence>
+ </complexType>
</schema>
<schema targetNamespace="http://exception.server.magicmap.sf.net" xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://localhost:8080/magicmap/services/MapFacade"/>
<import namespace="urn:dto.server.magicmap.sf.net"/>
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="MapException">
***************
*** 54,58 ****
<import namespace="http://exception.server.magicmap.sf.net"/>
<import namespace="urn:dto.server.magicmap.sf.net"/>
- <import namespace="http://dto.server.magicmap.sf.net"/>
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="ArrayOf_tns1_StringReplacementDTO">
--- 62,65 ----
***************
*** 63,90 ****
</complexContent>
</complexType>
! <complexType name="ArrayOf_tns3_GeoPointDTO">
<complexContent>
<restriction base="soapenc:Array">
! <attribute ref="soapenc:arrayType" wsdl:arrayType="tns3:GeoPointDTO[]"/>
</restriction>
</complexContent>
</complexType>
</schema>
- <schema targetNamespace="http://dto.server.magicmap.sf.net" xmlns="http://www.w3.org/2001/XMLSchema">
- <import namespace="http://exception.server.magicmap.sf.net"/>
- <import namespace="http://localhost:8080/magicmap/services/MapFacade"/>
- <import namespace="urn:dto.server.magicmap.sf.net"/>
- <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
- <complexType name="GeoPointDTO">
- <sequence>
- <element name="geoPointAlt" nillable="true" type="soapenc:int"/>
- <element name="geoPointLat" nillable="true" type="soapenc:int"/>
- <element name="geoPointLong" nillable="true" type="soapenc:int"/>
- <element name="geoPointX" nillable="true" type="soapenc:int"/>
- <element name="geoPointY" nillable="true" type="soapenc:int"/>
- <element name="id" nillable="true" type="soapenc:long"/>
- </sequence>
- </complexType>
- </schema>
</wsdl:types>
--- 70,81 ----
</complexContent>
</complexType>
! <complexType name="ArrayOf_tns1_GeoPointDTO">
<complexContent>
<restriction base="soapenc:Array">
! <attribute ref="soapenc:arrayType" wsdl:arrayType="tns1:GeoPointDTO[]"/>
</restriction>
</complexContent>
</complexType>
</schema>
</wsdl:types>
***************
*** 159,163 ****
<wsdl:message name="getGeoPointsForMapResponse">
! <wsdl:part name="getGeoPointsForMapReturn" type="impl:ArrayOf_tns3_GeoPointDTO"/>
</wsdl:message>
--- 150,154 ----
<wsdl:message name="getGeoPointsForMapResponse">
! <wsdl:part name="getGeoPointsForMapReturn" type="impl:ArrayOf_tns1_GeoPointDTO"/>
</wsdl:message>
|