RE: Problems with the WSDL of the EchoAttachmentsService sample

2004-10-08 Thread Sunkara, Jayachandra S
If you just want the Java files out of this wsdl. I have a trick. Change the locations tns1:DataHandler[] and tns1:DataHandler in the wsdl to apachesoap:DataHandler[] and apachesoap:DataHandler and run WSDL2Java you will get the files generated. All together in 3 locations you would be making the

RE: Deployment Error

2004-09-29 Thread Sunkara, Jayachandra S
not, am getting quite stumped   -Original Message- From: Sunkara, Jayachandra S [mailto:[EMAIL PROTECTED] Sent: 29 September 2004 10:15 To: [EMAIL PROTECTED] Subject: RE: Deployment Error   Means log4j jar is missing in classpath   From: Suzy Fynes [mailto:[EMAIL

RE: Deployment Error

2004-09-29 Thread Sunkara, Jayachandra S
Means log4j jar is missing in classpath   From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 2:43 PM To: [EMAIL PROTECTED] Subject: Deployment Error   Hi,   I set all classpaths on my server and I’m getting the following error now when I try run

RE: deploying a wsdd file

2004-09-29 Thread Sunkara, Jayachandra S
That doesn't include all jars in the lib directory (sadly), try adding each and every jar file e.g: When you run 'set', you should rather see   CLASSPATH=/usr/local/jakarta-tomcat-5.0.27/webapps/axis/WEB-INF/lib/axis.jar   CLASSPATH search is not to be treated same as PATH search   H

RE: Axis client to .NET server problems

2004-09-24 Thread Sunkara, Jayachandra S
Title: Axis client to .NET server problems Make sure you don’t have your client configured to send the soap message in the RPC/literal style. Follow DOCUMENT/literal style. That should work fine. That’s what I did, when I experienced similar problem interoping with a .NET server. .NET by d