I solved my problem.
I missed putting xerces.jar into WebSphere\AppServer\bin\admin.config.
Michael
Steve D George wrote:
Hi Michael, I've seen errors similar to this when using websphere in the
past but not specifically when using SOAP. They have usually been down to
the fact that a non compat
-Ursprüngliche Nachricht-
Von: Malte Kempff [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 19. Dezember 2003 12:17
An: [EMAIL PROTECTED]
Betreff: SOAP TO SSL (what is to change)
Hi
I am very new to the theme SSL. Right now an existing Application using SOAP
2.3.1 by RPCs on an TOMCAT-Serv
In your example, "subscribe" is the method being called. Because its element has
exactly one child element, there is exactly one parameter to the method, something
called "comHdr", which is an XML complexType. You would model this in your Java code
as a class.
public class _ComHdr {
publi
I'm running a loop on acomputer that repeatedly calls a Client program
which, in turn, accesses a remote service over and over again. And it
works fine for about the first 10-20 iterations. Then I get "Exception
from service object: null" over and over. If I restart the remote soap
service, it star
Do you have a stack trace for the "Exception from service object: null"? Needless to
say, that would be a big help.
My next question would be, might you be running out of some resource on Tomcat? For
example, have you configured a small number of sessions? Are you re-using
SOAPHTTPConnection
There is a doc for Tomcat 3 at
http://ws.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html. I am not sure how
relevant this will be for you.
Scott Nichol
Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
- Original