Re: DIME attachment size limit

2003-03-05 Thread Sharmila Pillai
Hi Steve, Can you elaborate on this, please? I have been trying to get to the filename of attachments for a while now. I must admit, I haven't see the Axis1.1 code, yet. TIA, Sharmila. On 4/3/03 7:30 pm, "Steve Loughran" <[EMAIL PROTECTED]> wrote: > > you should note that Axis1.1 has some

Streaming RPC calls

2003-03-04 Thread Sharmila Pillai
Hi all, I need to send a large array of data in response to a clients request. In a similar discussion, late Sept 2002, in this group, I see some have opted for chunks of data as attachments. Is there any other solution to this?? Thanks in advance, Sharmila.

Axis - targetService is null

2003-02-24 Thread Sharmila Pillai
Hi, My webservice seems to have been successfully deployed. I can see it on http://localhost:18076/axis/servlet/AxisServlet But when I invoke it with my client I get the following message: The AXIS engine could not find a target service to invoke! targetService is null AxisFault faultCode: {

Re: Client's IP address

2003-02-18 Thread Sharmila Pillai
It did indeed! Thanks much, Sharmila. On 18/2/03 2:16 pm, "Wagner,Harry" <[EMAIL PROTECTED]> wrote: > Hi Sharmila, > The following should get you started... > > public class ServiceLogHandler extends BasicHandler { > > public void invoke(MessageContext msgContext) throws AxisFault { > > Http

Client's IP address

2003-02-18 Thread Sharmila Pillai
Hi, How can I get the IP address of a client that is using my service? Think I need to get access to HttpServletRequest somehow. And ideas? TIA, Sharmila.

Re: Retrieve file names in attachments

2003-01-23 Thread Sharmila Pillai
do it in the mime headers. See the APIs. > > ----- Original Message - > From: "Sharmila Pillai" <[EMAIL PROTECTED]> > To: "Axis-User" <[EMAIL PROTECTED]> > Sent: Tuesday, January 21, 2003 2:54 PM > Subject: Retrieve file names in attachments > > >&g

Retrieve file names in attachments

2003-01-21 Thread Sharmila Pillai
Hi, I am attempting to send a few files as attachments. Think the best would be to put all files into a directory and send it as an attachment. The problem is, at the server side, I want to be able to identify each file by its name and work on each differently. Hope I am clear. Now, how do I d

Axis and attachments

2002-12-05 Thread Sharmila Pillai
Hi, I have had success in sending and receiving attachments but the problem is only when I try to send few more parameters, like: Client-side: ... call.addParameter("msg", XMLType.XSD_STRING, ParameterMode.IN ); call.addParameter( "source", qnameAttachment,

Attachments sample

2002-11-22 Thread Sharmila Pillai
Hi, I have tried to modify EchoAttachmentsService.java so as to read the attachment and save it at the server. I compiled the modified code and put it at the in catalina/webapps/axis/WEB-INF/classes/samples/attachments; restarted the server. I get the following error: java.lang.Verify