cancel
Showing results for 
Search instead for 
Did you mean: 

Call external WebService From JavaCode within EAR Application

Former Member
0 Kudos

Hy there,

i hope that one of you could help me.

My Problem is, that i want to use a Webservice that is installed on a Server in my Environment.

This Webservice should be called from an Application deployed on my Netweaver.

But all logs tell me, that the named Service is not available.

Now i read that i maybe have to develop a deployable or standalone proxy to connect to the external webservice.

Is this right?

And if it's right, how to do this??

My Application works from JBOSS and WEBSPHERE without any problems, but after the deployment on my Netweaver it always tells me the "org.apache.axis.ConfigurationException: No service named WSSessionService is available".

Or is there anyone out there who has succesfully connected an ITIM WebService through Netweaver????

Is there no posibility to configure the Netweaver to allow direct Webservice Connection within the internal Network??

Please help me.

Edited by: Arne Biermann on Sep 15, 2009 5:22 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

It seems that your web service will not run on NetWeaver due to missing libraries.

You have to change the Java code of the web service to make it run on NetWeaver.

You can only use NetWeaver libraries, no Axis libraries.