tegbert
Latest Forum Threads
-
Sample Partner API application code using Twitter API
This is a sample application written to demonstrate the use of the Partner APIs. The application uses the Twitter API to download Tweet information about the "Twitter Search Term" entered...
-
SOAPUI adding product script on edit
This example shows a product script that would run each time a Genesis integration is edited using the integration wizard. It differs from the create script because the create script contains APIs ...
-
SOAPUI adding product script on create
This example shows a product script you might use for a Twitter application. This particular product script is specified to run on integration_create for this Genesis product. The APIs specified in...
-
SOAPUI adding variable mappings
This is an example of variable mappings you might use for a Twitter application. <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3....
-
Partner APIs in Java
After following the tutorial to create Java projects in Eclipse written by Lamont Crook and found here: https://developer.omniture.com/node/542 I have written a couple of short examples of the Part...
Latest Forum Comments
-
Posted on November 20, 2009 2:09 AM in reply to "Partner APIs in Ruby"
Taking from Michael Milewski's excellent example as a comment to developer.omniture.com/node/526, here are some examples of calling the Partner API set using SOAP in Ruby. I have also included the...