0 Replies Latest reply on Oct 7, 2004 8:44 PM by hagenbuc

    change namespace in server response

    hagenbuc

      We are currently trying to integrate with a 3rd party product who is hard coding the namespace they are looking for to "SOAP-ENV". JB.net and axis use "soapenv" by default and I know it should not matter, as long as your namespaces match between the definition in the first element and the xml namespace declaration (it could be myredsweather:Envelope). We have found in axis where to modify the default constants (2 places) but that seems to be overridden by something in jBoss.net. Does anyone have a good suggestion, besides finding a new 3rd party tool to talk to as how to make this work/ where to look or what to do in JB.net?