I am using jbossws 2.0.3 as a standalone client trying to call a https webservice (which
is not mine). The wrinkle seems to be they want a custom security token placed in the
SOAPHeader. This token then needs to be signed.
So far...
I have consumed the wsdl and generated the necessary objects.
I think I have the certs, jboss-wsse-client.xml and standard-jaxws-client-config.xml
correct, as the SSL handshake works and it generates SOAP.
I then added a SOAPHandler to the binding which adds the content to the SOAPHeader...but
no matter what I try I cannot get the added content to be signed.
Can anyone give any guidance on how to accomplish this?
Thanks in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218865#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...