just funny

2002-12-11 Thread Alex Dovlecel
It is soap related, so not completely out of subject. Hope you will enjoy it. Or if you have seen it, don't be too harsh on me. http://www.webservile.com/stories/beerbust.htm To be honest, have no idea if it is true or not, but... dovle -- To unsubscribe, e-mail:

Re: Missing Type..

2002-12-06 Thread Alex Dovlecel
We have also hit this wall some time ago!!! We were using ksoap as client and, when null, ksoap does not add the xsi:type to the object. And apache soap crashed. A sollution is to modify the client to add those xsi:type every time. :o))) In kSoap case, was pretty easy. But to be honest, is h

Re: Ed King?

2002-12-05 Thread Alex Dovlecel
Whenever you want, Switch to linux :o) No exe file will scrool your computer. :o))) Lol dovle > The messages appear to have come through an SMTP relay at the domain of > Ed King's e-mail address, but that does not mean they come from him or > his machine. I am just thankful that they all cam

Re: passing interfaces instead of classes

2002-12-04 Thread Alex Dovlecel
> Right now, it will fail because [de-]serializers are found by exact type > match only (or a default if one is defined, but this is typically > useless). I did not take the time to change the [de-]serializer lookup, > because I am not sure what the right way is to implement polymorphic > return v

Re: passing interfaces instead of classes

2002-12-04 Thread Alex Dovlecel
Have some questions about it (I have not read the changed code). If I have a method with the following signature: A getA ( ) ; and B extends A. I have mapped the A class into the SOAP engine, but the B class is not mapped (no QName and serializer associated). If the getA( ) will return a B

Re: passing interfaces instead of classes

2002-12-03 Thread Alex Dovlecel
On Monday 02 December 2002 23:12, you wrote: > Without looking at the code, my guess would be that Apache SOAP > serializes the return value based on the declared type of the function, > not the actual type returned. I will have to look at this later. I am shure about it. We had similar problems,

Re: install help

2002-11-21 Thread Alex Dovlecel
I had the same problem and never solved it... I switched to axis... hope it will work... :o))) If you find the solution, please tell me... tx dovle > i am trying to invoke the stockquote service from my client but I get back > the following fault code from the server: > > Fault Code = SOAP

Re: Using deployment descriptor files

2002-11-20 Thread Alex Dovlecel
> > How do I use deployment descriptor files to automatically deploy my > services? > add all the classpath stuff and call java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter deploy dd.xml it works ? dovle -- To unsubscribe, e-mail:

Re: Accessing web service from an applet

2002-11-19 Thread Alex Dovlecel
Hi This is all that I know and in fact I never used applets. So if there is someone qualified to explain this better... All I can say is this is related to java architecture. In fact this is the way it should happen. An appled is runned in a sandbox. That means that you are not allowed to do

Re: Storing data across SOAP method invocations

2002-11-11 Thread Alex Dovlecel
> I thought I could use the servlet itself to store data applying to all > requests, but using the HttpSession didn't seem obvious to me. Do you know > a place where to find additional information on this topic? > Is it ok to store e.g. an SQL connection object in the HttpSession, so I > don't ha

Re: Tomcat 4.1.12 and Soap 2.3.1 Exception (HELP)

2002-11-08 Thread Alex Dovlecel
HAS ANYONE SOME IDEA ABOUT WHAT IS GOING ON WITH MY APACHE? I can visit the rpcrouter, but when running the stockquote sample is like this: 1) i can deploy 2) can't call the method from the service (because of the exception you see at the end of the mail) 3) I can undeploy service (running t

Re: axis

2002-11-07 Thread Alex Dovlecel
Hi Do they have a mailing list like this one? Because I might need a lot of help switching to Axis. :o))) But at least works better. I have installed it and worked from the first try!!! Great. dovle > axisI recommend that you upgrade to Axis. It's much easier to use; it > supports WSDL; it s

About tomcat1.4.12

