RE: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply withthis rule?

2005-02-08 Thread Jayaraman, Venkatesh
Dims Any idea where/how we can get these changes related to JRE/J2sdk1.5 I am using axis 1.1 jar file. All code that was generated using wsdl2java, I modified all occurrence "eum" with "enums". Does that help? -Venky -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED

"JRE 1.5 "enum" is a Reserved Word" Does Axis Comply with this rule?

2005-02-01 Thread Jayaraman, Venkatesh
JRE 1.5 "enum" is a keyword Word  may not be used as an identifier  Does Axis Comply with this rule?   ("ServiceStatus.java": as of release 1.5, 'enum' is a keyword, and may not be used as an identifier (try -source 1.5 to use 'enum' as a keyword) at line 35, column 13)   -Venky    

MTOM

2005-01-04 Thread Jayaraman, Venkatesh
Helo   I am seeing MTOM is being supported in Axis2.0.  Do we samples from Axis on how to use it? http://wiki.apache.org/ws/Axis2/Requirements   -Venky

RE: SOAPMonitor next question

2004-12-28 Thread Jayaraman, Venkatesh
I am not able to get the Axis Faults displayed on SOAP Monitor. Is this by design? Is there any way to display the Axis Faults responses in SOAP Monitor? -Venky -Original Message- From: Vincent Jong [mailto:[EMAIL PROTECTED] Sent: Monday, December 27, 2004 11:25 PM To: [EMAIL PROTECT

RE: Use Axis to send binary Data

2004-06-30 Thread Jayaraman, Venkatesh
DIME for binary data -Venky -Original Message- From: Mayur Shetye [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 2:51 PM To: [EMAIL PROTECTED] Subject: Re: Use Axis to send binary Data you can send binary data by encoding it in base64 or you can send it using attachments (MI

RE: Disable multiref on the server side

2004-06-06 Thread Jayaraman, Venkatesh
turned off? -Original Message----- From: Jayaraman, Venkatesh [mailto:[EMAIL PROTECTED] Sent: Sunday, June 06, 2004 1:41 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Disable multiref on the server side It is the option in server-config.wsdd file ... -Venky -Origin

RE: Disable multiref on the server side

2004-06-06 Thread Jayaraman, Venkatesh
It is the option in server-config.wsdd file ... -Venky -Original Message- From: Alex Chen [mailto:[EMAIL PROTECTED] Sent: Saturday, June 05, 2004 6:17 PM To: [EMAIL PROTECTED] Subject: Disable multiref on the server side I am using AXIS (Java, as a server) and gSOAP (C, as a c

2nd Try:: I am using DIME attachments in my axis server to transfer files. Is it expected to work with C# or Axis C++ clients??

2004-06-03 Thread Jayaraman, Venkatesh
clients that I have tested)   I am trying to see this  SOAP  api can be exposed to Axis C++ or  C# clients??   Any one has the answer .. I greatly appreciate it ...      -Venky -Original Message-From: Jayaraman, Venkatesh Sent: Thursday, June 03, 2004 8:15 AMTo: '[EMAIL PROT

I am using DIME attachments in my axis server to transfer files

2004-06-03 Thread Jayaraman, Venkatesh
Title: Message It works fine between Axis JAVA service and Axis JAVA client on a server-config.wsdd