It was a classpath error when it happened to me. I had a dot where there
should have been an underscore in the path to the xerces jar.
Ralph
> -Original Message-
> From: Alex Lindgren [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 28, 2001 10:56 AM
> To: [EMAIL PROTECTED]
> Subjec
This is the classic error. It means that you have two classes in your
classpath that are the same except that one has some methods that the other
doesn't. You call the method, but it finds the class that doesn't have the
method first. You need to put xerces.jar first in your classpath.
-
At 04:09 PM 9/28/01, Søren Neigaard wrote:
>What are the differeces between the different scopes?
I don't understand Session scope, but the difference between
Request and Application scope is pretty simple: Request scope
means each thread in the router servlet has its own copy of
the service cla
I can't speak to IIS, but Tomcat (like any implementation of the
JSDK spec) is multithreaded and will spawn a new thread in the
SOAP rpcrouter servlet to handle each web service request. If your
service is deployed with application scope then just one instance
of the service class will be loaded
1) Do the samples work?
2) Have you looked in the FAQs? They cover this pretty well.
3) This us normally a class path issues. I might also be a xml parser
problem. Some version of Xerces dont work right.
Rick Hansen
> -Original Message-
> From: Alex Lindgren [mailto:[EMAIL PROTECTED]]
>
I am getting kind of frustrated trying to get this to work so I thought I'd
turn to the list for help. The solution to my problem is probably simple,
but I don't see it. Here's my problem:
Every time I make a soap request, it returns with the a fault string of
"java.lang.NoSuchMethodError".
I'm
Hi,
My application works fine until one of the server side methods throws an
exception. The exception is handled by a subtype of DOMFaultListener which
adds an element to the fault detailEntries containing an exception code and
string. So far so good. However, any calls made after this result in
Today the Open ebXML project have released version 0.40 of the open
source XSLT Tools. This version adds full support of all Worksheets
forms (BPWS) as defined by ebXML Business Process Analysis Worksheets &
Guidelines v 1.0.
The BPWS are aimed at non-technical users and modelers working in
earli
Ok - thx
How would a request on the following service look like in xml?
Service ID: Hello
Method: sayHelloTo
Parm: Neigaard
-Oprindelig meddelelse-
Fra: William Brogden [mailto:[EMAIL PROTECTED]]
Sendt: 28. september 2001 04:36
Til: [EMAIL PROTECTED]
Emne: Re: How to make a RPC manually
WASP Advanced (http://www.idoox.com/products/wasp_advanced/index.html ) does
SOAP over JMS (tested on BEA WebLogic 6.0 and Sun's J2EE).
Sincerely
Radovan
Radovan Janecek
VP, Engineering, Idoox, Inc.
http://www.idoox.com
- Original Message -
From: "Ragu Sivaraman" <[EMAIL PROTECTED]>
To
What are the differeces between the different scopes?
I have scope set to Application, could that be the reson for this error:
Fault Code = SOAP-ENV:Server
Fault String = Exception from service object: SQL=[null]: Unable to create
query: Java.lang.NullPointerException
It dosn't occur the firs
Another fact you should keep in mind is that if you pass an XML Element it gets DOM
parsed (if you use Apache SOAP) depending on the length of your Element this migthtake
a while.
Andreas Ullmann
> I'm curious what advantages (or disadvantages) exist for using "literal XML"
> when passing as a
Søren Neigaard wrote:
>
> How do I make a RPC manually on my HTTP server? I want to see the XML
> response.
>
> Med venlig hilsen/Best regards
> Søren Neigaard
I wrote a utility that can monitor the request and response
or send arbitrary text and see the response. DL UtilSnoop at
http://www.
Hi,
Something cross my mind..when I was using this tool:
>Usage: java org.apache.soap.server.ServiceManagerClient [-auth
username:password] url operation arguments
>where
>username and password is the HTTP Basic authentication info
>url is the Apache SOAP router's URL whose s
Hi
I want to ask something about the servers ( IIS for MS-Soap, Tomcat for
Apache-Soap), which host the Soap services
Are these servers (IIS and Tomcat) multithreaded, i.e. for each request, a
new thread is spawned which handles that particular request.
If yes, then any thread safe service, whi
How do I make a RPC manually on my HTTP server? I want to see the XML
response.
Med venlig hilsen/Best regards
Søren Neigaard
---
Mobilethink A/S
Arosgaarden
Åboulevarden 23, 5.sal
DK - 8000 Århus C
Telefon: +45 86207800
Direct: +45 86207810
Fax: +45 86207801
16 matches
Mail list logo