2002-11-07 Thread Alex Dovlecel
It seems there is no xerces.jar file!!! There is one xercesImpl.jar placed in /common/endorsed/ but it is not the same with xerces.jar. And does not contain the standard DOM and SAX interfaces and classes (I think, because when running the client with this, a NoClassDefFoundException for DomXX

Tomcat 4.1.12 and Soap 2.3.1 Exception (HELP)

2002-11-07 Thread Alex Dovlecel
Hi guys, Great helping me last time. Tx. But now I have a big problem. I get the following exception on server side (I will attach the request and response at the end of the mail): SOAP-ENV:Server Exception from service object: Content is not allowed in prolog. /soap/servlet/rpcrouter org.xm

Re: Little problems with installing Apache soap on tomcat 4.1.12

2002-11-06 Thread Alex Dovlecel
THANKS FOR YOUR ANSWER. It really helps me alot to understand how things go. But, you know, for other versions of tomcat (3.X) you should change the tomcat.sh. BEcause there is an old parser that is not compatible and is loaded by default, before xerces. So, starting with new tomcat 4.X, they

Re: Tomcat 4.1.12 and SOAP

2002-11-06 Thread Alex Dovlecel
Interesting thing to happen. If I don't change the catalina.sh it works. At least I get the Sorry, I don't speak via ... blah blah blah I don't know what is really happening. ?!?!?! Do you? Please tell me what xerces version should I use (or what xerces version are you using)... becau

Tomcat 4.1.12 and SOAP

2002-11-06 Thread Alex Dovlecel
Has anyone succeded in using Apache SOAP with Tomcat 4.1.12 ? But not by placing the war file ? Because, doing the same things with the Tomcat 4.0,XXX it works just fine!!! dovle -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: crash of the installer

2002-11-06 Thread Alex Dovlecel
Yes, I am running on kde 2.XXX ? But the gui cannot start. That is an installer for a DBVisualizer. And crashes. Like an idiot. But this message was intended for other mail address. If you are so kind, just answer to the other mail !!! PLS. With setting the apache soap on tomcat 4.1.12. Wha

Re: crash of the installer

2002-11-06 Thread Alex Dovlecel
Sorry, this is the wrong address. Idiot mail client. Damn ... Or idiot user... dunno dovle -- To unsubscribe, e-mail: For additional commands, e-mail:

crash of the installer

2002-11-06 Thread Alex Dovlecel
this is the stack trace. java environment: j2se 1.4.1 Running on debian linux. OUTPUT: Preparing to install... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... Launching installer... Invocation of this Java Appl

Re: (correction)

2002-11-06 Thread Alex Dovlecel
I have not followed your discution because I just got connected to the mailing list, but as far as I can remember, we have some major problems with the fact that SOAP does not support polymorphism. There is a fix, but for this you must change some code (like adding 2 lines) into RPCRouter (I thi

Little problems with installing Apache soap on tomcat 4.1.12

2002-11-06 Thread Alex Dovlecel
Hello to everybody. I could not find this kind of things in the archive so I am just asking you what it could be wrong with my instalation. I can't access my soap. Not even by calling the rpcrouter by browser. It gives me the following exception: (full exception at the end of the message) j

Unsubscribe me

2002-03-13 Thread Stern Alex
Unsubscribe me

SOAP Messaging with Apache SOAP

2002-01-24 Thread Alex Greenland
p/encoding/";> http://www.myurl.org/gateway/"; TimeStampGMT="2002-01-18T10:26:22" Version="1.0"> ALEX 25 The Road

Re: Error in deploying service

2002-01-22 Thread Alex
Already solved the problem after three days of needless search. Just deleted the crimson.jar package from the tomcats lib directory. but just in case, does tomcat needs this package for right functioning ??? TIA, Alex - Original Message - From: "Curvebal" <[EMAIL P

Multithreading and Blocking of Deployed Services

2002-01-14 Thread Alex Rau
Hi there, for a student job we're developing a newsgroup system for mobile devices (Compaq Ipaqs). Currently, we have some trouble with the deployed service class. On desktop computers everything works fine, but the slow ipaqs showed up some strange deadlock problem, which hasn't been detecte

Re: calling .Net service from Java client

2001-12-28 Thread Alex Harvey
> .NET XML Web Services Repertory > http://www.xmlwebservices.cc/ >- > >Alex Harvey wrote: > >>Hi, >> >> >> >>I'm having a problem receiving parameters in my .Net service when >>c

calling .Net service from Java client

2001-12-28 Thread Alex Harvey
Hi,   I'm having a problem receiving parameters in my .Net service when called from Java. My webservice is invoked but the string parameters are all NULL and integer values are 0. I'm sure it has something to do with my encoding, but what? I've included my wsdl. What should my encodingStyleUri be s

RE: NoSuchMethodError

2001-11-29 Thread Alex Kashko
is the current directory on your classpath? --- Rino Srivastava <[EMAIL PROTECTED]> wrote: > I have added all the required jar files in the classpath(soap.jar, > activation.jar, mail.jar and xerces.jar). I have also deployed the service. > What could be missing? > > Thanks. > Rino > > -Or

Re: Soap server cannot locate target object

2001-10-15 Thread Alex Kashko
od problem. --- Aczél_Csilla <[EMAIL PROTECTED]> wrote: > I think this is a classpath problem. The semicolon is missing from your > classpath setting (-cp ...). At the end you should separate the > c:\...\SoapHelloServer and the %CLASSPATH% entries. > > - Original Mes

Can't resolve Target Object Error again

2001-10-12 Thread Alex Kashko
"1.3 Help! I'm getting this error: "Unable to resolve target object.." when I try to invoke a method on my SOAP service. This is a classpath problem. Ensure that your SOAP service class is included in the classpath. For example, if your class is called HelloServer and it is in directory

Soap server cannot locate target object

2001-10-12 Thread Alex Kashko
le jdbc drivers) The client code is import java.net.*; import java.util.*; import org.apache.soap.*; import org.apache.soap.rpc.*; import org.apache.soap.encoding.soapenc.*; public class SoapHelloClient { public static void main(String[] args) { String client="Alex

java.lang.NoSuchMethodError

2001-09-28 Thread Alex Lindgren
ws 2000 5.0 x86; java.vendor=Sun Microsystems Inc.) http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/1999/XMLSchema";> SOAP-ENV:Server.Exception: java.lang.NoSuchMethodError /soap/servlet/rpcrouter Any suggestions/comments would be welcome! Thanks, Alex

ServiceManagerClient error

2001-06-18 Thread Alex Golden F-65 coop
ne could help me out it would be greatly appreciated... Thanks, -Alex (I'm using: soap 2.2, tomcat 3.2.2, xerces 1.4.0, javamail 1.2 and jaf 1.0.1) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Changing hte ClassPath Order in Web sphere Test Environment

2001-06-03 Thread Stern Alex
Do as follows: 1. Add WebSphere test environment feature 2. Remove the IBM XML Parser project 3. Add new project and import the xerces.jar, call it Apache XML (Important to have the name start with letter that comes before IBM, since the classpath is built with projects being added alphabetically

Re: Set up SSL for SOAP Server

2001-05-29 Thread Alex \(陳照東\)
i got the same problem too. u can try jdk1.3 to solve this problem. i am now just works very well. hope helps. IT DEP. Special Team-XML System Engineer Alex 陳照東 Tel:+886-3-422-7151 Ext: 6024 Mobile:+886-0939-011-336 [EMAIL PROTECTED] =Business to Business= - Original