About the VB-ApacheSOAP sample

2001-05-31 Thread Ricky Cardozo
Hi Bojan!! I have been trying to run the VB-Apache SOAP as well and getting the same results as well. I guess the strange message is because in somehow the server is sending you back a message based on any other protocol instead using SOAP (HTML for example...) . I guess also it is because the St

Re: error using tomcat

2001-05-31 Thread Ricky Cardozo
Yes   Go to the tomcat.bat file under the \jakarta-tomcat\bin\ folder and find the following occurrence:   set CP=%CP%;%CLASSPATH% and change it with the following one   set CP=%CLASSPATH%;%CP%   There is a comment in the installation docs about this procedure...   I hope it helps you  

Re: SOAP Performance against RMI

2001-06-27 Thread Ricky Cardozo
Hi Guys, Yes, I agree with you. There is nothing worse than to be "fanatic" for some specific kind of Technology. I must say I am a Forte Developer (Yes, one of the last ones) and after working with several technologies during my life (including Forte, Java and Microsoft), I got to a nice conclus

Re: VB / ASP code to Java service

2001-06-28 Thread Ricky Cardozo
Have you tried getting array of strings back from SOAP into an ASP page? - Original Message - From: "Khamesra, SandeepX" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 28, 2001 12:13 PM Subject: VB / ASP

Microsoft / Java SOAP Integration

2001-06-29 Thread Ricky Cardozo
Hi guys, Has any of you tried to implement a web service using Microsoft SOAP (as an ISAPI listener) and Java as client? Thanks