[jboss-user] [JBossWS] - Additional SOAP Header data.
scottmh
do-not-reply at jboss.com
Wed Mar 18 00:18:50 EDT 2009
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#4218865
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218865
More information about the jboss-user
mailing list