Re: Invoking salesforce API using apache axis2 client

2011-10-04 Thread Sumedha Kodithuwakku
Hi, You can find a sample on Apache Axis intergration from [1]. Also you can find more details on how to obtain the WSDL and generate client-side code and use it in your application from this tutorial [2]. [1] - http://wiki.developerforce.com/index.php/Apache_Axis_Integration [2] - http://wiki.d

Re: Invoking salesforce API using apache axis2 client

2011-10-03 Thread Sagara Gunathunga
On Tue, Oct 4, 2011 at 9:08 AM, Arindam Mukherjee wrote: > Hi, > >  Can anybody point me to an example to invoke salesforce.com API using > apache axis2 framework (axis2 client for salesforce API)? If they provide a WSDL for their service all you need is to generate client side codes using WSDL2J