Problems getting it running - NoClassDefFoundError

2002-04-04 Thread Larry Gold
I searched through the archives and the error I am getting is not listed - I am getting the std NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange i have the xerces.jar, mail.jar, activation.jar in my path. I am using tomcat 3.2.4, and soap 2.2 on NT 2k (ok dont kill me on this please) Any

Re: null handling in apache soap2.2

2002-04-04 Thread Brian BBA41 Bannister
This looks like a null object to me, with xsi:null='1': Wouldn't an empty Person object look like "John Mani"

Re: null handling in apache soap2.2

2002-04-04 Thread hughes_shawn
John, I ran into the same problem. In my case, there was a conflict in the webcontainer.jar file from IBM. I don't know what the conflict was, but moving the Apache SOAP jar file above webcontainer.jar in my runtime classpath solved the problem. It sounds like you have a similar conflict

null handling in apache soap2.2

2002-04-04 Thread John Mani
Hi I'm implementing an apache SOAP client that interacts with a WebLogic 6.1 sp2 based SOAP server application. The server has a method that's supposed to return a null object. For example, Person getPerson(String id) and if this 'id' is bogus, this method returns a null object. Note that th

Re: URL and port

2002-04-04 Thread Virender Sandhu
I encountered the same problem yesterday. I am using weblogic 6.1 with apache SOAP. The problem I found was that rpcrouter could not find webservice class due to some classpath problems. I fixed the classpath, it worked. Virender Sandhu - Original Message - From: "Lenhart Stefan" <[EMAIL

Re: URL and port

2002-04-04 Thread Lenhart Stefan
I'm using Tomcat as a servlet engine. I'm not certain about the version, it is the distribution that comes with JWSDP, but it must be 4.something, as it includes catalina. The error occurs on this line: myCall.invoke("http://localhost:8080/soap/servlet/rpcrouter";, ""); The Call object is configu

RE: URL and port

2002-04-04 Thread Roumeliotis, Pete
Need more info. Where do you see this error? What servlet engine are you running? Maybe post some of your source, etc Pete R. -Original Message- From: Lenhart Stefan [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 9:25 AM To: [EMAIL PROTECTED] Subject: Re: URL and port

RE: Protect RPCRouter

2002-04-04 Thread Ruben_Inoto
You can try making DeployedServices.ds read-only (just an idea) Ruben "Jeremy Levy"

RE: Protect RPCRouter

2002-04-04 Thread Jeremy Levy
But that will no stop me from running java org.apache.soap.server.ServiceManagerClient http://www.foobar.com:80/soap/servlet/rpcrouter deploy DeploymentDescriptor.xml Or undeploing that way... Jeremy -Original Message- From: David B. Bitton [mailto:[EMAIL PROTECTED]] Sent: Wednesday

Re: URL and port

2002-04-04 Thread Lenhart Stefan
Thanks a lot Pete, that did the job. Anyway, I meanwhile encountered a new problem: myCall.invoke(url, "") produces a ServletException: Error building response envelope Now what could be the reason for this? > -Ursprüngliche Nachricht- > Von: Roumeliotis, Pete [SMTP:[EMAIL PROTECTED]

Re: I need a genius: error 500

2002-04-04 Thread Virender Sandhu
Hi Aurore: This problem is probably due to wrong xml parser, make sure that xerces.jar is the first entry in the classpath. http://localhost:8080/servlet/rpcrouter to see if your servlet is working properly. If it doesn't, first make it work Virender Sandhu Senior Engineer m-trilogix Inc. -

Data Compression

2002-04-04 Thread Mohssin Assaban
Hi All, I have some performance problems because of the big size of data that is being transferred over HTTP I was thinking about this problem and I tough my can be this a solution Compressing the SOAP request from the client before sending it to the server, the server must first decompress the

RE: URL and port

2002-04-04 Thread Roumeliotis, Pete
Stefan, Try this: Using your web browser, go to the main SOAP index page, probably something like http://localhost:8080/soap/index.html. Click on the "Visit" link. You should see something like "SOAP RPC Router...Sorry. I don't speak via HTTP GET", etc... The proper SOAP service URL

Re: Client Parsing Exception

2002-04-04 Thread Matt MacDonald
I found this the other day sorry for not getting back earlier. So like almost every other Java based problem it was a classpath issue. Another developer was working on the same machine and stuck an Oracle parser implementation in the /lib/ext directory that I wasn't aware of. I Removed the pars

RE: I need a genius: error 500

2002-04-04 Thread Moran, Neal
Aurore, I think I have seen this error myself. In my case the problem was an old version of servlet.jar. This tool may help you find where it is being picked up. http://www.javaworld.com/javaworld/javatips/jw-javatip105.html -Original Message- From: Aurore Michiels [mailto:[EMAIL PROTE

AW: I need a genius: error 500

2002-04-04 Thread Beer, Christian
On which server do you try to run soap? Is it tomcat 3.x? Try the following: In /lib there is "jaxp.jar" and "parser.jar". Move them to, for ex., /lib_bak Copy a "xerces.jar" of version 1.3.1 to /lib ready. > -Ursprüngliche Nachricht- > Von: Aurore Michiels [mailto:[EMAIL PROTEC