Hi Samuel In this scenarios ,its problem with namespace in wsdl file. Earlier targetNamespace value is "tpps". It worked fine after changing it to http://www.test.com/tpp.
<wsdl:definitions targetNamespace="tpps" changed to <wsdl:definitions targetNamespace="http://www.test.com/tpp" Regards, Praveen Chakinala -- View this message in context: http://servicemix.396122.n5.nabble.com/org-apache-xml-security-signature-ReferenceNotInitializedException-Element-process1122Response-has-a-tp4370042p4537678.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
