You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Manolis Floros <ma...@venation.com> on 2002/06/28 16:50:53 UTC

echo attachment problem

echo attachment problem

i get this error returned when i send the request(i use the tcp monitor and it seems that the soap request with the attachment is built just fine)

Internal Server Error
Internal Server Error
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:518)

        at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg
y.java:71)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:154)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:121)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:174)
        at org.apache.axis.client.Call.invoke(Call.java:1905)
        at org.apache.axis.client.Call.invoke(Call.java:1690)
        at org.apache.axis.client.Call.invoke(Call.java:1608)
        at org.apache.axis.client.Call.invoke(Call.java:1169)
        at samples.attachments.EchoAttachment.echo(EchoAttachment.java:138)
        at samples.attachments.EchoAttachment.main(EchoAttachment.java:310)