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
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
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
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
Hi guys,
Has any of you tried to implement a web service using Microsoft SOAP (as an
ISAPI listener) and Java as client?
Thanks