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/XMLSchemasoapAction=""> 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.
