RE: Attachments Service

2012-12-05 Thread Ockleford Paul (NHS CONNECTING FOR HEALTH)
InOut better suited to attachments that the rpc message handler? Thanks again, Paul From: [email protected] [mailto:[email protected]] Sent: 04 December 2012 16:32 To: [email protected] Subject: RE: Attachments Service Paul, Yes, it is that simple. .what

RE: Attachments Service

2012-12-04 Thread Brando.Arguello
Regards. brando From: Ockleford Paul (NHS CONNECTING FOR HEALTH) [mailto:[email protected]] Sent: Tuesday, December 04, 2012 11:09 AM To: [email protected] Subject: Attachments Service Hi, I am currently investigating the best way to write a web service

Re: Attachments Service

2012-12-04 Thread Deepal Jayasinghe
What you are doing is correct, and I would recommend you to enable MTOM (if you have not done already). Axis2 has very good support for MTOM. Deepal > > Hi, > > > > I am currently investigating the best way to write a web service using > axis 2 that returns a csv file. I found an example online

Attachments Service

2012-12-04 Thread Ockleford Paul (NHS CONNECTING FOR HEALTH)
Hi, I am currently investigating the best way to write a web service using axis 2 that returns a csv file. I found an example online that I managed to get working, although it's very simplistic. I have copied the method I expose below as I would like to know if this is a suitable approach to s