Re: Newbie: WS return only -3 or null value

2002-06-06 Thread Dan Chisholm
Abhishek, If you are using Java 2 Standard Edition version 1.4 (J2SE v1.4), then you might be having a problem with the endorsed standards override mechanism. If that's the case, then you could try step 3 of the following modified version of the installation instructions. http://home.attbi.com/~

Re: Please Help-me - Basic install of Axis on Web Server Resin 2.1.0

2002-05-28 Thread Dan Chisholm
Jose, Which version of Java are you running? If you are using Java 2 Standard Edition version 1.4 (J2SE v1.4), then you might be having a problem with the endorsed standards override mechanism. If that's the case, then you could try step 3 of the following modified version of the installation i

Re: Trouble running Apache Axis

2002-05-24 Thread Dan Chisholm
Andy, Which version of Java are you running? If you are using Java 2 Standard Edition version 1.4 (J2SE v1.4), then you might be having a problem with the endorsed standards override mechanism. If that's the case, then you could try step 3 of the following modified version of the installation i

Re: Classpath problems

2002-05-23 Thread Dan Chisholm
Title: Classpath problems Which version of Java are you running?  If you are using Java 2 Standard Edition version 1.4 (J2SE v1.4), then you might be having a problem with the endorsed standards override mechanism.  If that's the case, then you could try step 3 of the following modified ver

Re: Failing on step 5 of install steps

2002-05-21 Thread Dan Chisholm
Chris,   Which version of Java are you running?  If you are using Java 2 Standard Edition version 1.4 (J2SE v1.4), then you might be having a problem with the endorsed standards override mechanism.  If that's the case, then you could try step 3 of the following modified version of the instal

Re: Problem running the axis Web service example in the User guide

2002-05-18 Thread Dan Chisholm
Abhishek, I had the same problem when I attempted to run Axis with the 1.4 version of Java. When running Axis with Java 2 Standard Edition version 1.4 (J2SE v1.4), it is necessary to setup the Endorsed Standards Override Mechanism. XML parsers and other endorsed standards are included in the J2SE

Re: Authentication and digital signatures

2002-05-09 Thread Dan Chisholm
hold of the Call object from the service that was generated using WSDL2Java - it extends javax.xml.rpc.Service. The second question - is there a way to get the username and password on the server side? Thanks. Naresh -Original Message- From: Dan Chisholm [mailto:[EMAIL PROTECTED]] Sent: Thur

Re: Authentication and digital signatures

2002-05-09 Thread Dan Chisholm
Authentication and digital signaturesNaresh, Basic Authentication and SSL can be handled directly by your web server. The following are links to the relevant Tomcat How-To. http://jakarta.apache.org/tomcat/tomcat-4.0-doc/realm-howto.html http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.