RE: cannot get past install problems

2001-06-01 Thread D Johnson
James, Most install issues are environmental, (having been where you are, I know that's the LAST thing you probably want to hear!).. However, that being said, I've resolved almost EVERY issue I've ever had using javap, to verify existance of classes and methods and JWhich to see WHICH

WSDL

2001-06-01 Thread Daniel Kruler
Using Apache SOAP I don't use WSDL, just Deployment Descriptor. As I understand, I do need to have WSDL in order to use MS SOAP client for my Apache SOAP Server. My server has arrays, vectors, and hashtables as parameters and return types. How do I specify those in WSDL so MS SOAP will understan

RE: Similar install problems -

2001-06-01 Thread Matthew J. Duftler
Hi Ed, Can you run the TcpTunnelGui (as described in the documentation) and see what's actually getting sent back. Thanks, -Matt > -Original Message- > From: Tolsch, Ed [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 01, 2001 5:01 PM > To: '[EMAIL PROTECTED]' > Subject: Similar install

Similar install problems -

2001-06-01 Thread Tolsch, Ed
I'm running soap 2.1, under IBM websphere 3.5. I'm getting a similar problem. I can run the http://localhost:port/soap/server/rpcrouter and I get a reply message but when I run the ServiceManagerClient I get the following error. Any thoughts would be greatly appreciated. Thanks in advance. My

Réf. : BadTargetObjectURI - very frustrating. Help!

2001-06-01 Thread manuel . paitreault
I get a SOAP-ENV:Server.BadTargetObjectURI error "Unable to resolve target object: MySOAPTest" I guess this error is related to a class path problem. But I have included the folder containing this class in Tomcat's class path. The class does not belong to any package. So if I have the MySOAPT

RE: cannot get past install problems

2001-06-01 Thread James Cooper
Yes, activation.jar in the correct path is shown clearly. I checked that point several times, thanks. James W. Cooper Advanced Information Retrieval and Analysis IBM T J Watson Research Center [EMAIL PROTECTED] http://flahdo.watson.ibm.com/ http://www.research.ibm.com/people/j/jwcnmr/

RE: cannot get past install problems

2001-06-01 Thread Matthew J. Duftler
After you start Tomcat, it shows you the classpath it is using. Is activation.jar listed in the classpath it says it is using in that shell? > -Original Message- > From: James Cooper [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 01, 2001 1:57 PM > To: [EMAIL PROTECTED] > Subject: RE: ca

RE: cannot get past install problems

2001-06-01 Thread James Cooper
Yes, I do get the error Exception in Thread main" NoSuchMethodError and if I do javap javax.activation.MimeTypeParseException, I get the protoypes for the class. James W. Cooper Advanced Information Retrieval and Analysis IBM T J Watson Research Center [EMAIL PROTECTED] http://flahdo.watson.ibm.c

RE: BadTargetObjectURI - very frustrating. Help !

2001-06-01 Thread Das, Kuntal
Is MySOAPTest.class ur client file, from where u r calling the SOAP Server ? If yes then I'd suggest u include the classpath of the Server also in the tomcat classpath, in fact that is what u should be having in tomcat's classpath. For instance if ur SOAP Service is say, AddressBook.class, and it

PROBLEM :: PROXY QUESTION??

2001-06-01 Thread venkat reddy
Hi All, I've put up this question once before but could not get an answer. The subject for my earlier mails are as follows :: "Proxy request routing" and "PROXY between the CLIENT and the SERVER". Please take a look for an understanding of the scenario more in detail. I once again present

RE: cannot get past install problems

2001-06-01 Thread Matthew J. Duftler
Hi James, Just before you start Tomcat, if you enter "java javax.activation.MimeTypeParseException" in the command-shell you intend to run Tomcat from, what does it say? It should say something like: "Exception in thread "main" java.lang.NoSuchMethodError: main" Thanks, -Matt > -Original Me

Re: cannot get past install problems

2001-06-01 Thread James Cooper
The file is activation.jar of 5/21/99 and it does contain javax/activation/MimeTypeParseException.class and, yes I meant running the admin JSP pages James W. Cooper Advanced Information Retrieval and Analysis IBM T J Watson Research Center [EMAIL PROTECTED] http://flahdo.watson.ibm.com/ http://

Re: cannot get past install problems

2001-06-01 Thread William A. Nagy
Hi James, Do me a favor and make sure that there is actually a MimeTypeParseException class in your activation.jar (i.e. jar -tf activation.jar). I generally use the j2ee.jar from Sun's J2EE reference implementation, just because it has the activation, mail, and ejb stuff in one convenient packa

cannot get past install problems

2001-06-01 Thread James Cooper
Using: Windows 2000 Tomcat 3.2.1 xerces 1.4.0 soap 2.2 Put soap.war in tomcat\webapps put mail.jar and activation.jar in soap\lib set classpath to c:\xerces\xerces.jar;c:\soap\lib\soap.jar;c:\soap\lib\mail.jar;c: \soap\lib\activation.jar;c:\tomcat\lib\servlet.jar;.;D: \sqllib\java\db2java.zip;D:\

Re: How to pass XML String as a Parameter

2001-06-01 Thread Pae Choi
Take a look at the DataInputStream.readUTF() and DataOutputStream.writeUTF() Pae >Hi, > >if I use the ordinary String class, will there be a problem if I want to >transport Unicode Data? >Scenario: The SOAP Protocol must be UTF-8 and the XML-Data transported >by SOAP must be also UTF-8 (Unicod

Re: How to pass XML String as a Parameter

2001-06-01 Thread Hartmut Bernecker
Hi, if I use the ordinary String class, will there be a problem if I want to transport Unicode Data? Scenario: The SOAP Protocol must be UTF-8 and the XML-Data transported by SOAP must be also UTF-8 (Unicode). Rajagopala, have you done so and would share your experience? TIA hab ***

Powertier EJB

2001-06-01 Thread Richard Hendershot
Hello       Would anyone be able to help getting SOAP to work with Powertier 6.5x EJB server?   TIA! -rsh

BadTargetObjectURI - very frustrating. Help !

2001-06-01 Thread Rahul Kirthivasan
Hi there , I've been battling all morning with this problem and I still don't have a solution. I am half dead trying to find the cause of this problem. I get a SOAP-ENV:Server.BadTargetObjectURI error "Unable to resolve target object: MySOAPTest" I guess this error is related to a class path p

Bean Serializer and MS Soap toolkit.

2001-06-01 Thread Abbott, James STASCO-OTO/72
Title: Hello,   Just a couple of questions.   Has anyone been able to get the beanserialiser working with the microsoft soap toolkit 2.0? What form is the serialised bean returned in? Aggh...   Regards James.