RE: Out of Memory

2003-08-28 Thread Astie, Sebastien
I had a similar problem and I solved the problem by modifying org.apache.axis.Message and org.apache.axis.SoapPart I hope it will solve your problem. What I have done is : modify the method writeTo in SoapPart : /** * Write the contents to the specified writer. */ public void

How to map DatHandler in a .NET client

2003-07-16 Thread Astie, Sebastien
Hello everybody, I have to send a file as an attachment to my webservice. I specified a parameter of type javax.activation.DataHandler in one of my exposed operation. I know how to call this method using a Java client, but I would like to know how I can map this DataHandler using a .Net

how to specify attachments in deploy.wsdd file

2003-07-15 Thread Astie, Sebastien
Hello, First sorry to ask that question but I am new to axis. I would like to create a webservice thatreceives a file from a client (.NET client). I want to know if I have to create something specific in the wsdd to specify that the webservice requires/ accept attachment. I use the