users@jax-rpc.java.net

How can I rename namespace from 'env' to 'SOAP-ENV'

From: Edwin van Gruijthuijsen <egruijthuijsen_at_CUBIC-INTERNATIONAL.COM>
Date: Thu, 01 Aug 2002 15:37:11 -0600

Hi,

I have written a soap server (using jwsdp ea2) whose soap responses are parsed by an application of one of our customers. That parsing program (let's call it X) was originally targeted for another soap server, which used the namespace SOAP-ENV for http://schemas.xmlsoap.org/soap/envelope/, i.e.:

   [other] xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"

jwsdp ea2 names that namespace 'env', i.e.:

   [jwsdp ea2] xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"

Our customers program (X) looks for SOAP-ENV but cannot find it.

How can I tell jwsdp to use SOAP-ENV instead of env for http://schemas.xmlsoap.org/soap/envelope/?

Thanks in advance,
Edwin van Gruijthuijsen