RE: Class Loading in SOAP/Tomcat

2001-06-11 Thread tamir
Hey, After reading the previous letters, I still couldn't understand if there's a good way in which SOAP can find my programs without adding \WEB-INF\classes into the class path. It's important, because adding \WEB-INF\classes to the classpath disables tomcat ability to do auto-reloading of my

SaxParserException

2001-06-11 Thread David Turner
I'm currently running soap2.2 with tomcat 4 beta on a standalone machine (no net connection), and when I run a simple example I get a SaxParserException saying The contents of elements must consist of well-formed character data or markup. Am I getting this message because it can't get to

Xerces parser 1.2.3 strangeness...

2001-06-11 Thread Ryan Alexander
I have a SOAP installation under J-Run. I installed the Xerces parser version 1.2.3 as I understand that's the appropriate one to use. I was testing it with just some XML handling and I noticed something really *weird* It appears that if you put your values in the XML document in between the

Running example SOAP programs

2001-06-11 Thread Erol Akarsu
Hi: I have been working on running ready soap samples with tomcat. No way, I am getting same error messages people in this list were getting : Fault String = Unable to resolve target object: samples.stockquote.StockQuoteService. I have done all of tricks to solve it , but failed. Can you

RE: Xerces parser 1.2.3 strangeness...

2001-06-11 Thread Ryan Alexander
Ok, thanks! If I might put out a further set of questions... If this is the way that the DOM specifies that it should be done, am I safe in useing that structure to code my XML parsing? I other words, is it relatively safe to assume that the next x versions of the XML specs will also use the

How can I tell soap 2.2 to use 2001 schema

2001-06-11 Thread tushar . dave
Title: How can I tell soap 2.2 to use 2001 schema By default the soap 2.2 library is based of XML Schema instance http://www.w3.org/1999/XMLSchema-instance. I need this library to work of the August 2000 Candidate Recommendation. Can I do that. If so how? Tahnks for your help

compatibility with weblogic 6.1 beta

2001-06-11 Thread Ed Keen
Has anyone gotten Apache soap version 2.2 to work with Weblogic 6.1 beta? There seems to be a xerces incompatibility. The weblogic.jar file contains the xerces library. If you put xerces.jar first in the classpath, weblogic won't even start. However, if you put weblogic.jar first in the

Re: What does this fault mean?

2001-06-11 Thread Sanjiva Weerawarana
The troubleshooting table in the docs tells you what this fault means .. Sanjiva. - Original Message - From: Jonathan Kozolchyk [EMAIL PROTECTED] To: list: soap-user@apache [EMAIL PROTECTED] Sent: Monday, June 11, 2001 4:53 PM Subject: What does this fault mean? Can someone please

Re: How to set output parameters in my server code

2001-06-11 Thread Sanjiva Weerawarana
Why not just serialize (marshall) the envelope into the output writer? That'll make it into a string .. if you really want the string as a string, then create a StringWriter and serialize into that. Sanjiva. - Original Message - From: Yong Chen [EMAIL PROTECTED] To: [EMAIL PROTECTED]

RE: Xerces parser 1.2.3 strangeness...

2001-06-11 Thread Ryan Tomayko
... in between the tags (as opposed to an attribute) it considers that text to be a child node of the named tag. This is by design, consult the W3C DOM spec. It actually is considered a child text node of the element (tag). I believe this is something that most parsers (Xerces excluded)