AW: AW: Axis2 wsdl2java client: How to add processing instructions

2008-10-31 Thread Martin.Berns
Hi, sorry for potentially confusing anybody; The last questions (point c) should be: Are there other predefined formatters (not handlers, as i wrote), that i can use? If yes, how can i manage to use them instead of the default formatter? Martin Von: [EMAIL

AW: AW: Axis2 wsdl2java client: How to add processing instructions

2008-10-31 Thread Martin.Berns
Hi, i now managed to put in a Processing Instruction before the normal XML-payload, by writing a module/handler that does the following: -8<

AW: AW: Axis2 wsdl2java client: How to add processing instructions

2008-10-27 Thread Martin.Berns
Hi Martin, thanks a lot for your answer. As i mentioned in my first email, i am indeed implementing a RESTful client, where the XML-Request is just the body of a HTTP POST. The server i am trying to interact with, is no axis2 server, nor is it a Webservice at all, but a normal Servlet run by

AW: Axis2 wsdl2java client: How to add processing instructions

2008-10-24 Thread Martin.Berns
Hi, the response is now read correctly by axis2, so please forget about point b). (For your interest: It was a trailing "/" in the namespace uri that made the difference between server and client and forced this problem). So there is only one problem left - point a): I need a way to put a proc

AW: Axis 2 - mapping problem

2008-10-24 Thread Martin.Berns
Hi, may be "external mapping" is the solution for your problem. I found this http://www.mail-archive.com/[EMAIL PROTECTED]/msg25312.html when i searched for a way to use another namespace prefix instead of "ns1". I think what i found may be the soluton for your problem. Off topic: Now, do you have

Axis2 wsdl2java client: How to add processing instructions

2008-10-23 Thread Martin.Berns
Hi, I am trying to implement a client with axis2 1.4.1 (REST) for a "legacy webservice". This webservice is defined as just sending XML per HTTP POST (x-www-form-urlencoded) and getting the answer message as a supplement of the http response. I generated a WSDL file according to the specificatio