RE: "Fault String = org.w3c.dom.Node: method getNamespaceURI() java/lang/String; not found"

2001-07-02 Thread Kartheek Hirode
In other words, Xerces.jar should be the first entry in the CLASSPATH. --K (Note: Avoid xerces 1.3.1) -Original Message- From: Panchumarthy, Mallikarjuna rao (CTS) [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 12:23 AM To: [EMAIL PROTECTED] Subject: "Fault String = org.w3c.dom.No

dotnet and complex class

2001-07-02 Thread Peter . Iderup
I have installed .Net beta 2 and trying to send complex class. string, int works fine but when serializing a complex class it does't work. Is there anyone that have an example of a client proxy that serialize and deserialize complex classes ? Vänliga hälsningar Peter Iderup PALETT HRM AB Kattsun

SOAPAction uses

2001-07-02 Thread Susheel Chauhan
Hello all, I am new to SOAP . So i would like to know the exact use of SOAPAction . Like when to use this SOAPAction in SOAP Message.   Thanx in advance, Chauhan Susheel

Regarding Serialization of Type org.w3c.dom.Document

2001-07-02 Thread Sajit Kumar (RBIN/DCA-IAG)
Hi All, I found out that there are no serializers written to serialize org.w3c.dom.Document it is only written for the type org.w3c.dom.Element. If i wish to send the Document handle of a XML document from server to client how do i do it? Secondly i had written a method where it takes a S

proxy problem in SOAP

2001-07-02 Thread Mohammad Nauman
Warm greetings Everybody...i had come across a problem when working out an example from a tutorial "Registering and publishing your Web service" by Mr. Graham Glass..I am working behind the firewall so to authenticate the proxy server i have added these lines in the given code SOAPHTTPConnection

Re: Unsubsribe

2001-07-02 Thread Ravindra Reddy
Please unsubscribe

Re: proxy problem in SOAP

2001-07-02 Thread Scott Nichol
Use the setProxyUserName and setProxyPassword methods of SOAPHTTPConnection instead. Scott - Original Message - From: "Mohammad Nauman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 5:32 AM Subject: proxy problem in SOAP > Warm greetings Everybody...i had come

RE: ServiceManagerClient Problem

2001-07-02 Thread Chris Francis
It doesn't sound like an XML parser problem. I think that, as you suggested there is a problem with a non-xml message being picked up. A problem with the service code and an exception not being handled instead of a standard soap response or soap error would cause this. I would try to debug the

Re: Unsubsribe

2001-07-02 Thread PDULCE
why? - Mensaje Original - De: "Ravindra Reddy" <[EMAIL PROTECTED]> Fecha: Lunes, Julio 2, 2001 1:51 pm Asunto: Re: Unsubsribe > Please unsubscribe > > > > ___ Consigue tu e-mail gratuito TERRA.ES Haz clic en http://w

Unsubsribe

2001-07-02 Thread ANNAREDDY,REDDY (HP-Cupertino,ex1)
Please unsubscribe

Unsubsribe

2001-07-02 Thread Bo-Myung Kim
Please unsubscribe

Unsubsribe

2001-07-02 Thread Ray Weng
Please unsubsribe

defaultRegistryClass

2001-07-02 Thread MONCORGE Franck
I tried to use the defaultRegistryClass in the deployment descriptor. This works fine for me on the customer side, but on the server side it doesn't work (Generated fault: Fault Code = SOAP-ENV:Client Fault String = No Deserializer found to deserialize a 'urn:xml-soap-MonAdd-demo:param1' us

Unsubsribe

2001-07-02 Thread Amit Kumar
Please unsubscribe me __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

How to deserialize a org.w3c.dom.Element

2001-07-02 Thread Sajit Kumar (RBIN/DCA-IAG)
Hi All, I am trying to pass org.w3c.dom.Element as an argument in a method invocation. The element is parsed properly from the client side but the server gives me a exception saying i only know to serialize org.w3c.dom.Element. Can anybody tell me what is deserializer that