Re: Attachment Performance

2004-12-11 Thread Brian J. Sayatovic
We had this problem at work. We wrote a special bit of code in our attachment handle that checked to see if a DataSource was Axis' DataSource, and if so, took special steps to clean up the temp file since Axis seems to leave it laying around forever. Regards, Brian. Mayur Shetye wrote:

WSDL - Missing something obvious w/ Header

2004-12-11 Thread TMG
I would like to add a header to several of my services to require some simple authorization (using CVS tree of Axis 1.2RC2). An example of one of the service's wsdl binding is a follows: wsdl:binding name=AccessControlSoapBinding type=impl:AccessControl wsdlsoap:binding style=document

Re: WSDL - Missing something obvious w/ Header

2004-12-11 Thread Sathya Sankar
Not sure why the generated WSDL is inconsistant but as a workaround you can add a "wsdlFile" tag to the WSDD and point to your WSDL. I usually do that to let my clients see the WSDL I coded, instead of an Axis generated one. TMG [EMAIL PROTECTED] wrote: I would like to add a header to several of

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;

Re: WSDL - Missing something obvious w/ Header

2004-12-11 Thread TMG
Sathya, Thank you for the info ... although it didn't solve the problem, it was good to know about that option ;). I spent some time with the archives today and found some things that lead me to the right answer. The bindings were fine, the problem was that I didn't include the header as a