Re: contacting secure webservice behind loadbalancer
- From: "Esquerel" <mvdzee@xxxxxxxxxxxxx>
- Date: Thu, 8 Mar 2007 14:31:04 +0100
Hello Steven,
Thank you for your suggestions in your previous message,
after whe tried the first suggestion, the following error occured:
--
Microsoft.Web.Services2.Addressing.AddressingFault: Destination
Unreachable ---> System.Exception: WSE816: The <To> header must match the
value of an incoming message's HTTP Request Url if the soap receiver does
not have an actor name. The <To> header received contained
"https://website/service.asmx" while the HTTP Request Url was
"http://website:81/service.asmx
--
We solved this issue by setting the SoapActor hardcoded like
--
<System.Web.Services.WebService(Namespace:="http://tempuri.org/WSEWebService/Service1"),
_
SoapActor("https://website/service.asmx")> _
Public Class Service1
--
This solved the problem.
Now the only issue is that the hardcoded soapactor isn't a pretty solution,
and the soapactor requires a static value..
Thank you very much.
Regards,
Tyhrstan van den Berg
"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:HgVQ5w%23XHHA.2508@xxxxxxxxxxxxxxxxxxxxxxxxx
Hello Tyhrstan,
Have you got any progress on this issue? Due to the complexity of this
issue, it may require further troubleshooting, if you feel this an urgent
issue and need further assistance, I suggest you contact CSS and open a
regular support incident on this:
http://msdn.microsoft.com/subscriptions/support/default.aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- Follow-Ups:
- Re: contacting secure webservice behind loadbalancer
- From: Steven Cheng[MSFT]
- Re: contacting secure webservice behind loadbalancer
- References:
- RE: contacting secure webservice behind loadbalancer
- From: Steven Cheng[MSFT]
- Re: contacting secure webservice behind loadbalancer
- From: Esquerel
- Re: contacting secure webservice behind loadbalancer
- From: Steven Cheng[MSFT]
- Re: contacting secure webservice behind loadbalancer
- From: Steven Cheng[MSFT]
- RE: contacting secure webservice behind loadbalancer
- Prev by Date: Re: Authentication and Web Services
- Next by Date: Web service is not creating Log files when deployed in a server
- Previous by thread: Re: contacting secure webservice behind loadbalancer
- Next by thread: Re: contacting secure webservice behind loadbalancer
- Index(es):