lspellman


Member since 12/21/2011

Name: Lance Spellman

Location: Dallas, TX

Website: lancespellman.com

President of WorkFlow Studios and web/java/mobile coder.

2 snippets

1044 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

lspellman's Recent SnippetsTagged java



« 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 559 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 668 posted 11 years ago by lspellman
« Prev 1 Next »