Re: CXF WS-security Signing not working - "javax.xml.ws.soap.SOAPFaultException: No such Localname for SOAP URI"

2009-06-17 Thread rajla
n, it works like a champ. thanks Dan, I would never have realized with was AXIS stuff without you... rajla wrote: > > Hello, I am getting the exception > "javax.xml.ws.soap.SOAPFaultException: No such Localname for SOAP URI" > when implementing signature secruity with WS-

Re: CXF WS-security Signing not working - "javax.xml.ws.soap.SOAPFaultException: No such Localname for SOAP URI"

2009-06-17 Thread rajla
hanks dkulp wrote: > > > Since that error message is coming back in the Fault, that is something on > the > server side. Thus, we'd need to see the logs for the server side. > > I've never seen that error before either. Bizarre. > > > Dan > > >

CXF WS-security Signing not working - "javax.xml.ws.soap.SOAPFaultException: No such Localname for SOAP URI"

2009-06-16 Thread rajla
Hello, I am getting the exception "javax.xml.ws.soap.SOAPFaultException: No such Localname for SOAP URI" when implementing signature secruity with WS-Security in CXF. What does this mean? Anyone have any insights on what I can do to resolve this issue? Honestly, I don't remember this being