function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
firefoxfirefox 

upgrading from Axis to "Axis2" : Help needed

Hi,

    I am having trouble in upgrading to Axis2 since I wasn't the one who implemented our application using Axis version.

 

--> I see that every tutorial provided by sforce still uses "SoapBindingStub".Most of those methods are now removed.

 

--> Please provide me any basic material which contains Axis2 stuff. Atleast 2,3 operations like login, query, etc.

 

For ex:

 

How to login?  [this answer boosts me for time being and solves atleast 1/3rd part of the whole problem]

 

BTW, I am using partner.wsdl

 

Please help!!

Virendra NarukaVirendra Naruka

Hi 

 

Please go through this link : http://wso2.org/blog/dims/2548

 

Simple and easy to understand Axis2 and Salesforce Communication 

firefoxfirefox

Thank you Virendra, 

 

Really a  nice article on basics. But, 


- Its on enterprise.wsdl. 

      For ex: Partner.wsdl does not have 'sObject.Account' class where as the enterprise version has it. I am surprised to find the same. 

 

- Please share if you have any other resources. Something related to messaging. Axis uses org.apache.axis.message package. 

   I guess axis2 uses Axiom, and its troublesome to upgrade. 

 

I have been trying to find some tutorials but I could not. 

 

Anyways, Thanks again.

gsmithfarmergsmithfarmer

I use http://code.google.com/p/sqlforce/wiki/JavaForce under axis2 (along wih apache/poi) with no issues. Its based on the partner.wsdl (currnently version 20).