validation problems with SOAP2.1 and Xerces1.4.0

2001-05-28 Thread Paul Lanceman
We had some 2.1 based SOAP code that was working fine with Xerces 1.3.0, but stopped working when we switched to Xerces 1.4. I captured a SOAP request message and tried to validate it using a simple framework (xfront) that invoked SAX2Count with schema validation turned on, and validation fai

Re: messagerouter cannot work

2001-05-28 Thread Michael Sheng
Hi, Amar I have solved the problem, thanks a lot. Michael. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Namespace problem

2001-05-28 Thread Peter Foley
Microsoft .NET allows me to generate 1 This can be created and parsed by MSXML 3 and I can retrieve the id node by node = selectSingleNode("//soap:Envelope/soap:Body/Connect/request/id"); However XERCES and the Oracle XML Parser return null for the same XPATH statement. If I generate

Re: messagerouter cannot work

2001-05-28 Thread Amarnath S
hi Michael, I am also a SOAP newbie but then i have been trying to run a prototype for the past one week and i was finally successful. I dunno about weblogic as i dint try with it. I too had similar problems. Finally i resorted to installing the latest version of the SOAP jar that is Soap 2.2 rel

call failed

2001-05-28 Thread Rajshree
Hi   I am getting following error when trying to execute the stockquote example does anyone know the reason   Ouch, the call failed:  Fault Code   = SOAP-ENV:Client  Fault String = Unable to resolve namespace URI for 'xsd'   Regards Rajshree

need some guidance

2001-05-28 Thread Amarnath S
Hi all, I have tried publishing a Soap service and have tried to call using a java client and it is working. I would now like to try out calling an EJB method using SOAP. Can anyone give me the steps as to how to go about doing this. or can you give me some web site links where i can get this info

RE: Bug in RPCRouterServlet doGet() in SOAP 2.2 rc3

2001-05-28 Thread Matthew J. Duftler
Hi Jim, Ok, I made the swap in both *Router servlets. Please check to make sure they work ok for you now. Thanks, -Matt > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Hazen > Sent: Sunday, May 27, 2001 3:30 AM > To: [EMAIL PROTECTED] > Subjec

showing my newbie-ness

2001-05-28 Thread Ron Pfeifle
I'm trying to get a simple example using EJB Deployment Descriptor working. The platform is the jboss2.2.1 / tomcat3.2.1 combo that can be found at www.jboss.org, and the SOAP 2.2 war file. I'm finding that I keep coming up against java.lang.ClassNotFoundException's I've bundled together an ea

Web Services Journal

2001-05-28 Thread Mark A. Richman
Friends,   I must gloat: http://www.sys-con.com/webservices/currentcover.html   Guess who'll be on Page 34 ;)   Regards, Mark    

Getting XML out of a Body

2001-05-28 Thread Keith Willard
I wish to get the DOM (or rather a node at the level of the body) itself rather than a MimeBodyPart. Is there a way to get at the DOM that the Envelope has already created? -Keith >The Envelope contains the already parsed XML in a DOM object structure. >However, you can always extract the data

Re: SSL error

2001-05-28 Thread Saint-Martin Cecile
I have already made it. Cecile Saint-Martin [EMAIL PROTECTED] - Original Message - From: "Yuhichi Nakamura" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 5:02 PM Subject: Re: SSL error > > The client keystore does not seem to have the server cert. > You need

Re: SSL error

2001-05-28 Thread Yuhichi Nakamura
The client keystore does not seem to have the server cert. You need to export server cert from server keystore, and import it to the client keystore. Yuhichi Nakamura IBM Tokyo Research Laboratory Tel: +81-462-73-4668 From: "Saint-Martin Cecile" <[EMAIL PROTECTED]> on 2001/05/28 22:08 Please

NotSerializableException in WLS 6.0

2001-05-28 Thread Magnus Petersson
Hi I have run into a problem running Apache SOAP 2.1 in WLS 6.0. Everytime i try to deploy a service I get a NotSerializableException in the webcontainer. This happens when SOAP tries to store the ServiceManager object in application scope, (In WLS 6.0 everything stored in application scope has

SSL error

2001-05-28 Thread Saint-Martin Cecile
I followed the instruction at http://xml.apache.org/websrc/cvsweb.cgi/~checkout~/xml-soap/java/docs/install/FAQ_Tomcat_SOAP_SSL.html to use SSL over SOAP... and I have this error when invoking service : java.lang.reflect.InvocationTargetException: javax.net.ssl.SSLHandshakeException: unknown C

messagerouter cannot work

2001-05-28 Thread Michael Sheng
Hi, I just installed soap2.2 on WebLogic 5.1, when I check the correctness of server installation, http://localhost:7001/soap/servlet/rpcrouter OK, the message occurs just like the document says. however, http://localhost:7001/soap/servlet/messagerouter not correct, the information occurs:

from Michael: messagerouter cannot work

2001-05-28 Thread Michael Sheng
Hi, I just installed soap2.2 on WebLogic 5.1, when I check the correctness of server installation, http://localhost:7001/soap/servlet/rpcrouter OK, the message occurs just like the document says. however, http://localhost:7001/soap/servlet/messagerouter not correct, the information occurs:

Re: Fault details

2001-05-28 Thread Sanjiva Weerawarana
The stacktrace is generated by the DOMFaultListener which is the default fault listener used by Apache SOAP. You can write your own fault listener and thereby get total control over what gets written out. Sanjiva. - Original Message - From: "Ivo Silva" <[EMAIL PROTECTED]> To: <[EMAIL PRO

Fault details

2001-05-28 Thread Ivo Silva
Hi: I want to get rid of the stacktrace soap is including in the fault detail whenever i throw an exception (I don't want clients to get all that junk). So i got a couple of questions someone might be able to help me: 1. What method should I redefine to send something else other than the sta

Re: SOAP without RPC

2001-05-28 Thread Travis Song
Hi all. The message below is a sent message with one attachment in the sample.mime example. This example uses call to invoke remote method. Of course it is "SOAP with RPC", strictly speaking. Is there any way that we can add elements in the SOAP Evelope so that we can generate a message such

Re: is SOAP wire level protocol!

2001-05-28 Thread Amarnath S
Hi Gaurav A Wire level protocol is a protocol for Cross machine component interaction. DCOM, RMI and CORBA are popular wire level protocols. SOAP is a new technology which brings about cross machine, cross language and cross platform interoperability. You can learn more about this from http://www.

Re: Réf. : Newbie

2001-05-28 Thread Sanjiva Weerawarana
Please download the latest v2.2 RC 3 and you'll see a samples directory. Sanjiva. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 2:47 AM Subject: Réf. : Newbie > > > > > > Where are the demos that everyone is talking about? > > > > it'