RE: error with soap sample addressbook

2001-09-12 Thread Vikram Rajan
like i said before its a CLASSPATH problem. make sure you have samples.addressbook.Address in your classpath(system+tomcat) > -- > From: Manu De Backer > Reply To: [EMAIL PROTECTED] > Sent: Thursday, September 13, 2001 12:29 PM > To: [EMAIL PROTECTED] > Subje

error with soap sample addressbook

2001-09-12 Thread Manu De Backer
I'm trying the SOAP addressbook sample. The server (TOMCAT v3.2, Windows = 2000) is properly installed. While executing the testit batch file I get = the following error: Fault String =3D Deployment error in SOAP service urn:AddressFetcher': = class name 'samples.addressbook.Address' could not be

Re: interoperability and SSL

2001-09-12 Thread Brajendra . Singh
you need to set UseSSL property of connector = True. Pass end point URL as https://servername:443/soap/servlet/rocrouter. Where 443 is port on which https (ssl) is running. We are using VB client and Java server and https works fine with these things. our server side platform is tomcat/apache.

RE: SOAP error with sample addressbook

2001-09-12 Thread Jyothi K
Hi, Is the location of your classes given in the classpath? And did you properly install the soap.war file into tomcat? You can check if the soap directory in tomcat is having the samples folder and all other classes of the samples.If not then the soap.war file is not deploed properly into t

Validation and SOAP

2001-09-12 Thread O'Leary, Don
Hi guys I am using the Apache-SOAP 2_2 implementation to handle raw SOAP documents. When I send the following Document to the server, all is OK and I get the appropriate response. -- http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi

RE: SOAP Fault ..

2001-09-12 Thread Madhav Inamti
Title: RE: SOAP Fault .. I made sure Tomcat.bat was having xerces in the classpath and it worked. - Madhav -Original Message- From: Minhaj Basha Shaik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 4:01 AM To: [EMAIL PROTECTED] Subject: SOAP Fault .. Hi,   I hav

UDDI calls from MS soap toolkit?

2001-09-12 Thread Anvita Johri
I am trying to find a way to make UDDI calls using Microsoft Soap toolkit. This is to find business entity, service, accesspoint, etc information from IBM's UDDI server that I have setup, by making MS soap toolkit calls. I will be making these MS soap toolkit calls from a PowerBuilder client t

RE: When is the next release?

2001-09-12 Thread Sam Ruby
Vikram Rajan wrote: > >from what it says at xml.apache.org, looks like axis will be the next >release. > >no idea when it will be released, though the code is available for download >from the CVS repository An alpha of Axis is available at http://xml.apache.org/dist/axis/alpha1/ . Nightly builds

RE: When is the next release?

2001-09-12 Thread Vikram Rajan
from what it says at xml.apache.org, looks like axis will be the next release. no idea when it will be released, though the code is available for download from the CVS repository > -- > From: Mack Hendricks > Reply To: [EMAIL PROTECTED] > Sent: Wednesday, September

RE: SOAP error with sample addressbook

2001-09-12 Thread Vikram Rajan
it can only be a classpath problem. check that the current directory and the directory are in the system classpath as well as tomcat's classpath. > -- > From: Manu De Backer > Reply To: [EMAIL PROTECTED] > Sent: Wednesday, September 12, 2001 7:47 PM > To: [EMAI

SOAP error with sample addressbook

2001-09-12 Thread Manu De Backer
I'm trying the SOAP addressbook sample. The server (TOMCAT v3.2, Windows = 2000) is properly installed. While executing the testit batch file I get = the following error: Fault String =3D Deployment error in SOAP service urn:AddressFetcher': = class name 'samples.addressbook.Address' could not

soap and tomcat 3.2.3

2001-09-12 Thread Holland, Ben
Hi all, I get the following java.lang.NullPointerException error when I try and use the List command in the admin page. Has anyone else had a similar problem? It works fine on an older version of Tomcat. Ben. Location: /apache-soap/admin/list.jsp Internal Servlet Error: javax.servlet.ServletExc

When is the next release?

2001-09-12 Thread Mack Hendricks
Hi All, Does anyone know if theres going to be another release of Apache SOAP? If so, when? Or will Axis be the next release? _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Apache SOAP & Oracle8i (8.1.7)

2001-09-12 Thread Stepan Samarin
Hi ! If anyone has such configuration, please tell me, how you got it working. Best regards, Stepan Samarin, Web developer [EMAIL PROTECTED] Daxx Web Industries | www.daxx.ru

RE: SOAP Fault ..

2001-09-12 Thread Ed Yu
I had the exact same error before. You have an old XML parser in front of the new parser in the CLASSPATH. Make sure you have the JAXP parser at the begining of your classpath. -Original Message- From: Minhaj Basha Shaik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 7:01

SOAP Fault ..

2001-09-12 Thread Minhaj Basha Shaik
Hi, I have installed SOAP-2.2 and i am using TOMCAT-3.1.1 as servlet engine.. All installation testings on server side are going perfect. but when i try to run the command java org.apache.soap.server.ServiceManager http://localhost:8080/soap/servlet/rpcrouter list it throws following error

interoperability and SSL

2001-09-12 Thread Archana Chaphekar
Hi All,   Soap Client is written in VB and the EJB service is deployed on weblogic server. The client is working fine with http url.   Now I want to give interface to SSL.   If I deploy the service on weblogic and client is written in java then the application is working fine with SSL setting i.e w