mitch_teno
mitch_teno

Reputation: 29

java web app using axis2 on oracle weblogic server error

I have a java web application using axis2 stub to call a .net webservice that receieves a string parameter. When I run the web application using tomcat server, it works fine.

But when I use Oracle weblogic server I get the following error :

org.apache.axis2.AxisFault: 
First Element must contain the local name, Envelope , but found html

What could be the cause to get this error? Please help me. I really need to fix this but I can't.

Upvotes: 0

Views: 3084

Answers (1)

Viswanath
Viswanath

Reputation: 11

Follow the steps @ http://axis.apache.org/axis2/java/core/docs/app_server.html for deploying axis2 onto weblogic

Upvotes: 1

Related Questions