Anyone know how to make the AxisServlet
emit a Content-Length HTTP Header when returning a message with attachments?
I wrote a custom serializer to do something
similar. I needed a referenced attachment to be serialized within
a bean. The element needed to support byte[] content
or just be empty and reference the attachment if available. You need
to do some additional stuff like write a Serializer Factory a
It looks like the java.lang.StringBuffer.append(java.lang.StringBuffer) was added in 1.4.0. I'll download the 1.4.1 JDK and let you know if works.
Thanks for the quick feedback!
"Volkmann, Mark" <[EMAIL PROTECTED]>
11/18/2002 07:55 AM
Please respond to axis-user
To:
I get the following exeception when trying to run a client application with the 11/17 build. This same application worked under the 1.0 build.
java.lang.NoSuchMethodError: java.lang.StringBuffer: method append(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer; not found
at org.apache.axi
Does anyone know if it is possible to configure Axis with an RPC style service that has an "encoded" input and a "literal" output. Here's an example .wsdl snippet of what I'm trying to do:
WSDL2Java generates the followin
Hello,
I am trying to have my /axis/services/MyService?wsdl command emit a more complicated wsdl file that is created by default. I generated my Skeleton and Implemenation files from WSDL2Java off a WSDL file created by someone else. I am trying to implement the same services on Axis.