Order of headers on Axis response packet

2007-08-21 Thread Ford, Jennifer M.
All, I've developed some web services that will be in use by both Java and .NET users. Java clients have no problem with the results, but the first .NET developer has reported a problem with the WCF text encoder for .NET that is preventing them from correctly parsing the response. Has anyone enc

Re: Order of headers on Axis response packet

2007-08-21 Thread Davanum Srinivas
Please get the Axis2 1.3's source zip and look at: org.apache.axis2.transport.http.ApplicationXMLFormatter.java You can write your own class that overrides the getContentType method of that class and specify your class in the axis2.xml thanks, dims On 8/21/07, Ford, Jennifer M. <[EMAIL PROTECTED