473,378 Members | 1,658 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

proxy class incompatible with compact framework

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
..
Jul 21 '05 #1
3 1700
Please attach the wsdl doc

"amine" <an*******@discussions.microsoft.com> wrote in message
news:01****************************@phx.gbl...
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
.

Jul 21 '05 #2
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>

</wsdl:definitions>
-----Original Message-----
Please attach the wsdl doc

"amine" <an*******@discussions.microsoft.com> wrote in messagenews:01****************************@phx.gbl...
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
.

.

Jul 21 '05 #3
Would you please attach the original WSDL file.

<an*******@discussions.microsoft.com> wrote in message
news:03****************************@phx.gbl...
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>

</wsdl:definitions>
-----Original Message-----
Please attach the wsdl doc

"amine" <an*******@discussions.microsoft.com> wrote in

message
news:01****************************@phx.gbl...
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
.

.

Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Marty McDonald | last post by:
Using Visual Studio.Net... I have two classes, one derives from the other. My web service accepts the base class as input, it returns the derived class as the return value. When I set a web...
0
by: amine | last post by:
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...
1
by: Smugsboy | last post by:
Hi, I have a problem with a web service proxy written in .NET and used from VS6's C++ as COM object. This proxy works great when used from a .NET application. It does not seem to work when used...
3
by: Codex Twin | last post by:
Hello apologies if this is the wrong newsgroup to be sending this to. Basically, I have an ASP.NET application that I am trying to force to use a proxy server settings. This can be done by...
3
by: amine | last post by:
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...
0
by: Microsip | last post by:
Hi...I have a problem: I used to create Web Services with VS 2003 , but recently i updated to VS ..Net 2005 Beta, The problem is than when i run the WSDL to generate the Proxy Class of my web...
1
by: Sarge | last post by:
Hi all, tough question. Apologies for the cross posting but it is an interesting architectural problem and I think deserves a wide audience. What is the best way to extend web service proxy...
9
by: MSDNAndi | last post by:
Hi, I have a set of simple webservices calls that worked fine using .NET Framework 1.0. I am calling a Java/Apache based webservices, the calling side is not able to supply a proper WSDL. ...
4
by: Jon | last post by:
I wrote a VS 2005 C# express programme that accesses a web service. It works fine when there's a direct connection to the internet, but on two different PCs with internet access via a proxy, I get...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.