Author |
Message
|
mccara |
Posted: Tue May 31, 2011 1:59 pm Post subject: Com + Web Service from within Message Broker |
|
|
Newbie
Joined: 07 Nov 2006 Posts: 5
|
I am trying to call a com+ WCF Web service from within Message Broker 7.0.0.2 Service Proxy pattern - static endpoint, and getting the following error
HTTPReponseHeader
Original-HTTP-Status-Line - HTTP/1.1 500 Internal Server Error
Original-HTTP-Status-Code - 500
Date - Tue, 31, May 2011 21:40:25GMT
Server Microsoft-IIS/6.0
Powered-By - ASP.NET
ASPNet-Version - 2.0.50727
Cache-Control - private
Content-Type - application/soap+xml; charset=utf-8
Content-Length - 562
SOAP
Body
Fault
Value - a:BadContextToken
Reason
Text - The security context token is expired or is not valid. The message was not processed
We were told by the Client, that the IIS server is set to anonymous so there is no security set on the Web Service.
Any thoughts or ideas would be greatly appreciared |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Jun 01, 2011 4:17 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
500 status code is an internal error at the server. Check the error log at the server and post what you find. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jun 01, 2011 4:31 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
"Anonymous" just means that the server will not validate the client's certificate.
it doesn't mean that the client can ignore the server's certificate. |
|
Back to top |
|
 |
mccara |
Posted: Wed Jun 01, 2011 4:59 am Post subject: |
|
|
Newbie
Joined: 07 Nov 2006 Posts: 5
|
lancelotlinc - I have requested the error log from the server, will post when I get it.
mqjeff - is there something Broker needs to do with the server cert? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jun 01, 2011 5:05 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
mccara wrote: |
mqjeff - is there something Broker needs to do with the server cert? |
Yes.
Broker needs to trust it. |
|
Back to top |
|
 |
mccara |
Posted: Thu Jun 02, 2011 4:00 am Post subject: |
|
|
Newbie
Joined: 07 Nov 2006 Posts: 5
|
All,
Thanks for your input. Our client has decided to scrap trying to use the existing web service, and opted for us to build a new one.
Appreciate the help |
|
Back to top |
|
 |
|