Hi,
I have a spring ws client and would like to be able to attach and attachment to the request and submit it to an spring ws server. I would like the request to include the file as an Mime...
Type: Posts; User: bdo; Keyword(s):
Hi,
I have a spring ws client and would like to be able to attach and attachment to the request and submit it to an spring ws server. I would like the request to include the file as an Mime...
I've looked at the source code for AxiomSoapMessageFactory, and i've noticed that the attachmentCaching and attachmentCacheThreshold properties are only in used if the SOAP's Content type is an...
Hi,
I'm trying to create spring webservice server that's able to accept large attachment. So far it fail around 100 MB. I'm using AxiomSoapMessageFactory and setting attachment caching to true...