Need suggestions on Axis/c client stub

2010-02-09 Thread Ashok P
I want to clear my understandings about axis-c/c++. I got few answers in email archives and like to understand thoroughly. Newbie to Axis-c.. :) I apologize for any repeated questions. 1) Can I provide custom mappings for C/C++ data types for code generation tool? Wsdl2c/wsd2ws generates the

Re: Need suggestions on Axis/c client stub

2010-02-09 Thread paul . deadman
I cant provide an answer to all your questions, but for this question:- 2) My requirement is to generate the clients for non-axis web services like .net, JBOSS-WS, etc. So Is there any limitations for such clients? I believe all web services can easily consumed with axis/c client considering

Re: Need suggestions on Axis/c client stub

2010-02-09 Thread Nadir Amra
As far as the Axis-C++ client, it is recommended for production useas long as you build the client from the latest code in SVN. But ensure that it supports what you need supported, which is WSDL 1.1 and SOAP 1.1. Nadir Amra Ashok P ashvit...@gmail.com wrote on 02/09/2010 11:09:09 AM:

Re: Need suggestions on Axis/c client stub

2010-02-09 Thread Ashok P
Thanks Nadir and Paul for your quick response and valuable inputs.Now I have got confidence to go ahead... I got my sample clients working with axis/c and c++ on windows. I believe that I will get answers for my other questions also. Nadir Amra wrote: As far as the Axis-C++ client, it is

Re: [Axis2] - Error setting SOAP 1.1

2010-02-09 Thread Juan Felipe Alvarez Saldarriaga
Hey. What about if I force the client to be SOAP 1.1? this will change those namepsaces, right? Thanks for any help. On Mon, Feb 8, 2010 at 10:16 PM, Juan Felipe Alvarez Saldarriaga nebi...@gmail.com wrote: Hey Amila. Thanks for asking, yes, same libraries in both servers, I just copy

Initializing Web Service (Server) before first request received

2010-02-09 Thread Oded Onn
Hi all, I am deploying an AXIS2 web service (server side). My problem: The skeleton class (the one that performs all the business logic) is read for the first time only when the first request is received by the server. It means that the first response takes a really long time (up to 20

Re: [Axis2] - Error setting SOAP 1.1

2010-02-09 Thread Amila Suriarachchi
hi, as I see both of your request in the same name space. soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; what is difference is the ws security header namespace. Please send this question to rampar-dev as well. thanks, Amila. On Tue, Feb 9, 2010 at 7:35 PM, Juan

Re: Initializing Web Service (Server) before first request received

2010-02-09 Thread sri ram
If you are using Tomcat as your webserver. then you can configureit in the web.xml . To initialize a servlet on start up add this in the web.xml load-on-startup1/load-on-startup.. -Sriram From: Oded Onn oded@mobixell.com To: axis-user@ws.apache.org

axis max sessions and how to kill a session!

2010-02-09 Thread Ajai Joy
Hello, 1. I would like to find a way to terminate the sessions triggered by a certain operation (e.g.by a logout), not by the inactivity timeout. How can this be achieved in a clean way? 2. Also is there a way to limit the number of max requests hitting the axis engine ? I do not

Axis protocol mixed up

2010-02-09 Thread gstjio
We have a product that uses Axis 1.4 (not Axis2 yet). This product uses Axis generated client stubs to make WebService calls to multiple URLs, some are using http, some are using https. We found that the protocols and the URLs are getting mixed up. For example, we are sending WebService requests

Re: Axis - javascript

2010-02-09 Thread Demetris
I will do so - thanks Amila. Amila Suriarachchi wrote: On Sat, Feb 6, 2010 at 12:41 AM, Demetris demet...@ece.neu.edu mailto:demet...@ece.neu.edu wrote: Does anyone know any tool that can either generate javascript code from wsdl documents or any examples of how a remote

Re: Initializing Web Service (Server) before first request received

2010-02-09 Thread Deepal Jayasinghe
Deploy there service in Application scope. Thanks, Deepal Hi all, I am deploying an AXIS2 web service (server side). My problem: The skeleton class (the one that performs all the business logic) is read for the first time only when the first request is received by the server. It

Re: Location to call getCurrentMessageContext

2010-02-09 Thread Deepal jayasinghe
First get the service client instance, and then call the following method to get the OperationContext, once you have operation context you have access to both in and out messages contexts. getLastOperationContext Thanks, Deepal Dear all, From within a webservice that runs on Axis2, I

Unsubscribe

2010-02-09 Thread Jonathan B Joseph
I tried to unsubscribe a few times via the website at: http://ws.apache.org/axis2/mail-lists.html But that doesn't seem to work. So I thought I would try to unsubscribe by sending a message to axis-user@ws.apache.org with the Subject=Unsubscribe. Jonathan

WSDL2Java throws IOException

2010-02-09 Thread Venkatesh Audinarayanan
Hi All, Am getting the following error while trying to parse my service wsdl with Axis 1.2 wsdl2java: Feb 10, 2010 11:28:59 AM org.apache.axis.utils.JavaUtils isAttachmentSupported WARNING: Unable to find required classes (javax.activation.DataHandler and javax .mail.internet.MimeMultipart).