Here's the message:
Hi there,
It looks like I had the same problem as you describe. It turned out that it was the Axis generated client-side SoapBindingStub that was in error.
Commenting out the setAttachments() and extractAttachments() in all
methods in the Axis-generated client-side SoapBindingStub.java solved
this problem for me.
... Snip from the ...SoapBindingStub.java ...
setRequestHeaders(_call); //setAttachments(_call); java.lang.Object _resp = _call.invoke(new java.lang.Object[] {in0, new java.lang.Long(in1), in2.value});
... Snip from the ...SoapBindingStub.java ...
If you generate these stub-files automatically you will have to
rememeber to comment out these lines every time they are produced, or
change the script you use to do it for you.
I do not currently subscribe to the Axis mail list, and found no way to
answer directly to the list. Please feel free to provide this
information to the Axis list.
Regards,
Roy Willy Haug