Re: WSDL2C Stub Generation - Operations missing

2007-11-23 Thread Sebastian Merten
Hi Dimuthu, thanks for the quick answer. Now that I know this, I think I can live with request-response operations ... Von: Dimuthu Gamage [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 22. November 2007 13:15 An: Apache AXIS C User List Betreff: Re: WSDL2C Stub Generation - Operations

re: Re[2]: How to develop a HTTPs-based webservice client

2007-11-23 Thread Royston Day
The one question I have at the moment is, to use the https-based service, is it just a matter of replacing http://web service uri with https://web service uri? Yes If you have done as the way above link says it is just a matter of replacing http with https given that your service endpoint is

[Axis2] roadmap, eta. for axis2 1.4?

2007-11-23 Thread MadLion
Hi all, i didn't found this on the webpage. What is the roadmap of the axis2 1.4 release? What is the eta? And will it support POJOs with HasMap, Hastable and Vectors? Regeards -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN:

Re: About SSL..

2007-11-23 Thread Upul Godage
Hi, In axis2 1.3, axis2.xml there is a ssl listener and sender commented out. You can uncomment it. That is how it is supposed to work. But keystores are missing in the distribution i think. So you will have to provide the keystore files and try Upul On Nov 23, 2007 6:34 PM, Ajay Kumar Gour

Axis2 Sample EchoBlockingDualClient - clients hangs, service times out

2007-11-23 Thread Rick Isaacs
Hi, I am still trying to get the EchoBlockingDualClient from the Axis2 /Userguide to correctly terminate. As I reported in a previous email, the client sample runs to completion, then hangs waiting possibly for a socket operation(?) The MyService is started, reads the request and sends a

Re: axis2.log missing

2007-11-23 Thread aquaglia
Ensure you have copied log4j.jar under axis2\WEB-INF\lib vpl wrote: Hi, I've browsed the axis user mailing list and could not find a clear answer to this new-comer ... question. Please help I'm unsing the axis2.war deployed into a tomcat 6.0.14. In the catalina.out I see a log4j INFO

About SSL..

2007-11-23 Thread Ajay Kumar Gour
Hello All, I was googling for help about using SSL with Axis2 and i have got this link http://www.mail-archive.com/axis-user@ws.apache.org/msg19269.html;. This tells how to make Axis2 client use SSL. If Axis2 is deployed in Web Server or App Server e.g. on Tomcat or JBoss then we need to

Re: [Axis2] roadmap, eta. for axis2 1.4?

2007-11-23 Thread Deepal jayasinghe
[EMAIL PROTECTED] wrote: Hi all, i didn't found this on the webpage. What is the roadmap of the axis2 1.4 release? What is the eta? We discussed some of of the stuff we are going to have in the next release in the last hackathon we had in Apachecon. And I will send a note with what we

Axis - Using attachments

2007-11-23 Thread [EMAIL PROTECTED]
Hi , My requirement is to get a pdf from a service. The server sends a pdf and the client has to store the same in the file system. But i am unable to save the pdf in a location i want instead of the windows temp folder. Can some one help me on this pls. I have attached the Service class, the

help to explain an exception

2007-11-23 Thread Pär Malmqvist
Hello! I am running a couple of generated wsdl2java blocking clients in parallel. Different processes.They are executing calls to a local web server as fast as they can. Then after some hours I get an exception and I cant understand what is wrong. What do you think? /Pär Malmqvist INFO

RE: Strange generated java class names

2007-11-23 Thread sietsenicolaas.tenhoeve
Hi all, I have the same issue. It's kind of strange because, in my case, it is just a wrapper to the good class (i.e. HelloWorldRequest15 has only one field which is HelloWorldRequest). I tried to get rid of it using the -uw option but it doesn't help. The numbers are indeed random, every time I

RE: [Axis2] roadmap, eta. for axis2 1.4?

2007-11-23 Thread alan
You still haven't completed the 1.3 release. (See my last message, for which I haven't received an answer.) Original Message Subject: Re: [Axis2] roadmap, eta. for axis2 1.4? From: Deepal jayasinghe [EMAIL PROTECTED] Date: Fri, November 23, 2007 2:37 am To:

Re: [Axis2] roadmap, eta. for axis2 1.4?

2007-11-23 Thread MadLion
Thanks for your answer. Would be nice to get a tentative date of the next release and the notes. I'm asking for this, because we are in the situation that we must support hashtable in some way. It's no problem to define a a new class that has an member which is an array of KeyValuePair. Where

How to know when the message is built and rebuilt in Axis2?

2007-11-23 Thread juliocest
Hi, I would like to know in what part of Axis2 can I obtain information about where the message is built (sender) and rebuilt (receiver). For example: I need to know when the message start to be built and when the message construction is finished. Where can I collect these information? In

Re: axis2.log missing

2007-11-23 Thread Rick Isaacs
Hi, I had the same problem for the client as I wanted the log on the client side. I got logging to work in the /Userguide samples. I put the following files in the \build dir C:\apache- tomcat-5.5.25\webapps\axis2\WEB-INF\samples\userguide\build\commons-logging.propertiesC:\apache-

Premature end of file - Axis2 1.x versions

2007-11-23 Thread Srirajesh Vairamani
Hi, I am new to Axis Web Service development. I am writing an Axis2 web service client program to invoke a web service published in IIS server. I am not sure in which language the service is implemented but anyway that should not matter when we talk about Web Service!! I generated my client and

Re: [Axis2 1.3]RESTFul serivce problem when parameters are short

2007-11-23 Thread Takanori Suzuki
Thanks, Keith. 2007/11/23, keith chapman [EMAIL PROTECTED]: Hi, This is an issue with the RPCMessageReceiver and there is a JIRA opened against yhis. If you want to develop a nice RESTFull web service WSDL 2.0 deployment would be the better way. If you like I can help you write the WSDL