In one of my projects I have the problem that I have to call a web service, where the namespace prefixes are fixed and checked at server side. To my knowledge this is not in any way xml nor "webservice" compliant. Never the less, the server implementation won't change - so I am stuck with sending fixed prefixes for specific namespaces. Since I am using axis2 (1.4.1) with JAXB as framework, I was wondering if there is a way to specify the prefix for a namesapce for an axis webservice client.
Thanks!