Re: Attaching XML to response

2009-06-10 Thread Chinmoy Chakraborty
You can try MTOM attachment strategy and attach your xml in the server side before it returns to the client...to do that you need to enable MTOM..in the server side create a datahandler form file-datasource and return it... DataHandler dh = new DataHandler(new FileDataSource(String path)); HTH, C

Re: WSDL2Java generates uncompilable code

2009-06-10 Thread sri ram
resending . This issue should have been addressed before, can anyone guide me its important. --- On Wed, 10/6/09, sri ram wrote: From: sri ram Subject: WSDL2Java generates uncompilable code To: axis-user@ws.apache.org Date: Wednesday, 10 June, 2009, 4:29 PM Hi axis 1.4 Users, I have an issue w

activation.jar and mailapi.jar are missing from the download

2009-06-10 Thread Hetal Desai
Hello, I downloaded Axis 1.4 Zip but its missing activation.jar and mailapi.jar. I tried downloading from different mirror sites but still didnot have this file. I need these files to use wsdl2java for Siebel CRM OD wsdl. Appreciate your help, Thanks, Hetal

Re: Attaching XML to response

2009-06-10 Thread Shasta Willson
On Wed, Jun 10, 2009 at 10:54 AM, Marc Lefebvre wrote: > Not quite.   I want to insert it in the response on the server side BEFORE > its sent to the Client.    Is there any examples out there that can show how > to do this? I don't have an example, but I'm also not sure how what I suggested can

RE: Attaching XML to response

2009-06-10 Thread Marc Lefebvre
Not quite. I want to insert it in the response on the server side BEFORE its sent to the Client.Is there any examples out there that can show how to do this? -Original Message- From: Shasta Willson [mailto:shas...@gmail.com] Sent: Wednesday, June 10, 2009 7:42 AM To: axis-user@ws.

Re: Attaching XML to response

2009-06-10 Thread Shasta Willson
On Wed, Jun 10, 2009 at 10:32 AM, Marc Lefebvre wrote: > My webservice has a block of XML in a string, and I was wondering how do > I insert it into the response that comes back from Axis.  If I send it > in the string coming back, it becomes surrounded CDATA element.  I want > it to be inline with

Attaching XML to response

2009-06-10 Thread Marc Lefebvre
My webservice has a block of XML in a string, and I was wondering how do I insert it into the response that comes back from Axis. If I send it in the string coming back, it becomes surrounded CDATA element. I want it to be inline with the rest of the XML response.

Re: Axis1.x / Axis2 / WSDL for J2ME

2009-06-10 Thread Demetris G
No luck still - is it possible that no one using Axis or any SOAP-engine implementation is involved with mobility? If yes let me know and I will sell my idea for millions - he he But I doubt I have anything new. Seriously, can at least anyone involved in the development of Axis and its produ

AGAIN java.io.IOException.....is referenced but not defined.

2009-06-10 Thread Daniel Lopez
Hello everyone! I am trying to consume a webservice using axis1.4. I tried to create Stubs from the WSDL file (using WSDL2Java tool). I am getting the following error: C:\Documents and Settings\Administrador>java org.apache.axis.wsdl.WSDL2Java http://dpdserver.dpic.sg.gba.gov.ar/webservices/dpp

jax-ws war issues with axis 1.5

2009-06-10 Thread Axis PC
All, I get the following error when I deploy a sample jax-ws war (which is part of the samples directory) using axis 1.5. INFO: Deploying web application archive java_first_jaxws-1.1.war [ERROR] org.apache.axis2.transport.local.LocalTransportSender *org.apache.axis2.deployment.DeploymentException

ServiceSOAP

2009-06-10 Thread Asma MAALEJ
Hi everybody I'm an Axis1 user, and i had implemented web service over it, but now, my work require to be upgraded to Axis2. Hence, i'm facing a lot of problems arised from the big diffrence between Axis1.x architecture and Axis2 one. So I'd just like to know what is, ever it is not exactly

WSDL2Java generates uncompilable code

2009-06-10 Thread sri ram
Hi axis 1.4 Users, I have an issue while using axis 1.4 engine . While I run wsdl2java WSDL2Java generates uncompilable code Issue is : (java.lang.String) super(_value); ^ 1 error  Because the code invokes a superconstructor but doesn't extend any other class. I'm assuming tha

Re: The service class cannot be found for this AxisService -- JAX-WS with Axis2 problem

2009-06-10 Thread Albin Lundmark
Hello Ramesh, I have the same problem. Have you found any solution? //Albin -- View this message in context: http://www.nabble.com/The-service-class-cannot-be-found-for-this-AxisServiceJAX-WS-with-Axis2-problem-tp22792921p23957489.html Sent from the Axis - User mailing list archive at Na