Re: WSDL2Java throws IOException

2010-02-10 Thread Venkatesh Audinarayanan
(Parser.java:45) at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:362) at java.lang.Thread.run(Unknown Source) Thanks, Venkatesh. On Wed, Feb 10, 2010 at 11:33 AM, Venkatesh Audinarayanan venkatesh.a...@gmail.com wrote: Hi All, Am getting the following error while

WSDL2Java throws IOException

2010-02-09 Thread Venkatesh Audinarayanan
Hi All, Am getting the following error while trying to parse my service wsdl with Axis 1.2 wsdl2java: Feb 10, 2010 11:28:59 AM org.apache.axis.utils.JavaUtils isAttachmentSupported WARNING: Unable to find required classes (javax.activation.DataHandler and javax .mail.internet.MimeMultipart).

unsubscribe

2009-09-09 Thread Venkatesh Audinarayanan

WSDL2Java tool generating invalid package name

2009-09-06 Thread Venkatesh Audinarayanan
Hi, Am using Axis 1.4 version. Have attached the WSDL file. I use the following command to generate proxy and stub classes java org.apache.axis.wsdl.WSDL2Java -o C:\ddrive\10.3\soap_test\axis14_latest\axis-1_4\sigan c:\Sigan.wsdl If you look at the attached WSDL (Rename file extension to zip

Re: WSDL2Java tool generating invalid package name

2009-09-06 Thread Venkatesh Audinarayanan
Hi, Am using Axis 1.4 version. Have attached the WSDL file. I use the following command to generate proxy and stub classes java org.apache.axis.wsdl.WSDL2Java -o C:\ddrive\10.3\soap_test\axis14_latest\axis-1_4\sigan c:\Sigan.wsdl If you look at the attached WSDL (Rename file extension to

WSDL with JCA bindings

2006-10-10 Thread Venkatesh Audinarayanan
Hi, Does Axis support web service with JCA binding. I generated proxy classes for a web service with JCA binding with wsdl2java tool. Then when i try to compile the proxy classes, I am getting errors. Do I need to parse the WSDL to find out whether it has JCA binding? or is there any other

Re: Unable to compile classes generated by java org.apache.axis.wsdl.WSDL2Java

2006-09-25 Thread Venkatesh Audinarayanan
message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - *From:* Venkatesh Audinarayanan mailto:[EMAIL PROTECTED]

Re: Unable to compile classes generated by java org.apache.axis.wsdl.WSDL2Java

2006-09-24 Thread Venkatesh Audinarayanan
this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - *From:* Venkatesh Audinarayanan mailto

Unable to compile classes generated by java org.apache.axis.wsdl.WSDL2Java

2006-09-23 Thread Venkatesh Audinarayanan
Hi, I am using Apache Axis 1.2.1 version. I generate the classes from wsdl file with WSDL2Java tool. The following packages class files are created: 1) _59\_159\_69\_152\axis\services\OrderProcessor BeanService.java BeanServiceService.java BeanServiceServiceLocator.java