the message I get back is 2 part. the primary exception as well as
the inner exception.
The base error message:
ex = {"An unsecured or incorrectly secured fault was received from the
other party. See the inner FaultException for the fault code and
detail."}
this is the InnerFaultException:
MustUnderstand headers:[{http://www.w3.org/2005/08/addressing}Action,
{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security,
{http://www.w3.org/2005/08/addressing}To] are not understood
Our java team is very green with this, it is her first WS ever. we
had security working last week but this week it turned stupid after
she added proper error messaging back to me.
Anyone have any idea(s) on what she is doing wrong?
my code to call this is:
ServiceReference.bookingsOnIndictmentDto[] oBookings =
m_Proxy.getBookingsOnIndictments(indictmentNumber);
Which equals get me an array of Booking numbers for this indictment number.
the catch I am using:
catch (System.ServiceModel.Security.MessageSecurityException ex)
{
Console.WriteLine(ex.InnerException.Message);
bookingList.Add(ex.InnerException.Message);
// var hosed = m_Proxy.State;
return bookingList;
}
--
Stephen Russell
Sr. Production Systems Programmer
SQL Server DBA
Web and Winform Development
Independent Contractor
Memphis TN
901.246-0159
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.