MTOM Attachment - OMElement using AXIOM

2008-09-26 Thread Attharkar, Asmita
Hi All, Ok I was successful in sending Attachment using MTOM from client to server. I needed to add OMElement in the my method signature. So the wsdl changes. I have two things remaining to be resolved though: 1.Can I send in attachment(s) to webservice without change in the method

Re: MTOM Attachment - OMElement using AXIOM

2008-09-26 Thread Thilina Gunarathne
Hi, 1.Can I send in attachment(s) to webservice without change in the method signature and can I still access the attachments using the MessgeContext.getCurrentMessageContext().getAttachmentMap() ?? If so how do I do that? You can send SwA type attachments without changing the methode