Re: Apache SOAP broken after changing a jar in WEB-INF/lib to a symboliclink

2003-02-20 Thread Jesus M. Salvo Jr.
Ignore ... stupid me... Jesus M. Salvo Jr. wrote: On iPlanet ( SunOne ) 6.0 WebServer SP4 / Solaris 8, I have Apache-SOAP running fine for the past few months. My SOAP services are deployed in a JAR file that I place in /usr/iplanet/servers/https-myserver/webapps/soap/WEB-INF/lib Just out o

Apache SOAP broken after changing a jar in WEB-INF/lib to a symboliclink

2003-02-20 Thread Jesus M. Salvo Jr.
On iPlanet ( SunOne ) 6.0 WebServer SP4 / Solaris 8, I have Apache-SOAP running fine for the past few months. My SOAP services are deployed in a JAR file that I place in /usr/iplanet/servers/https-myserver/webapps/soap/WEB-INF/lib Just out of curiosity, while Apache SOAP was running but no SOAP

Help, please! No Deserializer found to deserialize

2003-02-20 Thread Gu, Feng
  I got the following error when I send SOAP RPC request to server which running on my local machine.   SOAP-ENV:Client  No Deserializer found to deserialize a 'urn:xml-soap-BMWTeleservice-demo:requestInfo' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.  /soap/serv

RE: Tomcat 4.1.18, JDK 1.4.1, & Soap--the key issue found!

2003-02-20 Thread Tim Cronin
it relates to xerces as well if you run the following you can see what default xml parser your have class Props { static public void main(String args[]) throws Exception { javax.xml.parsers.DocumentBuilderFactory dbf = javax.xml.parsers.DocumentBuilderFactory.newInstance(); System.out.p

RE: Tomcat 4.1.18, JDK 1.4.1, & Soap--the key issue found!

2003-02-20 Thread Tim Cronin
if your running jdk 1.4 you should read this http://xml.apache.org/xalan-j/faq.html#faq-N100C3 -Original Message- From: Donoghue, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 11:19 AM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat 4.1.18, JDK 1.4.1, & Soap--the key issue

Re: Tomcat 4.1.18, JDK 1.4.1, & Soap--Vuko's setup is similar tomine

2003-02-20 Thread Vuko Brigljevic
Hi John, I am glad you found the cause of your problems! J M Craig/Alpha-G wrote: > >Very honestly I don't know what the JK2 connector is or, > >more fundamentally, what is a "connector" in this context. > > > A "connector" is the piece of software that you can optionally use with > Tomcat so th

RE: Tomcat 4.1.18, JDK 1.4.1, & Soap--the key issue found!

2003-02-20 Thread Donoghue, Mark
John, Good catch! I wonder what the default parser for your jdk is. If it's not xerces then I wonder if setting it to xerces would also fix the problem. That way you could stay with the jaxp implementation and not change the default Tomcat install (which requires you to remember you did so ;-).

Re: Tomcat 4.1.18, JDK 1.4.1, & Soap--the key issue found!

2003-02-20 Thread J M Craig/Alpha-G
Hi Folks, Leaving aside all the fluff RE my malformed server.xml Context entry, there is apparently exactly one problem: The full install of Tomcat 4.1.18 includes the following XML Parser JAR: jaxp-parser-impl.jar (found in $CATALINA_HOME/common/endorsed) When I replaced this with the X

Re: SOAP-ENV:Server.BadTargetObjectURI

2003-02-20 Thread Alf Koegel
HI *! > Yesterday I've had the same problem and I've found my problem / > solution: > I've compiled my server class with JDK-1.4, but my soap-server was > running with jdk-1.3. That can't work. ;-) > After compiling my server class with JDK-1.3 everything works. :-) Can you tell me what do you

Re: Tomcat 4.1.18, JDK 1.4.1, & Soap--Vuko's setup is similar tomine

2003-02-20 Thread J M Craig/Alpha-G
Hi Vuko, Thanks for taking the time to provide so much info. Unfortunately, the 4.1.18 install of Tomcat is rather different (perhaps I should down-grade to something known!). If you're using the JK2 connector, it'd be very similar, I'm sure. Are you using the JK2 connector? Very honestly

SOAP-ENV:Server.Exception: Fault String =org/apache/soap/SOAPException

2003-02-20 Thread Deirdre O'Brien
Hi All, I have a customer using one of our soap services and they are getting the following error: Generated fault: Fault Code = SOAP-ENV:Server.Exception: Fault String = org/apache/soap/SOAPException null I have had a look on the internet and on the archive but I couldn't see what would cause

Re: SOAP-ENV:Server.BadTargetObjectURI

2003-02-20 Thread Madhavi Thottempudi
Hi Alf! Thanks for UR reply. Actually your post came in right time when I was about to send another msg saying that the tips from Mohan didn't work for me. Yesterday I've had the same problem and I've found my problem / solution: I've compiled my server class with JDK-1.4, but my soap-server was

Re: SOAP-ENV:Server.BadTargetObjectURI

2003-02-20 Thread Alf Koegel
Hi *! Late, but not to late ( I hope so. )... From: Madhavi Thottempudi <[EMAIL PROTECTED]> Subject: SOAP-ENV:Server.BadTargetObjectURI Date: Mon, 17 Feb 2003 13:13:04 + Hi! I was trying to access SOAP from my client, and I am getting the following error: org.caret.model.soap.clients.Clie

Re: Tomcat 4.1.18, JDK 1.4.1, & Soap--Vuko's setup is similar tomine

2003-02-20 Thread Vuko Brigljevic
Hello John, J M Craig/Alpha-G wrote: > Yes, I think your setup might be similar enough to be useful (although > it must be nearing the end of your day--or past it by now). OK, so I'll try to tell you what I know. Sorry for the delay, I was gone during part of the day yesterday... > If you're usi