Resolved here - workaround: 
http://ofbiz.135035.n4.nabble.com/SOAP-service-in-ofbiz-fails-tt4636257.html

>>public static Element firstChildElement(Element element, String
childElementName) { 
Change from: 
LINE: 808 childElementName.equals(node.getNodeName() 
Change to: 
LINE: 808 childElementName.equals(node.getLocalName() 

Resolved the issue... 

Thanks !



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/SOAP-Deserialize-Error-trying-to-invoke-Java-Service-tp4636255p4636477.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to