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.