473,287 Members | 1,564 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,287 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 1695
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...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

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.