Re: Parser error with HTTPS

2007-09-08 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What I can understand from the error is that, some one had already serialized the xml without building XML object model and again it is trying to serialize it. there is a high chance that this is a bug in the code. If you can give a little bit

Re: Parser error with HTTPS

2007-09-08 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Seems you've got the problem solved :) (http://www.weblogs.uhi.ac.uk/sm00ay/?p=326) Chinthaka Eran Chinthaka wrote: What I can understand from the error is that, some one had already serialized the xml without building XML object model and again

Parser error with HTTPS

2007-09-04 Thread Alistair Young
Hi there, could someone help please? I am accessing a service via HTTPS and get the error: org.apache.axis2.AxisFault: problem accessing the parser. Parser already accessed! I'm setting the BASIC auth, username and password ok as well as the truststore and password but I get this error