Returning a XML from webservice method call

2003-03-31 Thread dumdum 420
Hi All, I developed a webservice which returns a java.lang.String. In the real sense the method makes a XML document and on the object I invoke a .toString() and send it as a String which denotes I really think this not required and I can straight away send the XML Document and make the retur

Accessing ServletContext

2003-03-27 Thread dumdum 420
How do I access ServletContext in my axis 0

Accessing ServletContext in the webservices method

2003-03-27 Thread dumdum 420
I have cached some data in my ServletContext. Now I have made a webservice which need to access that data which is in the ServletContext. I am using AXIS api for my webservices and do no know how can I explore these capabilites. I mean it this possible: public void m1(ServletContext appl

Re: Warning for WSAD users with WAS 4.0 and trying to use auto wsdl generationfrom a URL get

2003-03-19 Thread dumdum 420
Thanx a ton this really would help since I was migrating to WSAD (Version 5) Bhanu Pabreja From: "Gurkan, Ozzie (MAN-Corporate)" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: Warning for WSAD users with WAS 4.0 and trying to use auto ws

RE: Apache SOAP vs AXIS

2003-01-22 Thread dumdum 420
hough). Microsoft has always supported document/literal by default. If you want to interoperate with MS SOAP Toolkit or .NET, you need to use doc/literal. Anne > -Original Message- > From: dumdum 420 [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 11:01 AM > T

RE: AXIS interoperatability

2003-01-21 Thread dumdum 420
lt;[EMAIL PROTECTED]> Subject: RE: AXIS interoperatability Date: Tue, 21 Jan 2003 12:42:15 -0500 http://www.apache.org/~rubys/ApacheClientInterop.html -Original Message- From: dumdum 420 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 11:59 AM To: [EMAIL PROTECTED] Subject: AXIS

AXIS interoperatability

2003-01-21 Thread dumdum 420
Can anyone throw me a picture on the interoperatibility of the Webservices using the AXIS toolkit. dumdum _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

RE: Apache SOAP vs AXIS

2003-01-21 Thread dumdum 420
x27;s not flexible and modular. Axis provides a specific type of handler that makes it really easy for you to create and process SOAP Headers. Apache SOAP does not. Anne > -Original Message- > From: dumdum 420 [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 11:16 AM &g

RE: Apache SOAP vs AXIS

2003-01-17 Thread dumdum 420
teroperability issues very interoperable extensiblity issues very extensible low level API for headers easy handler support for headers In other words, don't even consider using SOAP. Anne > -----Original Message- > From: dumdum 420 [mailto:[EMAIL PROTECTED]] >

Apache SOAP vs AXIS

2003-01-16 Thread dumdum 420
We are in the process of putting out infrastructure on the webservice front. I need to prepare a report (a little high level )about what are the difference between the two most common systems used to access the SOAP. The Apache SOAP and the AXIS. Can anyone help me with this research and compil

U - Problem with servlet engine config file: /WEB-INF/server-config.wsdd

2002-11-25 Thread dumdum 420
When ever I try to access the deployed WSDL files and click on the VIEW link on the axix home page this is what comes on my server console. I was wondering what it is. Any pointers are greatly appreciated BP _ MSN 8 with e-mail

Re: Error running Calculator.jws

2002-11-24 Thread dumdum 420
Thanx for qucik response I will reiterate the problem. I have installed the AXIS version 1.0 and ran the HappyAxisClient successfully. Just had an optional .jar file missing for XML security. Now I have put the Calcuator.java as Calculator.jws under my web application root to run as http://loca

Re: Error running Calculator.jws

2002-11-24 Thread dumdum 420
are you using? "dumdum 420" <[EMAIL PROTECTED]> 11/22/2002 01:53 PM Please respond to axis-user To: [EMAIL PROTECTED] cc: Subject:Re: Error running Calculator.jws That is what I also figured out but if you look at the sample code I was wonder

Re: Error running Calculator.jws

2002-11-22 Thread dumdum 420
That is what I also figured out but if you look at the sample code I was wonder stuck and though that may be AXIS makes things work differntly: I am attaching the samples I have downloaded: Calulator.java/jws public class Calculator { public int add(int i1, int i2) { return i1 + i2; }

Error running Calculator.jws

2002-11-22 Thread dumdum 420
Hi All, Once I try to run Calculator.jws using the CalcClient.java following are the errors I am getting. Please help me figure out I really tired of trouble shotting. AxisFault faultCode: {http://xml.apache.org/axis/}Server.generalException faultString: Tried to invoke method public int Calc

Re: Trouble getting started with Axis

2002-11-22 Thread dumdum 420
what woudl servlet.jar do ? and also it is looking for EchoHeaders.jsp which is not found? _ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail

Re: Trouble getting started with Axis

2002-11-22 Thread dumdum 420
I got the same issue I beleive that the corresponding java file EchoHeaders.java is missing and I could not locate it from the download any sucess tell me for sure/ _ Tired of spam? Get advanced junk mail protection with MSN 8.

Calculator.jws cant make it work help!!

2002-11-21 Thread dumdum 420
Hi All, When I try to run the very basic example of Calculator.jws using CalcClient.java passing parameters as -p8080 add 5 7 I get the following exception. Kindly help I am really stuck. AxisFault faultCode: {http://xml.apache.org/axis/}Server.userException faultString: org.xml.sax.SAXParse

Error deploying deploy.wsdd from Admin Client

2002-11-21 Thread dumdum 420
Hi All, I am trying to deploy my deploy.wsdd using the admin client. Following error comes which I am wonderstuck why? AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultString: (404)Not Found faultActor: null faultDetail: null: return code: 404

Virtual Host or Web Application Not


AXIS and WSAD

2002-11-20 Thread dumdum 420
Hi All, I am trying to deploy a webservice using the AXIS api on WSAD 4.0.3 and finally going to put the application WAS 4.0.4. I really cant figure out how to deploy my service on. I have all my .jars in WEB-INF/lib folder. Help will be really appreciated. Thanx in advance. Bhanu Pabreja