You need to use MTOM to be able to retrieve attachments. Else, there may be also a way to retrieve them using an xfire specific parameter to retrieve the xfire context and attachments from there.
On 10/24/06, JUANI <[EMAIL PROTECTED]> wrote:
Hello, I'm Juan. I am still beginner with ServiceMix. I am recieving a SOAP request in a servicemix-http component and giving the request to another jsr181 component (Both are lightweight). My problem is I can not obtain the attachment that the request is carrying, but I can do that with the parameters. public String sendServiceDOCRequest(String url,String codEmp,String text,String dueDate ) That is the function head of the POJO file that I am using in the jsr181 component; as you can see, the three parameters are able to be accessed. But in my web application I also added an attachment to the SOAP message that I can not get in the SM. Could you help me? How can I get an attachment in my POJO? any examples? Thanks -- View this message in context: http://www.nabble.com/How-to-get-an-attachment-of-a-SOAP-reques-in-a-jsr181-component--tf2502337.html#a6975979 Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
-- Cheers, Guillaume Nodet