NullPointerException in parsing when sending attachments

2005-04-11 Thread Liu, Scott
Hi, All, I mentioned this in a different email. But this is really a separate issue which is worth of getting feedback from Axis experts. I have a web service (Axis 1.1) to send messages from a client to a server. My web service is of doc/literal. The service worked when there was no atta

RE: sending very large attachments

2005-04-11 Thread Liu, Scott
Thanks Mike. I will understand more what you were saying once I get pass the NullPointerException. Scott -Original Message- From: Mike Smorul [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 8:48 AM To: axis-user@ws.apache.org Subject: RE: sending very large attachments > > 1. Ho

RE: sending very large attachments

2005-04-10 Thread Liu, Scott
Hi, Mike, I have been considering supporting file attachments just like the way you have described. The schema will only contain a list of file names and other file attributes. Intuitively as long as Axis can handle the attachment I will be able to retrieve them from the MessageContext object on t

What are these QName_Helper and String_Helper classes?

2005-04-05 Thread Liu, Scott
Hi, All,   In an experiment I named namespaces using format like x_1_00 and service endpoint using a name like y_1_00.wsdl to support multiple web services (more than one port). I generated the server side classes fine with wsdl2java tool and the compilation was successful. But when I tri