What is a suitable handler level to configure wss4j?

2004-06-15 Thread Asanka Priyanjitih
Hi Team Please some one can tell me, what is a suitable handler level to configure wss4j? Actually I want to knew this configuration information can we put in the any layer depending on the requirement. G J Asanka Priyanjith

What is a suitable handler level to configure wss4j?

2004-06-15 Thread Asanka Priyanjitih
Hi Team Please some one can tell me, what is a suitable handler level to configure wss4j? Actually I want to knew this configuration information can we put in the any layer depending on the requirement. G J Asanka Priyanjith

RE: wsdl2java - got the following exception

2004-06-04 Thread Asanka Priyanjitih
Hi Team I also face same thing, I dont know what a problem is. Please help to us. G J Asanka Priyanjith -Original Message- From: Malinda [mailto:[EMAIL PROTECTED]] Sent: Friday, June 04, 2004 3:44 PM To: [EMAIL PROTECTED] Subject: wsdl2java - got the

Problem in deploying web services client using AdminClient

2004-05-27 Thread Asanka Priyanjitih
Hi All I try to deploy some web service using AdminClinet, but after deploying that I can able to access AdminServlet (http://127.0.0.1:8080/axis/servlet/AxisServlet) It display following error And now... Some Services AXIS error Sorry, something seems to have gone wrong...

Problem in deploying web services client using AdminClient

2004-05-27 Thread Asanka Priyanjitih
Hi All I try to deploy some web service using AdminClinet, but after deploying that I can able to access AdminServlet (http://127.0.0.1:8080/axis/servlet/AxisServlet) It display following error And now... Some Services AXIS error Sorry, something seems to have gone wrong...

problem in Custom Deployment process

2004-05-27 Thread Asanka Priyanjitih
Hi All Please some one help me to do custom deployment using AdminClient Because I try to flow the steps in user guide and do that but its not work. This are steps witch I flow. Step 1: Wrote following java program public class Calc { public int Add(int ia,int ib) {

RE: problem in Custom Deployment process

2004-05-27 Thread Asanka Priyanjitih
under %AXIS_HOME%\WEB-INF\classes folder. Try again and let me know if it works.. Cheers... - Original Message - From: Asanka Priyanjitih To: [EMAIL PROTECTED] Sent: Friday, May 28, 2004 10:07 AM Subject: problem in Custom Deployment

RE: problem in Custom Deployment process

2004-05-27 Thread Asanka Priyanjitih
the class file in the desired location. Cheers... - Original Message - From: Asanka Priyanjitih To: [EMAIL PROTECTED] Sent: Friday, May 28, 2004 10:49 AM Subject: RE: problem in Custom Deployment process Hi Pranav Thanks it is working now. I also

RE: Connection Refused Issues

2004-03-30 Thread Asanka Priyanjitih
Hi I think, it is not a program error. (I also tried to run this one and get same result), this is services is not running now. If y really wants to find a wed service is running, First u tries to access wsdl using web browser. Ex:

SAOP with attachments error And how to write programms

2004-03-18 Thread Asanka Priyanjitih
Hi Axis users I try to deploy and run my SAOP with attachments axis program (Application server is tomcat).But I trying to axis wsdl (http://127.0.0.1:8080/axis/services/urn:EchoAttachmentsService?wsdl )It generates flowing error. AXIS error Sorry, something seems to have gone

How to write Document Style web services

2004-03-16 Thread Asanka Priyanjitih
Hi All Who knows? What is process of writing Document style web services and how we can publish this web services to Tomcat application server. Please send me to how to do that Thanks regards G J A Priaynjith

RE: How to write Document Style web services

2004-03-16 Thread Asanka Priyanjitih
get access the document onc eu have the root element The wsdd - In place of provider=java:RPC change it to provider=java:MSG and style=document And then deply u r webservice using this wsdd!! Rgds senthil -Original Message- From: Asanka Priyanjitih [mailto:[EMAIL PROTECTED] Sent

RE: How to write Document Style web services

2004-03-16 Thread Asanka Priyanjitih
(...) method.: faultActor: faultNode: faultDetail: Also I try to run axis provided attachment samples same error was occur Please some one know why is that explain me Thanks and regards G J A Priyanjith -Original Message- From: Asanka Priyanjitih Sent: Wednesday, March 17

SOAP with Attachment

2004-03-11 Thread Asanka Priyanjitih
Hi All Please Explain to me how to write simple SOAP With Attachments programs using AXIS, And also any know some useful links or has Some tutorials please send it to me. Thanks Regards G J A Priyanjith

RE: problems with jws

2004-03-11 Thread Asanka Priyanjitih
Hi U First Try to Access WSDL using Web browser (Example URL is http://127.0.0.1:8080/axis/Calculator.jws?wsdl ) Then Try to open XMLSPY I did and it works on my computer I am working with Tomcat 4.1.24 XMLSPY Enterprise Edition 2004 Axis 1.1

RE: What is RPC StyleSOAP and Document Style SOAP

2004-02-27 Thread Asanka Priyanjitih
, this links should help you to understand the difference. http://jsl.jcon.org/Meetings2003/mtg071003RPCvsDoc.html http://www-106.ibm.com/developerworks/library/ws-docstyle.html http://tinyurl.com/3bgpb Luciano -Original Message-From: Asanka Priyanjitih [mailto

FW: Return Data As ResultSet

2004-02-25 Thread Asanka Priyanjitih
Thanks for Answer it is working. best regards, G J A Priyanjith -Original Message- From: Kay Chee Cheung [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 10:17 AM To: [EMAIL PROTECTED] Subject: Re: Return Data As ResultSet I had done similar thing with web service. I

Return Data As ResultSet

2004-02-24 Thread Asanka Priyanjitih
Title: Return Data As ResultSet I need to return a ResultSet from a Java server running AXIS a AXIS client. I know that not every object can be serialized and so I would like to ask if is it possible to return it as it is or if it is necessary to transform it in something else before

RE: Problem in deploying Axis 1.1 to Tomcat 5

2004-02-23 Thread Asanka Priyanjitih
-Original Message- From: Kay Chee Cheung [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 10:21 AM To: [EMAIL PROTECTED] Subject: Problem in deploying Axis 1.1 to Tomcat 5 Dear Axis Users, I tried to deploy Axis 1.1 to Tomcat 5 ( provided with Web Service Developer Pack