Hello, I made a Synapse mediator which calls a web service using axis2 generated ws client (with jaxb binding), for this I had to add some jaxb and axis2 dependencies to synapse/lib. I haven't been able to get it working because of some jaxb problem which gives the following error message: 'Unable to create JAXBContext for class: <operations request message class>', this error comes when I try to start synapse with my mediator in synapse.xml (it tries to instantiate the ws client object). I've tried this with different versions of synapse/axis2/jaxb.. Any ideas what might cause something like this? Also would it be better to make web service calls from mediator using synapse endpoint definitions instead of using those axis2 generated ws clients?
Thanks in advance!
