Parser Support in axis1,0

2002-10-13 Thread Kumar Vinit
Hi All, With beta3 of axis,i was facing some problem working with crimson+jaxp jars, and the work around was,"work with xereces.jar" Is this issue resolved and tested in Axis1.0. Can i, instead of xereces work wtih crimson?? expecting an early reply. thanks kumar vinit

Re: deploy on https

2002-10-13 Thread Martin Jericho
Is there any reason why you particularly want to deploy using SSL? You can deploy using port 80 and your webservice will still be available on port 443. - Original Message - From: "Sean" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 12, 2002 5:31 AM Subject: deploy

Axis 1.0, Tomcat 4.0.4, JDK 1.3.1 on Windows 98 SE

2002-10-13 Thread Reynardine
I've got this working on my laptop. If any Win98 users are having installation trouble, send me an email and I'll reply with my configuration. Two points of interest. I have Soap 2 and Axis 1.0 both running under Tomcat without problems. My xerces 2.2.0 jars are currently in axis/WEB-INF/li

Date Serializer Question when passed withour XSI/XSD.

2002-10-13 Thread Ramaswamy, Muthu
Hi All- When I submit a call to the Axis Server without XSD/XSI types and when the date field element is empty, the serializer throws the java.lang.StringIndexOutOfBounds Exception. When I pass the value in the date field element it works fine. Here is the XML stream that throws error: The and

RE: javax/servlet/ServletContext not defined

2002-10-13 Thread Sharmin Choksey
You are correct - I meant "HttpSessionContext" is deprecated with spec. 2.1 - apologies. -Sharmin. >>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >>list-help: >>list-unsubscribe: >>list-post: >>Delivered-T

Re: test.wsdl.getPort.BindingThreeImpl error?

2002-10-13 Thread Michael Brennen
On 11 Oct 2002, Bob Cotton wrote: > > "Michael" == Michael Brennen <[EMAIL PROTECTED]> writes: > > Michael> This is my first attempt to install axis. I've run > Michael> tomcat and jsps for some time, and now I would like to > Michael> get into soap. I think axis is finally clos

Re: javax/servlet/ServletContext not defined

2002-10-13 Thread Eric Mousset
I had exactly the same problem (running Windows2K/Catalina/sun-jdk1.4.0_01) but everything works fine since i (re)installed the full axis package from the /dist/axis/nightly/2002-10-11 nightly build. Good luck, Eric >>I'm getting the following error when ever I try to run anything..