Re: Problem during the call of a method

2004-06-24 Thread Rommel Sharma
4. Look now in your Tomcats axis/WEB-INF folder, you should see the server-config.wsdd file. 5. Try invoking the web-service now (call the new methods from your client now) and see if it works. Regards, Rommel Sharma. - Original Message - From: Hiblot SÃbastien To: [EMAIL PROTECTED] Sent

Re: Integrating a Java server side webservice with C# Client

2004-06-21 Thread Rommel Sharma
Thanks for the useful resource. It is, indeed, helpful. Regards, Rommel. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 21, 2004 1:58 PM Subject: Re: Integrating a Java server side webservice with C# Client > > Check "Java Development with Ant

Re: help with Axis fault

2004-06-03 Thread Rommel Sharma
> One thing I wasn't sure about > during the installation was whether to put the %AXIS_HOME% under > %CATALINA_HOME%/webapps or whether to put it in a separate directory. Tomcat does not require you to deploy the application under its webapps folder. It can be ouside of TOMCAT_HOME subdirectory

Re: something just went royally wrong

2004-05-31 Thread Rommel Sharma
. May be some jar is not loaded properly.   Regards, Rommel Sharma.   - Original Message - From: Dave Jacobson To: [EMAIL PROTECTED] Sent: Monday, May 31, 2004 12:11 AM Subject: something just went royally wrong I can't figure out why I can't even a

Java Code To Send An Attachment

2004-05-29 Thread Rommel Sharma
will benefit from it. Thanks, Rommel Sharma. * Disclaimer: This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the

Re: SSLHandshakeException

2004-02-17 Thread Rommel Sharma
.. Regards, Rommel Sharma.   PS:Since earlier message was signed and could not be seen by many, I am re-posting the message without digitally signing it. - Original Message - From: GANDHIRAJAN,AYYAPPAN (HP-India,ex2) To: '[EMAIL PROTECTED]' Sent: Tuesday, February

Re: SSLHandshakeException

2004-02-17 Thread Rommel Sharma
smime.p7m Description: S/MIME encrypted message

InvocationTargetException

2004-02-08 Thread Rommel Sharma
Title: setting cookie property in Call Hi,     I am getting java.lang.reflect.InvocationTargetException while making a calll to my webservice on Tomcat 4.1.12.     Any idea why this could be happening... Thanks, Rommel.   DEBUG [main] - http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="h

Re: Disabling Axis Logging

2004-01-30 Thread Rommel Sharma
smime.p7m Description: S/MIME encrypted message

Disabling Axis Logging

2004-01-27 Thread Rommel Sharma
Hi, I am using Log4j apis for custom logging specific to my code but in the log file, a lot of Axis logging is being appended, with loads of details of the SOAP response that I do not want to see, as it is also eating on my space each time thelog file is made. How can I have only my log comments

Re: Accessing SOAP Message Header

2004-01-13 Thread Rommel Sharma
Here is sample code to use MessageContext,,,(after the necessary imports of course)     MessageContext msgContext = MessageContext.getCurrentContext();   //get the servlet requestHttpServletRequest request = (HttpServletRequest)msgContext.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST); (

Re: Throwing Axis Faults

2004-01-13 Thread Rommel Sharma
Hi Ransel, Thanks! Warm regards, Rommel Sharma. - Original Message - From: "Ransel Lopez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Rommel Sharma" <[EMAIL PROTECTED]> Sent: Wednesday, January 14, 2004 3:43 AM Subject: RE: T

Throwing Axis Faults

2004-01-12 Thread Rommel Sharma
[] details in it. Thanks, Rommel Sharma. - Original Message - From: "Tore Halset" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 06, 2004 7:59 PM Subject: Re: How to get to the wsdl > On Jan 6, 2004, at 14:45, [EMAIL PROTECTED] wrote: > >

Throwing Axis Faults, org.w3c.dom.Element[] details

2004-01-10 Thread Rommel Sharma
smime.p7m Description: S/MIME encrypted message

xmlsec.jar usage

2003-12-22 Thread Rommel Sharma
do? If you have used it in your project, how does it benefit you? Any links will also be helpful. Thank you, Rommel Sharma. ** Scanned by eScan Content-Security and Anti-Virus Software. Visit http://www.mwti.net for more info on eScan

Re: Client deployment - basic question

2003-12-19 Thread Rommel Sharma
Have you seen the following link that talks about things like client, stubs etc and gives the reason for using them and steps to generate them? http://www.onjava.com/lpt/a/1578 Rommel. - Original Message - From: "Damir Dulitz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTE

Re: Deploying Axis web services

2003-12-19 Thread Rommel Sharma
Did you try the example2 given at: http://ws.apache.org/axis/java/user-guide.html ? It clearly sets up a very simple webservice. - Original Message - From: "Nate Bowler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 19, 2003 11:39 AM Subject: Deploying Axis web service

Problem Solved: NoClassDefFoundError only on Solaris

2003-12-18 Thread Rommel Sharma
Thanks...the earlier problem is solved. Now my webservices client is throwing a security exception... Anybody who has any general tips to give on configuring web-services security, please mail me, useful links will also do. - Original Message - From: Rommel Sharma To

NoClassDefFoundError only on Solaris

2003-12-18 Thread Rommel Sharma
Just a small update to my query: rt.jar is being explicitly specified in the CLASSPATH settings. - Original Message - From: Rommel Sharma To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 3:39 PM Subject: NoClassDefFoundError only on Solaris On

NoClassDefFoundError only on Solaris

2003-12-18 Thread Rommel Sharma
On Solaris I get this error while running the client. It compiles successfully though. (although on Windows it runs fine):   Exception in thread "main" java.lang.NoClassDefFoundError: java/lang/reflect/InvocationHandler ((CalcClient.java:90))   where CalcClient.java can be viewed at: http://cv