RE: Bad envelope namespace

2003-10-14 Thread Schie, Sjaak van
Jørgen, The stack trace is not so relevant here. Can you grab the request and the response message. From that you can check whether both client and server adhere to the same SOAP standard. Sjaak -Original Message- From: Jørgen Austvik [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14,

RE: Bad envelope namespace

2003-10-14 Thread Schie, Sjaak van
send to the client. Sjaak -Original Message- From: Jørgen Austvik [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 12:08 PM To: [EMAIL PROTECTED] Subject: RE: Bad envelope namespace On Tue, 2003-10-14 at 11:59, Schie, Sjaak van wrote: Jørgen, The stack trace is not so relevant

RE: WHY is NSPREFIX_SOAP_ENVELOPE = soapenv instead of SOAP-ENV ?

2003-08-14 Thread Schie, Sjaak van
Hi Scott, The prefix name itself does/should not matter. It's the xml namespace (xmlns) that counts. That should point to http://schemas.xmlsoap.org/soap/envelope/ So: SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; and: soapenv:Envelope

RE: WHY is NSPREFIX_SOAP_ENVELOPE = soapenv instead of SOAP-EN V ?

2003-08-14 Thread Schie, Sjaak van
Scott, A little bit more on this subject. You can check section 4.1.2 Envelope Versioning Model in http://www.w3.org/TR/SOAP/ for this. Sjaak -Original Message- From: Schie, Sjaak van [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 3:10 PM To: '[EMAIL PROTECTED]' Subject

RE: SOAPConnection - how do you set the soapAction?

2002-11-06 Thread Schie, Sjaak van
Andy, Besides reading the docs, you also can take a WSDL, do a java org.apache.axis.wsdl.WSDL2Java file.wsdl on it and study the generated bind stub code. Sjaak -Original Message- From: Andy Kriger [mailto:akriger;greaterthanone.com] Sent: 05 November, 2002 22:13 To: Axis-User

RE: Not able to deploy service!

2002-09-30 Thread Schie, Sjaak van
Naresh, In the source you can check the method that the JVM is not able to find. When you are using AXIS RC1.0 then the method on that line is getLocalName() on a org.w3c.dom.Element class. What JVM XML parser are you using? Sjaak -Original Message- From: Naresh Agarwal

RE: Not able to deploy service!

2002-09-30 Thread Schie, Sjaak van
: RE: Not able to deploy service! Hi Sjaak I'm using Xerces 1.4.4 and JDK 1.3 regards, Naresh Agarwal -Original Message- From: Schie, Sjaak van [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 1:39 PM To: '[EMAIL PROTECTED]' Subject: RE: Not able to deploy

RE: RC1 Deployment problem, possible bug?

2002-09-26 Thread Schie, Sjaak van
Giles, You might try development mode. I had a similar problem with AXIS beta-2 and WebLogic 6.1 when running AXIS as a webapp (WAR file). Then I switched to development mode (and unpacked the WAR file). Production or development mode can be set in startWebLogic.cmd. Sjaak -Original

RE: fault message

2002-07-17 Thread Schie, Sjaak van
Hi Milos, I've seen that beta 2 doesn't (always) create the Holders for the complex types. It only refers to them, so the code doesn't compile. However beta 3 creates the Holders. I suggest you test it with beta 3 first. Sjaak -Original Message- From: Milos Cekovic [mailto:[EMAIL

Happiness Page keeps complaining about server-config.wsdd

2002-07-11 Thread Schie, Sjaak van
Still get next message. Even when the server-config.wsdd is created using AdminClient. Warning: could not find resource server-config.wsdd There is no a server configuration file;run AdminClient to create oneThe core axis libraries are present. 3 optional axis libraries are missing Sjaak van

List with HTTP servers on with AXIS installs and runs?

2002-06-13 Thread Schie, Sjaak van
Hello All, When tring to install Axis I discovered, like others also did ;-), that some versions of TomCat don't work after following the installation instructions. Probably other people also discovered some difficulties when installing Axis on other HTTP servers. Maybe they even have a