Thanks for the response. Attached is my service program and the deployment descriptor. I'm not using the qualified name in my service or deployment descriptor. So I'm not sure what I need to change ? The unmarshalling of incoming xml, in the java code, is by using the castor api. And the incoming xml does not have namespace.
<<AddressValidationService.java>> <<deploy.wsdd>> Thanks in advance, Ashish. > -----Original Message----- > From: Sal Campana [SMTP:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2003 6:04 PM > To: [EMAIL PROTECTED]; Makhijani, Ashish > Cc: AXIS Mailing List (E-mail) > Subject: RE: ANNOUNCE : Axis 1.1 release > > I've seen similar behaviour depending on the version > of QName which is used. > > If the QName class is a different version than the one > supplied with Wsdl4J this happens due to a difference > in the code.... > > The newer version of the QName source from JaxRPC > throws an exception if the namespace is null, where > the earlier version (supplied with Wsdl4J) accepted an > empty string or null.... > > So it stands to reason that the version of QName > changed in the distribution.... > > -Sal > > --- "Brain, Jim" <[EMAIL PROTECTED]> wrote: > > Maybe someone on the AXIS team can shed some light? > > > > Anyone? > > > > Can you send me the WSDL created under 1.1.RC2 for > > the group if they ask? > > > > Jim > > > > > > > > Jim Brain, [EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > > "Researching tomorrow's decisions today." > > (319) 369-2070 (work) > > Systems Architect, ITS, AEGON Financial Partners > > > > -----Original Message----- > > From: Makhijani, Ashish > > Sent: Thursday, June 19, 2003 3:03 PM > > To: Brain, Jim > > Subject: RE: ANNOUNCE : Axis 1.1 release > > > > Jim, > > When I replace the following jar files in my web > > serivce with the new axis > > 1_1 release : > > axis.jar, axis-ant.jar, commons-discovery.jar, > > commonds-logging, jaxrpx.jar, > > log4j-1.2.8.jar, saaj.jar & wsdl4j.jar > > > > I get this error when I try to view my wsdl > > > > > http://localhost:8080/AddressValidationWebServices/services/AddressValidat > io > > nService?wsdl :--> Shows following error > > AXIS error > > Sorry, something seems to have gone wrong... here > > are the details: > > Fault - Attempted to write schema for bad QName (no > > namespace) : fault > > AxisFault > > faultCode: > > {http://xml.apache.org/axis/}Server.generalException > > faultSubcode: > > faultString: Attempted to write schema for bad > > QName (no namespace) : fault > > faultActor: > > faultNode: > > faultDetail: > > > > w/o changing anything in my service or deploy > > scripts, if i replace the > > above jars with 1_1RC2 version, wsdl file displays > > fine. > > Either way my service works fine, and i'm able to > > connect my client to it !! > > > > Is there anything particular with wsdls that you > > know has changed between > > the two releases ? > > > > Thanks, > > Ashish. > > > > > > > > -----Original Message----- > > From: Brain, Jim > > Sent: Monday, June 16, 2003 11:47 AM > > To: AFP Middleware Team; AFP-CR Web Team; Millard, > > Ray; Smith, > > Eric (FMD) > > Subject: FW: ANNOUNCE : Axis 1.1 release > > > > It's not an emergency, but I would recommend > > migrating off of > > 1.1.RC2 (or RC1 if the project is old enough) and > > going to the final > > version. Bugs are fixed, and code is much improved. > > > > > > Jim Brain, [EMAIL PROTECTED] > > "Researching tomorrow's decisions today." > > (319) 369-2070 (work) > > SYSTEMS ARCHITECT, ITS, AEGON FINANCIAL PARTNERS > > > > > Hi all: > > > > > > The Apache Axis team is pleased to announce that > > version 1.1 of > > the Axis SOAP toolkit is now available for download > > at: > > > > > > http://ws.apache.org/axis/dist/1_1 > > > > > > The 1.1 release includes many improvements from > > 1.0, including: > > > > > > * Better support for doc/literal WSDLs, more > > schema types, etc. > > > > > > * Vastly improved SOAP 1.2 support > > > > > > * Improved documentation > > > > > > * More transports (including JMS and email) > > > > > > * Basic support for COM/CORBA/RMI objects as > > backends > > > > > > * Many bugfixes, including bulletproofing against > > cross-site > > scripting and XML entity inclusion attacks > > > > > > 1.1 has been a long time coming, and we'd like to > > thank everyone > > who's worked on the code, submitted bugs, and > > participated in the community > > discussions on the mailing lists. We're going to > > try to do more frequent > > releases into the future, and we have a lot more > > improvements to make to the > > codebase - expect to see 1.2 in a much shorter > > timeframe. > > > > > > Thanks, and we hope you enjoy Axis! > > > > > > --Glen > > > > > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com
AddressValidationService.java
Description: Binary data
deploy.wsdd
Description: Binary data