[XML]
<definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:e=http://www.esri.com/schemas/ArcGIS/10.0 xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.esri.com/schemas/ArcGIS/10.0">
<types>
<xs:schema targetNamespace="http://www.esri.com/schemas/ArcGIS/10.0" xmlns="http://www.esri.com/schemas/ArcGIS/10.0">
<xs:element name="ExecuteRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="requestData" type="xs:base64Binary" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ExecuteRequestResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="ExecuteRequestResult" type="xs:base64Binary" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
</types>
<message name="ExecuteRequestIn">
<part name="parameters" element="e:ExecuteRequest" />
</message>
<message name="ExecuteRequestOut">
<part name="parameters" element="e:ExecuteRequestResponse" />
</message>
<portType name="MobileServerPort">
<documentation></documentation>
<operation name="ExecuteRequest">
<input message="e:ExecuteRequestIn" />
<output message="e:ExecuteRequestOut" />
</operation>
</portType>
<binding name="MobileServerBinding" type="e:MobileServerPort">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
<operation name="ExecuteRequest">
<soap:operation soapAction="" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<service name="#NAME#">
<port name="MobileServerPort" binding="e:MobileServerBinding">
<soap:address location="#URL#" />
</port>
</service>
</definitions>
Development licensing | Deployment licensing |
---|---|
Server | Server |