Hi,

I am using Axis 1.2 for my program to interface with the 3rd party(with 
webservices). When i tested that standlone program,it worked fine.Then i tried 
calling that program from a servlet which is in my application.We use 
Jboss-4.0.1sp1.We have few webservices enabled on Jboss server.

Once the server starts,when i try to invoke the servlet which calls my 
program,it started giving the following weired exception.i think it might be 
because of Jboss might be using a different version of Axis and i am using 
Axis1.2 for this program. 

java.lang.NoSuchMethodError: 
org.apache.axis.description.OperationDesc.setStyle(Lorg/apache/axis/constants/Style;)V

      at 
TestSoapService_pkg.TestSoapServiceSoapBindingStub._initOperationDesc1(TestSoapServiceSoapBindingStub.java:37)


So,i tried putting the Axis.1.2 jars in the "jboss-4.0.1sp1\lib\endorsed" and 
started the server,but this time the webservices that are supposed to run on  
the servers were not deployed..it gave an exception.I amnot sure how i can make 
both the programs work.Is there anyay i can tell the Jboss to use its Axis for 
the webservices and use Axis1.2 for make my program work....

It will be great if somebody can help me in this,i am new to Jboss and 
Axis.This is very urgent....

Thanks




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935948#3935948

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935948


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to