Hi,
I'm trying to run the EchoAttachment example in
version beta2. I modified it to catch the exception
thrown by call.invoke(). Had anyone the same problem?
Or can someone tell me why the exception is thrown, or
what it means?
Thank you very much!!!
Here's the exception:
java.lang.IllegalArgumentException: argument type mismatch on object "samples.attachments.EchoAttachmentsService",
method name "echo", tried argument types:  org.apache.axis.attachments.AttachmentPart
 at org.apache.axis.message.SOAPFaultBuilder.endElement(Unknown Source)
 at org.apache.axis.encoding.DeserializationContextImpl.endElement(Unknown Source)
 at org.apache.crimson.parser.Parser2.maybeElement(Parster2.java:1528)
 at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
 at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
 at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
...

Reply via email to