maybe the way is to use in client
call.addAttachmentPart(ap);
(where ap is an org.apache.axis.attachments.AttachmentPart object)
before invoking the web service?
Dario
Dario Di ha scritto:
Hi everybody,
I'd like the client of a message style web service
(like the "message" example) to send an
Hi everybody,
I'd like the client of a message style web service
(like the "message" example) to send an xml and an
attachment to the service.
What should I add to the server-config.wsdd?
How can the client attach the files?
What should be the signature of the echoElements
method?
Thank