allow partially trusted callers
- From: "Pierre" <bubble@xxxxxxxxxx>
- Date: 22 Mar 2006 08:02:53 -0800
Hi,
Sorry for the double post with
microsoft.public.dotnet.framework.webservices, I just figured my
problem might have something to do with WSE3.
I have developped a set of WSs and everything works fine when I try it
on my local network. When I export them on my host's server though I
get the following error on my client:
System.Web.Services.Protocols.SoapHeaderException: Server unavailable,
please try later ---> System.ApplicationException: WSE842: The service
pipeline could not be created. --->
System.Configuration.ConfigurationErrorsException: WSE032: There was an
error loading the microsoft.web.services3 configuration section. --->
System.Configuration.ConfigurationErrorsException: An error occurred
creating the configuration section handler for microsoft.web.services3:
That assembly does not allow partially trusted callers. --->
System.Security.SecurityException: That assembly does not allow
partially trusted callers.
I have created the proxy using wsdl.exe /l:CS /sharetypes ... and
although I have searched how to solve this I still don't quite
understand everything.
I gathered that I should strongly name my assembly, I have therefore
added a /n:Hss.Com.Client.WebServices on my wsdl.exe command line, but
I still get this error.
The messages sent by the services are from another assembly then the
services. Perhaps this clears up the problem a bit...
Something like:
The messages: Hss.Com.WebServices.BusinessObjects
The services:
- Data Access Layer Hss.Com.WebServices.Facades
- Logic Hss.Com.WebServices.BusinessLogic
I hope you can give me a hand on that and I'm looking forward to hear
about you.
Best regards,
Pierre
.
- Prev by Date: WS-Addressing
- Next by Date: Re: WSE 3.0 + UserNameToken without X.509 Cert/Kerberos + Signing + Encryption How?
- Previous by thread: WS-Addressing
- Next by thread: MTOM + IIS + Web Service + Upload Limit Once and For All
- Index(es):
Relevant Pages
|