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.