Hi Neil, I re-write here what problem I have:
I use wsdl2java in JRun to get stubs and wrote a java wrapper class to talk to those stubs (same as article Creating webservice stubs with wsdl2java in ColdFusion MX 7 http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=eaf0396) I've got 500 NULL with page title is JRun Servlet Error When I go to the log exception log, I see the following exceptions: 1) This is when I restart ColdFusion and try it the very first time: Error","jrpp-0","11/28/06","15:13:42",," The specific sequence of files included or processed is: C:\Inetpub\wwwroot\transtar2\cfm\Test.cfm " java.lang.ExceptionInInitializerError at org.apache.axis.client.Service.getAxisClient(Service.java:143) at org.apache.axis.client.Service.<init>(Service.java:152) // more lines.. 2) And this is what I get any time there after: "Error","jrpp-0","11/28/06","15:16:22",," The specific sequence of files included or processed is: C:\Inetpub\wwwroot\transtar2\cfm\Test.cfm " java.lang.NoClassDefFoundError at org.apache.axis.client.Service.getAxisClient(Service.java:143) at org.apache.axis.client.Service.<init>(Service.java:152) at .. // and more lines. The ws that I try to consume is: http://www.tracking.edi.com.au/webservice/shipmentservice.asmx?wsdl If you need, I can send you a pdf about this ws. Please, let me know if you want to know anything more... Thank you very much Michael Nguyen -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, 29 November 2006 6:50 PM To: CF-Talk Subject: Re: Web service error, pls help Did you post some code? Apologies if you did I am on the move so don't have direct access to my Outlook! "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Michael Nguyen To: CF-Talk Sent: Wed Nov 29 00:08:23 2006 Subject: RE: Web service error, pls help I'm testing in my laptop with CFMX 7 Developer Version, Java Version 1.4.2 Besides, I found the article might related to it but it doesn't fix my problem yet as I couldn't find two webservices.jar in my machine: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19268 -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, 28 November 2006 6:56 PM To: CF-Talk Subject: Re: Web service error, pls help Which version of Java is ColdFusion using? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262194 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

