Hi Anne, Thanks for your help. That did indeed make a difference and I got rid of the xmlns="", but I'm still not done. I'm going to post a longer explanation. What I'm trying to do is trivial to you experts but has me a bit stumped.
On 9/28/07, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > > Did you change this parameter > > returnQName="getVersionReturn" > > to > > returnQName="rtns:getVersionReturn" > ? > > Anne > > On 9/27/07, New AxisU <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I've been redirected to work on our existing axis 1.4 system for awhile. > > I'm getting an outgoing message like > > > > ... > > <getVersionReturn xmlns="">1.2</getVersionReturn> > > ... > > > > when I am expecting <getVersionReturn>1.2</getVersionReturn> > > > > I'm sure the root problem is in the wsdl but trying to test that > hypothesis, > > I found this in the deploy.wsdd: > > > > <operation name="getVersion" qname="operNS:getVersion" > > xmlns:operNS="urn:discovery.services.netcentric.sec" > > returnQName="getVersionReturn" returnType="rtns:string" xmlns:rtns= > > http://www.w3.org/2001/XMLSchema soapAction=""> > > > > The older (working version) has > > xmlns:rtns="urn:discovery.services.netcentric.sec" instead. > > > > So i tried editing the deploy.wsdd file, undeploying the service and > > redeploying it. I was no change > > > > Now for the crux of my question: > > > > Shouldn't there have been some difference? > > Is my understanding of how to effect this change incorrect? > > > > Thanks. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
