You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Samuel <sa...@gmail.com> on 2011/06/29 20:10:10 UTC

RE: org.apache.xml.security.signature.ReferenceNotInitializedExcepti on: Elementprocess1122Response has a relative namespace: xmlns="tpps"

What's the solution to this problem ?

--
View this message in context: http://servicemix.396122.n5.nabble.com/org-apache-xml-security-signature-ReferenceNotInitializedException-Element-process1122Response-has-a-tp4370042p4535962.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

RE: org.apache.xml.security.signature.ReferenceNotInitializedExcepti on: Elementprocess1122Response has a relative namespace: xmlns="tpps"

Posted by pchakinala <pr...@planetsoft.com>.
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.