Soap error on new installation

2001-06-26 Thread HariNam Singh
Hi, I installed SOAP on Tomcat a few hours ago, and still can't get my sample service to run properly. As I saw lots of notes on XML parser, I made sure that mine was in the front. As it still didn't work, I got the latest from jaxp. Then 1.4.1 Xerces. Then 1.2.1 Xerces. Neither of those made

Re: Soap error on new installation

2001-06-26 Thread pravin pachbhai
SET CLASSPATH=C:\soap\samples\addressbook;c:\xerces\xerces.jar;%CLASSPATH% before running this example remove the jaxp.jar and parse.jar file from tomcat\lib folder. use the xerces1.4 or greater version. --- HariNam Singh [EMAIL PROTECTED] wrote: Hi, I installed SOAP on Tomcat a few hours

RE: Soap error on new installation

2001-06-26 Thread HariNam Singh
looking over it. It's getting frustrating... Any other suggestions? I'm just running out of ideas to try. HariNam -Original Message- From: pravin pachbhai [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 3:30 PM To: [EMAIL PROTECTED] Subject: Re: Soap error on new installation SET

RE: Soap error on new installation

2001-06-26 Thread HariNam Singh
To: [EMAIL PROTECTED] Subject: Re: Soap error on new installation SET CLASSPATH=C:\soap\samples\addressbook;c:\xerces\xerces.jar;%CLASSPATH% before running this example remove the jaxp.jar and parse.jar file from tomcat\lib folder. use the xerces1.4 or greater version. --- HariNam Singh [EMAIL