0 Replies Latest reply on Mar 18, 2009 12:18 AM by scottmh

    Additional SOAP Header data.

      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.