Hi Davor, Gary: Older versions of Axis supported the interim SOAP 1.2 namespace, but we've since moved to supporting just the Rec version. There are two ways I can see to solve your problem, Davor - 1) go back to an earlier version of Axis (you can track the changes to org.apache.axis.Constants with cvs diff to see when the namespace changed away from the 2001/06 version), or 2) (the best solution) talk to the service provider and request that they move up to the Rec version. I'm somewhat surprised that a commercial app would be relying on a working draft specification, especially one so early (July 2001)....
--Glen > -----Original Message----- > From: Gary L Peskin [mailto:[EMAIL PROTECTED] > Sent: Monday, September 01, 2003 3:14 PM > To: [EMAIL PROTECTED] > Subject: RE: SOAP versions > > > That URL is for the SOAP 1.2 specification Working Draft of > 17 December > 2001. Axis can definitely be used by SOAP 1.1 and SOAP 1.2 > but I'm not sure > how to use this interim version. Perhaps someone else will now. > > HTH, > Gary > > > -----Original Message----- > > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Davor Cengija > > Sent: Monday, September 01, 2003 6:16 AM > > To: [EMAIL PROTECTED] > > Subject: SOAP versions > > > > > > I'm trying to write a simple SOAP client which sends a > > message to SOAP server bundled with some commercial j2ee > > application, but having Version mismatch problems. > > > > The default envelope namespace for that application is > > http://www.w3.org/2001/06/soap-envelope. > Which SOAP version > > is that? I guess v1.0, since when I set Axis to SOAP 1.2 I > > can see > > xmlns:soapenv="http://www.w3.org/2002/12/soap-envelope" in > > the logs and when set to SOAP 1.1 (default) the namespace is > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/". > > > > If I have SOAP server which implements v1.0, can I still use > > Axis (I guess not). If not, which SOAP implementation I > > should use? Is Apache SOAP appropriate implementation? > > > > I just started with SOAP so if my terminology is incorrect, > > please be so kind to point me to the right direction. Those > > "SOAP client" and "SOAP server" formulations look suspicious :-) > > > > Thanks! > > > > Regards, > > Davor Cengija > > > > > > >
