This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes Consuming .NET webservice with Apache Axis Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Consuming .NET webservice with Apache Axis" Watch "Consuming .NET webservice with Apache Axis" New topic
Author

Consuming .NET webservice with Apache Axis

Madhur Shrma
Greenhorn

Joined: May 08, 2009
Posts: 11
Hi,

I want to consume a .NET Webservice. I have used Axis2 to generate stub classes.
I have imported all the required jars but I am getting below compile time error.
'Cannot instantiate the type ADBDataSource' for this code
Can somebody suggest what could be the reason for this. Thanks
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14480
    
    7

Unfortunately, this isn't the forum where the Apache Axis experts are most common.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Consuming .NET webservice with Apache Axis
 
Similar Threads
problem in upload file with 3MB file to Webservice
.Net Interoperablity issue with Xfire generated Webserivces
Multi Dimensional Arrays Java Axis Issues invoking .NET Webservice
Sending large attachments of more than 4.5 MB from java webservice to a .NET webser
To Author