Notification

Urchin WebAnalytics Software is discontinued and is no longer supported. All Urchin documentation applies only to the Urchin product as it was at the time of discontinuation, and does not apply to any Google Analytics products or services.

Samples for Java (SOAP) v1

Samples for Java (SOAP) v1

 

Preparing your environment

API Table of Contents

Samples on Google Code

To set up your environment, install the following packages:

Generating Client-Side Stub Classes for Urchin Data API Services

To access Urchin Data API services, you need to invoke a remote call on SOAP or HTTP. To perform this, the client must have the Web Service endpoint location and a handle to the Web Services interface. These remote interfaces, client side service locators, and stubs are generated by the WSDL2Java tool that is provided by Axis.

To generate the Client-Side stub classes:

1. Navigate to "%AXIS_HOME%\bin" directory

2. Run the following command for generating AdminService client-side stub class:

 

wsdl2java -uri http://server[:port]/services/v1/adminservice?wsdl -d adb -p com.google.urchin.dataapi.soap -s -S .

3. Copy the generated AdminserviceStub.java and ApiFaultException0.java into the project folder and add it to the project.

4. Run the following command for generating the ReportService client-side stub class:

 

wsdl2java -uri http://server[:port]/services/v1/reportservice?wsdl -d adb -p com.google.urchin.dataapi.soap -s -S .

5. Copy the generated ReportserviceStub.java and ApiFaultException0.java into the project folder and add it to the project.

The following stub class sample code files are generated by the WSDL2Java tool for the Urchin Data APIs services:

  • AdminServiceStub.java – Java stub class for AdminService API.

  • ReportServiceStub.java – Java stub class for ReportService API.

  • ApiFaultException0.java - API Fault class for Data API Services.

Java Client Examples

After generating the client-side stub classes, you can create an application.

 
true
Search
Clear search
Close search
Main menu
6221441046804602682
true
Search Help Center
true
true
true
false
false