Hello, I connect to Hermes 2 as2 plugin with a java web service client code.
it is good on the hermes serveur side but I can't parse the response of the server after I call sender service, receiverlist service, status service.
I always get the same error.
I get an error about namesapace
response = connectionSoap.call(request, url );
returns null
: javax.xml.transform.TransformerException: org.xml.sax.SAXException: NAMESPACE_ERR: Tentative de création ou de modification d'un objet incorrecte par rapport aux espaces de noms.
org.w3c.dom.DOMException: NAMESPACE_ERR: Tentative de création ou de modification d'un objet incorrecte par rapport aux espaces de noms.
When I execute script .sh in sample to make the same things than my java client, it works , it gets info from the status service, so it can parse the server's response.
I tryied to reach
http://service.as2.edi.cecid.hku.hk/ from a web browser but it seems a broken link.
I wonder if this could be the cause of my failure in the java code, but then the sample scripts shouldn't work then and they do work. so ..
thanks in advance if someone can shed some light on my problem.