Profile
Achievement
lspellman's Recent Snippets
- All /
« Prev 1 Next »
When Domino is used to create a webservice consumer, it does not provide an easy way to add SOAP headers to method calls. To do so, extend the STUB class it provides, copy any methods that need SOAP headers, and insert a line after the 'createCall'...
0
718
posted 11 years ago by lspellman
Some webservices require a SOAP header to be added to requests (typically with authentication information). For Domino webservice consumer code, this can be handled by extending the generated stub class and rewriting the service calls that are being...
0
863
posted 11 years ago by lspellman
How to get extract method for zipfile module to work with Ti 1.8 sdk.
0
816
posted 12 years ago by lspellman
<p>This is how the extract method is documented for use. In the next example, we show how it actually should be used for Ti 1.8</p>
0
724
posted 12 years ago by lspellman