DIME Attachments with WSE 2.0
Our service had to incorporate WSE 2.0 in order to allow us to accept DIME attachments from a GSoap client. We've finally (through many trials and failures) accomplished this, however the message acknowledgments are failing on the clients end. I believe this may be due to the soapHeader information added through WSE.
Is it possible to turn off the security portion of WSE so that it will not add the extra soapHeader information?
I've attempted to remove the security information through two different approaches (ResponseSoapContext and SoapOutputFilterCollection) in the webservice method, however, those are bound to fail as the security information is not added until the WSE SoapExtension.
If I can't turn off the WSE Security appending, is it possible to have two seperate soapExtensions, and if so, how do you specify the correct order that these need to be called?
|