It would be really easy to use just the normal authentication (Call.setUsername/Call.setPassword).. just add username/password attributes to the <soap:invoke/> tag. However, I need to use headers to authenticate.
The only way I could think to get around this would be to construct the whole soap request myself. For example there could be an invoke tag which instead of just taking parameters to the method, took a whole soap request:
<soap:invoke target="http://localhost/some/service">
<soap:Envelope...> <soap:Header>..... etc etc.
</soap:invoke>
Is that feasible? Or is there a Better Way? :)
- Dan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
