Re: returning multiple parameters - including datahandler

2004-12-11 Thread john smith
Thanks Vy, I tried this and it worked on my win enviroment. Delpoying on linux I get the following error. $ java batchEx.ClientWSDD3 -lhttp://localhost:8082/axis/services/BatchService testCalling Service- Exception:java.lang.RuntimeException: javax.mail.MessagingException: Error in input stream;

returning multiple parameters - including datahandler

2004-11-29 Thread john smith
Hi All, I am new to Axis. I have a simple SOAP service which returns a datahandler. I also want to return another paramater such as filesize or filename in my message body. What is a good way to do this? Does anyone have any code examples? I am using Axis 1.1. Basically I want the body to

doget in Message Style service

2003-07-01 Thread John Smith
I have a webservice written using the MessageStyle Service, i would like to catch the doget method and print the custom message. Is it possible to do the same. John Smith _ Attention NRIs! Send money home in a jiffy. http

RE: doget in Message Style service

2003-07-01 Thread John Smith
will give you complete HTTP details as well. Hope this helps, Regards, Santosh -Original Message- From: John Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 12:51 PM To: [EMAIL PROTECTED] Subject: doget in Message Style service I have a webservice written using the MessageStyle

SAAJ Incompatibilty ? Text Node implements SOAPElement

2003-06-20 Thread John Smith
I was looking at the javadocs for release 1.1 and noted that org.apache.axis.message.Text implements javax.xml.soap.SOAPElement. which is wrong as per the SAAJ API, As per the SAAJ API Text should implement Node and not SOAPElement Is it a bug? JohnSmith

Possible Bug in Axis? Duplicate Namespace Declaration

2003-06-10 Thread John Smith
I am using javax.xml.soap implementation to create the soap elements. When i add a custom Namespace and keep adding the elements in that namespace, then the custom namespace declaration is repeated. public void testquick() throws Exception { MessageFactory msgfactory =

Moving from standalone servlet to Axis

2003-06-04 Thread John Smith
I am trying to move a Webservice written using a standalone servlet to axis using java:Msg handler messaging so that i run it inside axis. The problem that i am facing is with ServletLifecycle and serviceLifeCycle. for the Servlet init and destroy are called at start and end of servlet life.