Re: [Axis2] Server response message headers

2007-12-27 Thread gaurav lall
This links confirms that for the synchronous header you need to write your own message reciever or add your own handler http://marc.info/?l=axis-user&m=118701968113313&w=2 Thanks Gaurav On Dec 27, 2007 1:55 AM, gaurav lall <[EMAIL PROTECTED]> wrote: > I am assuming that you are writing the code as

Re: [Axis2] Server response message headers

2007-12-27 Thread gaurav lall
I am assuming that you are writing the code as described below in the skeleton classes. This will not work as the generated SkeletonInterface/MessageReceiever responsibilty is to invoke the business logic (skelton class) and construct the soap envelope [ As per my understanding the assumption here

[Axis2] Server response message headers

2007-12-10 Thread Alastair Fettes
We are using WSDL-2-Code generated SkeletonInterface/MessageReceiverInOut classes in our Apache Axis2 v1.3 doc/lit SOAP 1.2 based web service. We are attempting to set headers for the response message that will be used for traceability within our SOA system. >From what I can see there is nowhere