Re: WSDL , Apache Soap question

2002-01-14 Thread greyson . smith
This is what is working for me... http://www.lockerservice.com/Locker"; xmlns="http://www.w3.org/1999/XMLSchema/";> In the declaration of the method: type="tns:Hashtable"

RE: Re: MS Soap Toolkit Question

2001-11-28 Thread greyson . smith
Nice post. Has anyone verified that these tweeks make any difference? I've had interop success without making the changes noted in the google post. Chuck.King@ub

Re: MS Soap Toolkit Question

2001-11-28 Thread greyson . smith
I have been able to use a vb client with Apache SOAP, so I imagine C++ works, as well. I have a demo that someone gave the list one time, drop me a line if you'd like it. It's in VB, but it should help.

RE: Empty Vector Returned

2001-11-28 Thread greyson . smith
Nope, I've discovered the same to be true, but I would like it if classes reloaded "Chris Means"

RE: no signature match

2001-11-12 Thread greyson . smith
Does your class exist in multiple spots on your box, and are both referenced in your cp? "Gus Delgado"

Re: Problems with Upgrade from SOAP 2.1 to 2.2: strange error

2001-10-30 Thread greyson . smith
The last time I had this problem, it was because of a classpath problem with Tomcat. In my case, Xerces wasn't listed as the first class in the classpath. Hope it is that easy for you.

Re: Can I retuen a Vector of objects?

2001-10-01 Thread greyson . smith
I was able to return a hash of beans, which sounds like it's similar to what you're trying to do. The most difficult part for me was defining the wsdl file so that the client knew how to serialize the object. I eventually stumbled upon the ibm wsdl generator, and things went better after that.

Re: error!

2001-08-07 Thread greyson . smith
Check the classpath or your client and server... Yiyan Chen cc:

Re: help can't get services deployed

2001-07-26 Thread greyson . smith
what are the classpaths of your client and server? Rich Catlett <[EMAIL PROTECTED

Re: SOAP for non Java Client

2001-07-16 Thread greyson . smith
Someone sent me a sample of Soap -> VB if you'd like a copy of it, I'd be happy to forward it on. sramasu@sears

RE: Begging for Hash

2001-07-13 Thread greyson . smith
James -- thanks for the reply. I'll just give a brief explanation of what I'm trying to do, and if you have something that comes anywhere near what I'm trying to accomplish, please send it on. I am going to have a server that returns a hierarchy of items; basically a node that can contain other

Begging for Hash

2001-07-12 Thread greyson . smith
Does anyone have an example of returning a Hashtable with soap that they would be willing to direct me to, or perhaps send? I would be most grateful. -- NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individu

RE: repost: Re-entrancy problems using java server and vb client

2001-07-12 Thread greyson . smith
Thanks for the suggestion, but they are normal command buttons. And it looks like everything is normal, I have an hourglass, etc. but it's not. I can click option buttons or delete values from text boxes while the server is being called. I appreciate knowking that it works for you, however, I

repost: Re-entrancy problems using java server and vb client

2001-07-11 Thread greyson . smith
Apologies for the repost, but I am having a difficult time figuring this one out, and I hope that someone can offer a bit of advice. Perhaps the previous questions were too detailed... If possible, is there anyone out there who has a java server that is being accessed by a VB client using the MS

Re-entrancy problems using java server and vb client

2001-07-10 Thread greyson . smith
This may be better posted to a ms group, but I thought I'd try here, first to see if anyone has noticed the same behaviour. I have a relatively simple soap server that I've written in Java. It takes the call, hits a database, and returns a result -- it takes a couple of seconds to execute. The

Re: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-03 Thread greyson . smith
Is mypackage.myClient in the Tomcat classpath? Ralf Bierig cc:

RE: Having problems getting started....

2001-06-29 Thread greyson . smith
What are your client and server classpaths? Eamon Oneill <[EMAIL PROTEC

RE: Having problems getting started....

2001-06-29 Thread greyson . smith
Xerces.jar had to be in the front of the classpath for Tomcat for me. Otherwise, I received various other errors. "Hansen, Richard"

Re: Executing first example in SOAP

2001-06-26 Thread greyson . smith
What is your classpath? Mandar Gandhe

Re: Executing first example in SOAP

2001-06-26 Thread greyson . smith
What is the error that you're getting? Mandar Gandhe