public static final String TNS = "http://www.ofbiz.org/service/"; redirects to http://ofbiz.apache.org/service/ Not Found
The requested URL /service/ was not found on this server.
in toWSDL
def.setTargetNamespace(TNS);
def.addNamespace("tns", TNS);
so this is a holding url and gets replaced with the real one?
unless I missed something it never gets changed.
