0 Replies Latest reply on Sep 22, 2006 2:23 PM by gmn314

    Prefix added to the sendResponse

    gmn314

      Hi,

      I have an RPC style webservice that returns a single string value. When a response is generated by JBoss, a namespace is defined for the sendResponse, and a prefix is used.

      My question is:
      Is there any wa to suppress the prefix, and just have it override the default namespace??

      Please see example below:

      My webservice returns the following:


      <ns1:sendResponse xmlns:ns1="http://soap2xml.cfc.cis.com">


      I want it to just override the default namespace and not define a prefix:


      < sendResponse xmlns="http://soap2xml.cfc.cis.com" >


      I hope that this can be changed by modifying the wsdl?

      Thank you
      -- George