proxy class incompatible with compact framework

  • Thread starter Thread starter amine
  • Start date Start date
A

amine

Hi,

I have created a proxy class from a wsdl document and I
want to add it to my project. but the generated proxy
class contains packages like system.web that are not
supported by the .NET compact framework. does anyone have
any idea how to fix this problem

Thank you
..
 
here is the wsdl doc. Thank you for any help you can
provide

Amine Zejli

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
targetNamespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>"
xmlns="http://schemas.xmlsoap.org/wsdl/
</Redirect/schemas.xmlsoap.org/wsdl/>" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
xmlns:impl="http://soapdav.soe.ucsc.edu-impl
</Redirect/soapdav.soe.ucsc.edu-impl>"
xmlns:intf="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/
</Redirect/schemas.xmlsoap.org/wsdl/>"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/
</Redirect/schemas.xmlsoap.org/wsdl/soap/>"
xmlns:xsd="http://www.w3.org/2001/XMLSchema
</Redirect/www.w3.org/2001/XMLSchema>">
<types>
<schema targetNamespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>"
xmlns="http://www.w3.org/2001/XMLSchema
</Redirect/www.w3.org/2001/XMLSchema>">
<complexType name="DavResponse">
<sequence>
<element name="XMLBody" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
<element name="DavResponse" nillable="true"
type="intf:DavResponse"/>
<complexType name="ArrayOf_SOAP-ENC_string">
<complexContent>
<restriction base="SOAP-ENC:Array">
<attribute ref="SOAP-ENC:arrayType"
wsdl:arrayType="xsd:string[]"/>
</restriction>
</complexContent>
</complexType>
<element name="ArrayOf_SOAP-ENC_string" nillable="true"
type="intf:ArrayOf_SOAP-ENC_string"/>
<complexType name="Prop">
<sequence>
<element name="propertyName" nillable="true"
type="xsd:string"/>
<element name="propertyValue" nillable="true"
type="xsd:string"/>
</sequence>
</complexType>
<complexType name="ArrayOfProp">
<complexContent>
<restriction base="SOAP-ENC:Array">
<attribute ref="SOAP-ENC:arrayType"
wsdl:arrayType="intf:Prop[]"/>
</restriction>
</complexContent>
</complexType>
<element name="ArrayOfProp" nillable="true"
type="intf:ArrayOfProp"/>
</schema>
</types>

<wsdl:message name="propfindResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:message name="copyRequest">

<wsdl:part name="sourceURI" type="SOAP-ENC:string"/>

<wsdl:part name="destURI" type="SOAP-ENC:string"/>

<wsdl:part name="depth" type="SOAP-ENC:string"/>

<wsdl:part name="overwrite" type="SOAP-ENC:string"/>

<wsdl:part name="keepAlive" type="xsd:boolean"/>

</wsdl:message>

<wsdl:message name="moveResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:message name="unlockResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:message name="mkcolResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:message name="lockRequest">

<wsdl:part name="uri" type="SOAP-ENC:string"/>

<wsdl:part name="depth" type="SOAP-ENC:string"/>

<wsdl:part name="lockScope" type="SOAP-ENC:string"/>

<wsdl:part name="lockType" type="SOAP-ENC:string"/>

<wsdl:part name="owner" type="SOAP-ENC:string"/>

<wsdl:part name="timeout" type="SOAP-ENC:string"/>

</wsdl:message>

<wsdl:message name="proppatchResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:message name="lockResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:message name="unlockRequest">

<wsdl:part name="uri" type="SOAP-ENC:string"/>

</wsdl:message>

<wsdl:message name="propfindRequest">

<wsdl:part name="uri" type="SOAP-ENC:string"/>

<wsdl:part name="depth" type="SOAP-ENC:string"/>

<wsdl:part name="properties" type="intf:ArrayOf_SOAP-
ENC_string"/>

</wsdl:message>

<wsdl:message name="moveRequest">

<wsdl:part name="sourceURI" type="SOAP-ENC:string"/>

<wsdl:part name="destURI" type="SOAP-ENC:string"/>

<wsdl:part name="depth" type="SOAP-ENC:string"/>

<wsdl:part name="overwrite" type="SOAP-ENC:string"/>

<wsdl:part name="keepAlive" type="xsd:boolean"/>

</wsdl:message>

<wsdl:message name="mkcolRequest">

<wsdl:part name="uri" type="SOAP-ENC:string"/>

</wsdl:message>

<wsdl:message name="proppatchRequest">

<wsdl:part name="uri" type="SOAP-ENC:string"/>

