Axis2: Strange problem...

2008-03-27 Thread Simon Steinacker
; />id="urn:uuid:5c4f972b-d56b-40ac-a5fc-c8ca9b40b9d4">name="$XDSDocumentEntryUniqueId">('1.2.3.1206462180874') You will notice, that inside The body element, there starts another Envelope... How can this happen, I am really confused! thanks for your help, Sim

Re: Axis2: Invalid UTF-8 start byte 0xff (at char #1, byte #-1)

2008-03-12 Thread Simon Steinacker
--- Simon Steinacker <[EMAIL PROTECTED]> wrote: Hello, I already wrote this issue once to the mailing list. But for me nothing has changed with the problem. I still get this error (I checked all library versions). The complete Axis2 debug trace is: http://www.pastebin.org/23395 The messag

Axis2: Invalid UTF-8 start byte 0xff (at char #1, byte #-1)

2008-03-12 Thread Simon Steinacker
Hello, I already wrote this issue once to the mailing list. But for me nothing has changed with the problem. I still get this error (I checked all library versions). The complete Axis2 debug trace is: http://www.pastebin.org/23395 The message that causes the problem: http://www.pastebin.org/2

Axis2: Invalid UTF-8 start byte 0xff

2008-03-08 Thread Simon Steinacker
Hello, I get a web service call into my Axis2 environment and it completely fails, even before entering the handler chain... I have no idea what the problem is. Maybe someone could have a look at it and give me some hint... that would be very nice! The WS-Message i receive: http://pastebin.c

Axis2: Namespace prefix generation problem

2008-03-02 Thread Simon Steinacker
Hello, I have the problem that 2 different services use the same generated class and for that also generate it. Now when the first service generates the class, it assignes the namespace prefix ns2 to it and if the second one generates it it assignes the prefix ns3. This yields to conflicts, s

Axis2: Problem when serializing an axis2 message

2008-02-24 Thread Simon Steinacker
Hello, I have a handler in which I call ctx.getEnvelope.toString() (or .serialize(), either doesn't work) and it throws an exception. (see end of mail) My question now is: Axis2 also somehow needs to serialize the message, in order to send it over the wire. Where is that code located? That I

axis Calendar time zones

2007-11-05 Thread Simon Steinacker
Hello, I am currently using axis 1.3, working with java Calendar objects across Web Services. I realized, that axis by default sets the timezone to GMT when serializing dates. How can I tell axis which timezone it should use? Thanks a lot, Simon --

Apache Rahas Source Code or Documentation

2007-07-12 Thread Simon Steinacker
Hello, I need to build a Web Service landscape based on WS-Trust authentication. As I am using axis2, I thought it would be nice to use rahas module for that. But when I tried to go into the api I simply stuck, since I was not able to find any documentation or source code on the net. Could someone

Axis2: void method does not make the client aware of exceptions

2007-05-18 Thread Simon Steinacker
Hello, I have a void method which is offered over an axis2 service. Of that method I generated a client with axis2. Now it happens to be the case that an Exception is thrown inside the void service method. But somehow the client stub does not care about that. The exception is not thrown furth