function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sai MadupuSai Madupu 

how to append the SOAP security for triggered mails ??

Hello All, 

Im working on integrating the triggered mails from java and using the s7 instance wsdl. (https://webservice.exacttarget.com/etframework.wsdl)
Can you tell to how to modify the wsdl so that I can include the authorization header in the SOAP XML that is genereated by the stubs ?? I know there is an OAUTH but we are not using that. Just the basic authorization. When I send the request from SOAP UI it says the triggered has been queued. So I'm hoping that my request is working fine. but I need to make Java side changes.