<wsdl:part name="set" type="intf:ArrayOfProp"/>

<wsdl:part name="unset" type="intf:ArrayOf_SOAP-
ENC_string"/>

</wsdl:message>

<wsdl:message name="copyResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:portType name="SoapDavServicePortType">

<wsdl:operation name="lock" parameterOrder="uri depth
lockScope lockType owner timeout">

<wsdl:input message="intf:lockRequest"/>

<wsdl:output message="intf:lockResponse"/>

</wsdl:operation>

<wsdl:operation name="copy" parameterOrder="sourceURI
destURI depth overwrite keepAlive">

<wsdl:input message="intf:copyRequest"/>

<wsdl:output message="intf:copyResponse"/>

</wsdl:operation>

<wsdl:operation name="move" parameterOrder="sourceURI
destURI depth overwrite keepAlive">

<wsdl:input message="intf:moveRequest"/>

<wsdl:output message="intf:moveResponse"/>

</wsdl:operation>

<wsdl:operation name="unlock" parameterOrder="uri">

<wsdl:input message="intf:unlockRequest"/>

<wsdl:output message="intf:unlockResponse"/>

</wsdl:operation>

<wsdl:operation name="propfind" parameterOrder="uri depth
properties">

<wsdl:input message="intf:propfindRequest"/>

<wsdl:output message="intf:propfindResponse"/>

</wsdl:operation>

<wsdl:operation name="proppatch" parameterOrder="uri set
unset">

<wsdl:input message="intf:proppatchRequest"/>

<wsdl:output message="intf:proppatchResponse"/>

</wsdl:operation>

<wsdl:operation name="mkcol" parameterOrder="uri">

<wsdl:input message="intf:mkcolRequest"/>

<wsdl:output message="intf:mkcolResponse"/>

</wsdl:operation>

</wsdl:portType>

<wsdl:binding name="SoapDavServicePortSoapBinding"
type="intf:SoapDavServicePortType">

<wsdlsoap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http
</Redirect/schemas.xmlsoap.org/soap/http>"/>

<wsdl:operation name="lock">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="copy">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="move">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="unlock">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="propfind">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="proppatch">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="mkcol">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

</wsdl:binding>
 
Would you please attach the original WSDL file.

here is the wsdl doc. Thank you for any help you can
provide

Amine Zejli

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
targetNamespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>"
xmlns="http://schemas.xmlsoap.org/wsdl/
</Redirect/schemas.xmlsoap.org/wsdl/>" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
xmlns:impl="http://soapdav.soe.ucsc.edu-impl
</Redirect/soapdav.soe.ucsc.edu-impl>"
xmlns:intf="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/
</Redirect/schemas.xmlsoap.org/wsdl/>"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/
</Redirect/schemas.xmlsoap.org/wsdl/soap/>"
xmlns:xsd="http://www.w3.org/2001/XMLSchema
</Redirect/www.w3.org/2001/XMLSchema>">
<types>
<schema targetNamespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>"
xmlns="http://www.w3.org/2001/XMLSchema
</Redirect/www.w3.org/2001/XMLSchema>">
<complexType name="DavResponse">
<sequence>
<element name="XMLBody" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
<element name="DavResponse" nillable="true"
type="intf:DavResponse"/>
<complexType name="ArrayOf_SOAP-ENC_string">
<complexContent>
<restriction base="SOAP-ENC:Array">
<attribute ref="SOAP-ENC:arrayType"
wsdl:arrayType="xsd:string[]"/>
</restriction>
</complexContent>
</complexType>
<element name="ArrayOf_SOAP-ENC_string" nillable="true"
type="intf:ArrayOf_SOAP-ENC_string"/>
<complexType name="Prop">
<sequence>
<element name="propertyName" nillable="true"
type="xsd:string"/>
<element name="propertyValue" nillable="true"
type="xsd:string"/>
</sequence>
</complexType>
<complexType name="ArrayOfProp">
<complexContent>
<restriction base="SOAP-ENC:Array">
<attribute ref="SOAP-ENC:arrayType"
wsdl:arrayType="intf:Prop[]"/>
</restriction>
</complexContent>
</complexType>
<element name="ArrayOfProp" nillable="true"
type="intf:ArrayOfProp"/>
</schema>
</types>

<wsdl:message name="propfindResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:message name="copyRequest">

<wsdl:part name="sourceURI" type="SOAP-ENC:string"/>

<wsdl:part name="destURI" type="SOAP-ENC:string"/>

<wsdl:part name="depth" type="SOAP-ENC:string"/>

<wsdl:part name="overwrite" type="SOAP-ENC:string"/>

