cancel
Showing results for 
Search instead for 
Did you mean: 

Eclipse Axis and Webservices in SAP

Former Member
0 Kudos

Hi !

Im trying to write a small Web Application that whold be able to call webServices.

I Created Web project in Eclipse and irts ok.

Now i add new WebService Client to a project, define Axis as provider - supply WSDL URL from ES discovery site.

Eclipse generates me the client code but it has problems with reaching the parent classes :

The constructor Object(Token) is undefined

The generated code looks as follows :

http://phpfi.com/394080

the 2nd constructor is the problem.

The application is deployed on Glassfish V2.

Anyohe has some thoughts on what i did wrong ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Jacek,

I would recommend downloading the SOAP UI java client which uses AXIS for importing WSDL files and try to execute the service from it?

It will help you much more in figuring out of what the issue might be because I use it by myself.

You may also try this SOAP client for testing:

http://home.mindreef.com/

I hope, this will give you a idea of what the problem might be?

Kind regards.

Tadeusz