Hello, I'm trying to get the MTOM example from the sample directory to work. When I trying to run the client I get this exception:
Exception in thread "main" org.apache.axis2.AxisFault: org.apache.ax iom.om.OMException: Referenced Attachment not found in the MIME Message. Content ID:1.urn:uuid:[EMAIL PROTECTED] at org.apache.axis2.description.OutInAxisOperationClient.execute (OutInAxisOperation.java:308) at sample.mtom.service.MTOMSampleStub.attachment(Unknown Source) at sample.mtom.client.Client.transferFile(Unknown Source) at sample.mtom.client.Client.main(Unknown Source) Java Result: 1 I start the ant script with these parameters (tried parameters also in hyphens): ant run.client -Dfile C:/out.txt -Ddest C:\in.txt Don't see what I did wrong. Any idea what to check? Cheers, Pete --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
