Title: attachments with generated stubs
Thanks!  I had activation.jar, but I needed mail.jar.
 
It seems that there are at least two ways to get an attachment added to the SOAP request.  One way is to call addAttachment(dataHandler) on my generated stub.  Another way is to pass my DataHandler as a parameter to one of my service methods on the stub.
 
If I use the first approach, how do I access the attachment within the service implementation method?
 
If I use the second approach then I get an exception that says "Couldn't find a matching Java operation for WSDD operation "method-name" (1 args)".
 
Any ideas would be greatly appreciated!
-----Original Message-----
From: Tom Jordahl [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 03, 2003 12:20 PM
To: '[EMAIL PROTECTED]'
Subject: RE: attachments with generated stubs

 

You need activation.jar and perhaps mailapi.jar in your classpath during execution.

 

--
Tom Jordahl
Macromedia Server Development

-----Original Message-----
From: Volkmann, Mark [mailto:[EMAIL PROTECTED]
Sent: Monday, March 31, 2003 10:18 AM
To: '[EMAIL PROTECTED]'
Subject: attachments with generated stubs

 

There is a sample of using attachments that is bundled with Axis (in the samples/attachments directory).  It uses the SAAJ API.  What I'd like to do is use a generated stub (from wsdl2java) and add attachments before I invoke methods on that stub.  In org.apache.axis.client.Stub there is an addAttachment method.  When I use that I get a message that says "java.lang.RuntimeException: No support for attachments".  Is this approach supposed to work in Axis 1.1 RC2?



***********************************************************************************
WARNING: All e-mail sent to and from this address will be received or
otherwise recorded by the A.G. Edwards corporate e-mail system and is
subject to archival, monitoring or review by, and/or disclosure to,
someone other than the recipient.
************************************************************************************

Reply via email to