[JBossWS] - Mustunderstand problem
by ravikb_jboss
Hi,
i have created a simple webservice. As part of WS-Security, i have added the jboss-wsse-server.xml i have added the x509 sign element. as follows
<jboss-ws-security ...>
.......
<config>
<sign type="x509v3" alias="wsse"/>
<requires>
<signature/>
</requires>
</config>
</jboss-ws-security>
the service was deployed in jbossAS 4.2.1 and running.
i wrote a simple rpc client and when i try to invoke that webservice giving the following exception
javax.xml.rpc.soap.SOAPFaultException: Unprocessed 'mustUnderstand' header element: {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security
could any one have solution; please help me out.
thanks & regards
ravi
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194528#4194528
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194528
16 years, 1 month
[JBossWS] - WS On 4.0.4GA and 4.0.5GA
by anupamkakade
Dear Vishal,
I created a SessionBean WS and Deployed it on jboss4.0.5GA . Tested too . But when i am deploying the same war file on jboss4.0.4GA its giving warning messages and deploys. But when i am trying to call the WS its giving error that
SOAP Fault Exception,,,,,,,,, UnSupportedOperation Exception.......: Set Property Must Be Overidden In SubClasses of SOAPMessage
Please help me .
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194203#4194203
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194203
16 years, 1 month