Welcome To Snipplr


Everyone's Recent Java Snippets Tagged header



« 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 576 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 685 posted 11 years ago by lspellman
Something I have always found annoying about JSF datatables is the limitation to only apply one header class style to the entire table. This is un-functional for datatables that would display monetary amount or other data that is typically right alig...
0 656 posted 13 years ago by adriamooney
« Prev 1 Next »