AXIS with JDK 1.5

2004-09-15 Thread Pravir Ramtekkar
Hi, We are using AXIS 1.1 and recently moved onto using JDK 1.5 (build 1.5.0-beta2-b51) When I compile my WSDL2Java generated code there are warnings about 'enum'. Axis has package org.apache.axis.enum which conflicts with 'enum' keyword. With strict checking this would not compile. Are there a

TeustManager and AXIS client.

2004-08-11 Thread Pravir Ramtekkar
hi, I had posted a message on this list about making AXIS client call to webservice running HTTPS. Everybody seems to be importing the certificates into a keystore and passing them as a system prop. Problem I have is that I dont want to import any certificates for the obvious reasons that they w

X509Trust Manager and SOAP

2004-08-11 Thread Pravir Ramtekkar
Hi, I saw the following post on the internet and thought anybody in the AXIS community would have the answer I am looking for. I also have the same question. Using my TrustManager I connect to any https server ( HTTPSConnection) it works great and I can download content but when I do the same us

[Fwd: Deploying provider]

2004-01-14 Thread Pravir Ramtekkar
I got it working. I was overriding initServiceDesc() also which was causing the problem. thanx, Pravir Original Message Subject: Deploying provider Date: Fri, 09 Jan 2004 10:34:11 -0800 From: Pravir Ramtekkar <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Hi , I wanted to know

WSDLException: faultCode=OTHER_ERROR: Can't find prefix for

2004-01-14 Thread Pravir Ramtekkar
Hello I have sucessfully deployed webservices using AXIS using the wsdds. I wrote a CORBA provider so that I dont have to write the bean class and still have the interfaces published as webservice just using the wsdd. This works great and I am able to access the CORBA methods as using webservic

WSDLException: faultCode=OTHER_ERROR: Can't find prefix for

2004-01-13 Thread Pravir Ramtekkar
Hello, I have sucessfully deployed webservices using AXIS using the wsdds. I wrote a CORBA provider so that I dont have to write the bean class and still have the interfaces published as webservice just using the wsdd. This works great and I am able to access the CORBA methods as using webservi

Deploying provider

2004-01-09 Thread Pravir Ramtekkar
Hi , I wanted to know how do we configure CORBAProvider. the same way we deploy cusotm providers? I wrote custom provider similar to CORBAPRovider which overwrites makeNewServiceObject() method and returns the narrowed object reference to the remote CORBA object. But doesn't list any of the me