SwA vs. Apache Server 2.2

2003-06-18 Thread Firas Abughazaleh
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

Re: SwA vs. Apache Server 2.2

2003-06-18 Thread Scott Nichol
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