Re: NoSuchMethodError

2001-11-29 Thread P Sreenivasa Rao
I tried and no rpoblem.check ur classpath - Original Message - From: "Rino Srivastava" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 8:11 AM Subject: NoSuchMethodError > Hi there: > > I am trying to run your HelloServer.java and Client.java programs using

Re: How does Apache soap handles overloaded methods ?

2001-11-29 Thread P Sreenivasa Rao
hi chiran, which SOAP version , u mean.In Weblogic 6.1 documentation,it's saying that due to SOAP specification problems, Weblogic6.1 is not supporting overloaded functions. Apapche supports overloaded methods,is that problem with SOAP spec or weblogic? It may be somewhat deviation ... TIA, Sree

How to know the method parameters in Apache SOAP implementation.

2001-11-29 Thread P Sreenivasa Rao
Hi all, It may be a basic one,but still I need some clarification.   In apache SOAP, I'll deploy one service and if some user wants to use my service .so where that user can find my service info. In our Apache ,while deploying ,no where we are mentioning the parameters , their type and other

Re: Abstarct method error

2001-11-29 Thread P Sreenivasa Rao
Hi Csilla, Thank you for immediate reply.I'll get back to you. Have a nice time,   regards, Sreenivas - Original Message - From: Aczel Csilla To: [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 2:52 AM Subject: Re: Abstarct method error Once I had a simil

Abstarct method error

2001-11-29 Thread P Sreenivasa Rao
Hi all,   I'm getting the following error.   Exception in thread "main" java.lang.AbstractMethodError    at org.apache.soap.util.xml.DOM2Writer.print(DOM2Writer.java:139)    at org.apache.soap.util.xml.DOM2Writer.serializeAsXML(DOM2Writer.java:98)    at org.apache.soap.Utils.ma

Re: Validation of the response

2001-11-28 Thread P Sreenivasa Rao
You van xerces api to validate against a schema. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 7:48 AM Subject: Validation of the response > Hi > > Does anybody know how to validate the

Which EncodingStyle to which type

2001-11-28 Thread P Sreenivasa Rao
Hi all, I'm now using Apache Soap toolkit and I'm using Tomcat 3.2.2. Here my requirement is to send the com.sun.xml.tree.XmlDocument as the parameter in both request and response. Simply I'll send the XmlDocument object in request and get XmlDocument object in response.   But the SoapEncodi

Re: Authenticating SOAP Messages

2001-11-28 Thread P Sreenivasa Rao
ation Area > > > And, of course you have to define the user, password and role somewhere - > this depends on the container. In tomcat using the default realm you put > this into the tomcat-users.xml. In Weblogic (using the default weblogic > realm) you put this in the weblog

Authenticating SOAP Messages

2001-11-27 Thread P Sreenivasa Rao
Hi all,   In our application, we are able to send the SOAP requests and responses. But how can I authorise those requests.In our normal scenario, we authenticate the user with pin/password and then he'll access the authorised functions.But in this SOAP scenario,whatever request comes, withou

EncodingStyle in apache SOAP

2001-10-28 Thread P Sreenivasa Rao
Hi all, I'm novice to this SOAP .Now I'm doing WebServices using Apachae Soap2.2 I've got some doubt on encoding style. Is there any document available on the encoding style to the data type like NS_URI_LITERAL_XML : for Elememt data type in apache.So how can i know which encoding style is

problem running examplessoap2.2 on Tomcat3.2.2

2001-10-22 Thread P Sreenivasa Rao
Hi all, While using apache soap2.2 on Tomcat3.2.2,I'm gettig this error. I'm able to deploy the same through the GUI ,but I'm not able to run the = client. The following is the error , when I tried to deploy through the command = line.Can anyone help me.Is it problem with classpath or someth

Doubt on Web Services -SOAP

2001-10-15 Thread P Sreenivasa Rao
Hi all, In our application,we are using XML messages as requests and responses and now we want to implement the communication between some components with Web Sevices. I want to know whether I've to send the whole XML request in the SOAP request and same in the case of XML response also.