<wsdl:part name="keepAlive" type="xsd:boolean"/>

</wsdl:message>

<wsdl:message name="moveResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:message name="unlockResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:message name="mkcolResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:message name="lockRequest">

<wsdl:part name="uri" type="SOAP-ENC:string"/>

<wsdl:part name="depth" type="SOAP-ENC:string"/>

<wsdl:part name="lockScope" type="SOAP-ENC:string"/>

<wsdl:part name="lockType" type="SOAP-ENC:string"/>

<wsdl:part name="owner" type="SOAP-ENC:string"/>

<wsdl:part name="timeout" type="SOAP-ENC:string"/>

</wsdl:message>

<wsdl:message name="proppatchResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:message name="lockResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:message name="unlockRequest">

<wsdl:part name="uri" type="SOAP-ENC:string"/>

</wsdl:message>

<wsdl:message name="propfindRequest">

<wsdl:part name="uri" type="SOAP-ENC:string"/>

<wsdl:part name="depth" type="SOAP-ENC:string"/>

<wsdl:part name="properties" type="intf:ArrayOf_SOAP-
ENC_string"/>

</wsdl:message>

<wsdl:message name="moveRequest">

<wsdl:part name="sourceURI" type="SOAP-ENC:string"/>

<wsdl:part name="destURI" type="SOAP-ENC:string"/>

<wsdl:part name="depth" type="SOAP-ENC:string"/>

<wsdl:part name="overwrite" type="SOAP-ENC:string"/>

<wsdl:part name="keepAlive" type="xsd:boolean"/>

</wsdl:message>

<wsdl:message name="mkcolRequest">

<wsdl:part name="uri" type="SOAP-ENC:string"/>

</wsdl:message>

<wsdl:message name="proppatchRequest">

<wsdl:part name="uri" type="SOAP-ENC:string"/>

<wsdl:part name="set" type="intf:ArrayOfProp"/>

<wsdl:part name="unset" type="intf:ArrayOf_SOAP-
ENC_string"/>

</wsdl:message>

<wsdl:message name="copyResponse">

<wsdl:part name="return" type="intf:DavResponse"/>

</wsdl:message>

<wsdl:portType name="SoapDavServicePortType">

<wsdl:operation name="lock" parameterOrder="uri depth
lockScope lockType owner timeout">

<wsdl:input message="intf:lockRequest"/>

<wsdl:output message="intf:lockResponse"/>

</wsdl:operation>

<wsdl:operation name="copy" parameterOrder="sourceURI
destURI depth overwrite keepAlive">

<wsdl:input message="intf:copyRequest"/>

<wsdl:output message="intf:copyResponse"/>

</wsdl:operation>

<wsdl:operation name="move" parameterOrder="sourceURI
destURI depth overwrite keepAlive">

<wsdl:input message="intf:moveRequest"/>

<wsdl:output message="intf:moveResponse"/>

</wsdl:operation>

<wsdl:operation name="unlock" parameterOrder="uri">

<wsdl:input message="intf:unlockRequest"/>

<wsdl:output message="intf:unlockResponse"/>

</wsdl:operation>

<wsdl:operation name="propfind" parameterOrder="uri depth
properties">

<wsdl:input message="intf:propfindRequest"/>

<wsdl:output message="intf:propfindResponse"/>

</wsdl:operation>

<wsdl:operation name="proppatch" parameterOrder="uri set
unset">

<wsdl:input message="intf:proppatchRequest"/>

<wsdl:output message="intf:proppatchResponse"/>

</wsdl:operation>

<wsdl:operation name="mkcol" parameterOrder="uri">

<wsdl:input message="intf:mkcolRequest"/>

<wsdl:output message="intf:mkcolResponse"/>

</wsdl:operation>

</wsdl:portType>

<wsdl:binding name="SoapDavServicePortSoapBinding"
type="intf:SoapDavServicePortType">

<wsdlsoap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http
</Redirect/schemas.xmlsoap.org/soap/http>"/>

<wsdl:operation name="lock">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="copy">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="move">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="unlock">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="propfind">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="proppatch">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

<wsdl:operation name="mkcol">

<wsdlsoap:operation soapAction=""/>

<wsdl:input>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:input>

<wsdl:output>

<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/
</Redirect/schemas.xmlsoap.org/soap/encoding/>"
namespace="http://soapdav.soe.ucsc.edu
</Redirect/soapdav.soe.ucsc.edu>" use="encoded"/>

</wsdl:output>

</wsdl:operation>

</wsdl:binding>

-----Original Message-----
Please attach the wsdl doc




.
 
Back
Top