<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 15:13:45 +0000</lastBuildDate>
    <item>
      <title>(Java) Inserted line into webservice consumer methods to add SOAP Headers - lspellman</title>
      <link>https://snipplr.com/view/69126/inserted-line-into-webservice-consumer-methods-to-add-soap-headers</link>
      <description>&lt;p&gt;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' to provide that functionality.  See snippet 69125 for the details of the 'createSessionHeader' code.&lt;/p&gt;</description>
      <pubDate>Sun, 16 Dec 2012 00:36:25 UTC</pubDate>
      <guid>https://snipplr.com/view/69126/inserted-line-into-webservice-consumer-methods-to-add-soap-headers</guid>
    </item>
    <item>
      <title>(Java) Java method to add SOAP header - lspellman</title>
      <link>https://snipplr.com/view/69125/java-method-to-add-soap-header</link>
      <description>&lt;p&gt;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 used.  Those methods all execute a 'createCall'.  After you have a handle to the call, you can call this custom method to add headers to it.&#13;
&#13;
NOTE:  The oli log methods are to a custom logger (OpenLog) which is setup elsewhere in the class.  Delete if not using OpenLog.&lt;/p&gt;</description>
      <pubDate>Sun, 16 Dec 2012 00:23:20 UTC</pubDate>
      <guid>https://snipplr.com/view/69125/java-method-to-add-soap-header</guid>
    </item>
    <item>
      <title>(JavaScript) Titanium Appcelerator zipfile module:  extract method that works for 1.8 - lspellman</title>
      <link>https://snipplr.com/view/62633/titanium-appcelerator-zipfile-module--extract-method-that-works-for-18</link>
      <description>&lt;p&gt;How to get extract method for zipfile module to work with Ti 1.8 sdk.&lt;/p&gt;</description>
      <pubDate>Thu, 19 Jan 2012 02:56:21 UTC</pubDate>
      <guid>https://snipplr.com/view/62633/titanium-appcelerator-zipfile-module--extract-method-that-works-for-18</guid>
    </item>
    <item>
      <title>(JavaScript) Titanium Appcelerator zipfile module:  extract method - lspellman</title>
      <link>https://snipplr.com/view/62632/titanium-appcelerator-zipfile-module--extract-method</link>
      <description>&lt;p&gt;&lt;p&gt;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&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 19 Jan 2012 02:51:45 UTC</pubDate>
      <guid>https://snipplr.com/view/62632/titanium-appcelerator-zipfile-module--extract-method</guid>
    </item>
    <item>
      <title>(JavaScript) Titanium Appcelerator Box2d simple example part 4 - lspellman</title>
      <link>https://snipplr.com/view/62053/titanium-appcelerator-box2d-simple-example-part-4</link>
      <description>&lt;p&gt;This example adds a wall to keep the ball from rolling into space&lt;/p&gt;</description>
      <pubDate>Wed, 21 Dec 2011 18:36:50 UTC</pubDate>
      <guid>https://snipplr.com/view/62053/titanium-appcelerator-box2d-simple-example-part-4</guid>
    </item>
    <item>
      <title>(JavaScript) Titanium Appcelerator Box2d simple example part 3 - lspellman</title>
      <link>https://snipplr.com/view/62052/titanium-appcelerator-box2d-simple-example-part-3</link>
      <description>&lt;p&gt;Now we tilt the floor to be able to let objects bounce down the "hill"&lt;/p&gt;</description>
      <pubDate>Wed, 21 Dec 2011 18:15:11 UTC</pubDate>
      <guid>https://snipplr.com/view/62052/titanium-appcelerator-box2d-simple-example-part-3</guid>
    </item>
    <item>
      <title>(JavaScript) Titanium Appcelerator Box2d simple example part 2 - lspellman</title>
      <link>https://snipplr.com/view/62051/titanium-appcelerator-box2d-simple-example-part-2</link>
      <description>&lt;p&gt;Adds a floor to previous example&lt;/p&gt;</description>
      <pubDate>Wed, 21 Dec 2011 18:10:28 UTC</pubDate>
      <guid>https://snipplr.com/view/62051/titanium-appcelerator-box2d-simple-example-part-2</guid>
    </item>
    <item>
      <title>(JavaScript) Simple Box2D example - lspellman</title>
      <link>https://snipplr.com/view/62050/simple-box2d-example</link>
      <description>&lt;p&gt;A Titanium Appcelerator example for implementing Box2D module&lt;/p&gt;</description>
      <pubDate>Wed, 21 Dec 2011 17:40:40 UTC</pubDate>
      <guid>https://snipplr.com/view/62050/simple-box2d-example</guid>
    </item>
  </channel>
</rss>
