> Hi, > > I have written tradeDetail.java which has one service > getTradeDetails(String input), we complied and placed in > %TOMCAT_HOME%\webapps\axis\WEB-INF\classes folder. > (WEB-INF\lib contains all the necessary libraries) > Wrote following wsdd file > <deployment xmlns="http://xml.apache.org/axis/wsdd/" > xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> > <service name="Trade" provider="java:document"> <parameter > name="className" value="tradeDetail"/> <parameter > name="allowedMethods" value="*"/> </service> </deployment> > We were able to access the WSDL file and also client program to access > the service. > Now, when we made a war file jar- cvf trade.war > %TOMCAT_HOME%\webapps\axis\* > We deployed the same war file in weblogic and when we try to access > the WSDL we are getting the following error: > And now... Some Services > AXIS error > Sorry, something seems to have gone wrong... here are the details: > Fault - Could not find class for the service named: tradeDetail > Hint: you may need to copy your class files/tree into the right > location (which depends on the servlet system you are using).; nested > exception is: > java.lang.ClassNotFoundException: Class bytes found but > defineClass()failed for: 'tradeDetail' > AxisFault > faultCode: > {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException > faultSubcode: > faultString: Could not find class for the service named: tradeDetail > Hint: you may need to copy your class files/tree into the right > location (which depends on the servlet system you are using).; nested > exception is: > java.lang.ClassNotFoundException: Class bytes found but > defineClass()failed for: 'tradeDetail' > faultActor: > faultNode: > faultDetail: > {http://xml.apache.org/axis/}hostname:cfwlfdev05.lehman.com > > Please let me know what should I do to complete the flow. > > Regards, > Gururaja > > > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. -------- IRS Circular 230 Disclosure: Please be advised that any discussion of U.S. tax matters contained within this communication (including any attachments) is not intended or written to be used and cannot be used for the purpose of (i) avoiding U.S. tax related penalties or (ii) promoting, marketing or recommending to another party any transaction or matter addressed herein. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
