mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 19:50:39 +02:00
12 lines
812 B
XML
12 lines
812 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 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/">
|
|
<SOAP-ENV:Body>
|
|
<ns5689:LatLonListSubgrid xmlns:ns5689="uri:DWMLgen">
|
|
<lowerLeftLatitude xsi:type="xsd:string">35.00</lowerLeftLatitude>
|
|
<lowerLeftLongitude xsi:type="xsd:string">-82.00</lowerLeftLongitude>
|
|
<upperRightLatitude xsi:type="xsd:string">35.5</upperRightLatitude>
|
|
<upperRightLongitude xsi:type="xsd:string">-81.50</upperRightLongitude>
|
|
<resolution xsi:type="xsd:string">20.0</resolution>
|
|
</ns5689:LatLonListSubgrid>
|
|
</SOAP-ENV:Body>
|
|
</SOAP-ENV:Envelope> |