Re: getting error "com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '-' (code 45) in prolog; expected '<'

2010-03-02 Thread hoffmandirt
Did you ever solve this? I am having the same problem. Sudhir Mongia wrote: > > Hi, > We are using Axis 1.4 and getting the following error sometimes while > doing > stress testing. In normal testing we are getting proper results. > > "com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected c

Re: Axis 1.4 and NTLM

2010-03-02 Thread Andreas Veithen
As part of the promotion of the Axis project to a top level project, we have decided to create separate mailing lists for Axis 1 and Axis2. For all Axis 1 related questions please subscribe and post to [email protected]. Thanks! Andreas On Tue, Mar 2, 2010 at 18:18, BINET JEAN BAPT

Axis 1.4 and NTLM

2010-03-02 Thread BINET JEAN BAPTISTE
Hi, I am using Axis 1-4 and I need to call a webservice which requires a NTLM authentification. I can't find a post on the internet with a well working solution. Is anybody here who could provide me a well working example? Thanks. BR, JB

Re: HTTPS only WSDL

2010-03-02 Thread Andreas Veithen
There was a change to AxisServlet that requires a new class from axis2-kernel, so unfortunately it is not sufficient to replace the HTTP transport JAR. Andreas On Tue, Mar 2, 2010 at 01:21, Vishwal Shah wrote: > Andreas, > By using just the transport jar would not work ? i am getting an error if

Axis2 1.3 File Creation Error

2010-03-02 Thread shyenuganti
Hi, I am using Axis2 1.3 to provide a web service. In the business logic of the service, I need to create some temporary directories and work on them. When I actually create the temp directories and files, It shows that the directories are created. I do have all the permissions to create the file

Re: ADB server side code

2010-03-02 Thread a f
sorry for the silly question but isn't that example in pojo guide returning a weather object that is a custom object? so, I believe we can return a custom object in pojo type implementation as well, rigth? thank you. --teo On Tue, Mar 2, 2010 at 7:59 AM, Sandeep Khurana < sandeep_khur...@persiste

[Axis] Problem with multiple error messages using the same xsd type (ADB)

2010-03-02 Thread Robert Hecht
Hi, I’m using a WSDL which defines several fault messages that use the same xsd type. If I generate server skeleton and client stubs with ADB, I can throw an exception in the server, but the client stub does not recognize the type and wraps it in a RemoteException. The structure of the WSDL i

Re: How to get proper http-code on failed authentication?

2010-03-02 Thread Ruchith Fernando
Hi, I think you will have to add a handler to detect a failure in authentication and then send the error code, if you need it to be something other than the default. Thanks, Ruchith On Tue, Mar 2, 2010 at 3:16 AM, Ansgar Berhorn wrote: > Hello mailing list, > > I have a web service using Axis2

How to get proper http-code on failed authentication?

2010-03-02 Thread Ansgar Berhorn
Hello mailing list, I have a web service using Axis2 (tested both in 1.4.1 and 1.5.1) with Rampart for the security. When authentication fails, Axis2 will throw an exception internally and respond with http status 200. Is there a way to configure Axis2 or Rampart to responds properly with a