Hi ppl, When an SwA
Envelope is sent to server (Apache SOAP 2.2), does the remote method i am
calling on the server has to provide special handling to attachements, or is
the whole attachments mechanismembedded inside server plumbing code and the
remote method does not have to be changed to
The service method can either process the attachment in some way or
ignore it, in which case nothing happens to the attachment on the
server.
The attachment can be processed by 2 means. First, a parameter of
type DataHandler will be associated with an attachment. The client
will serialize it