" tomcat services started and stopped .some services start and stop if ethey dont have any work,ex performance and alerts"

2005-10-19 Thread aditya mandlekar
hello freinds  iam new to tomcat and axis i  have done installtion of tomcat 5.0.28 and followed the steps o http://www.coreservlets.com/Apache-Tomcat-Tutorial/   run->services.msc ,on clicking apache tomcat to startup it says " tomcat services started and stopped .some services start and stop if e

Re: [Axis2] Asynchronous dual client, Call sends 2 requests

2005-10-19 Thread Deepal Jayasinghe
Title: Mensaje Hi ;   There was a bug in Call (ListenerManager) and I fixed that , you can get source update and see whether it is working or not ,else you have to wait till next release. Thanks, Deepal~Future is Open~ - O

Re: Send XML just under

2005-10-19 Thread Bhuvan Gupta
Looks like your mailserver filtered out the attachment. Anyhow, here's the content of the mail which I had attached. START = - Original Message - From: "Vicente D. Guardiola Buitrago" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 18, 2005 2:

'-Djava.endorsed.dirs='

2005-10-19 Thread aditya mandlekar
hi, i am following the tomcat 5.0 installation guide..from link http://www.moreservlets.com/Using-Tomcat-4.html when i give start up command it gives the error.. '-Djava.endorsed.dirs=' .search the following file please help me regarding this thks Yahoo! Music Unlimited - Access over 1 million s

Help with Axis Service over HTTPS SSL

2005-10-19 Thread Mark Chaimungkalanont
Hi there, From reading through some of the posts on this topic, it would appear that running SOAP over SSL is just a case of enabling the SSL on the server itself. However, I'm having a strange problem where only part of the WSDL seems to be served when viewed under HTTPS. Does anyone have an

is Axis + wss4j Thread Safe ?

2005-10-19 Thread makarand sovani
We are using Axis 1.1 and wss4j. We have run into some concurrency issues with wss4j.   When we start tomcat + axis + wss4j server and process only one message everything runs fine. However when we start the application and try to process multiple messages at same time we seem to be getting issues

Problem with Java 1.5, Axis 1.2.1, httpclient 2.0.2, MapPoint and digest authentication.

2005-10-19 Thread Anthony Polito
I am porting a Java 1.4 application over to Java 1.5, and we use Axis to communicate with Microsoft mappoint, which uses digest authentication, something axis doesn't support without some help. With the old code we had a java file from Microsoft java_1_4.SimpleHTTPSender that we needed to make

Re: Message Style Service

2005-10-19 Thread Carmine Gargiulo
i want help you but your code not work, cause: error in run. The code that you've showed us...is completed for client e server?? In data Wed, 19 Oct 2005 18:43:24 +0200, Vicente D. Guardiola Buitrago <[EMAIL PROTECTED]> ha scritto: No, it's in a simple java Class, but the problem is un the

RE: Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/OperationType

2005-10-19 Thread Chen, Donald
Oops, I did not.  I will try it.   Thanks,   Don   From: Vishist Mandapaka [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 4:17 PM To: axis-user@ws.apache.org Subject: Re: Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/OperationType   Ha

Re: Need Design help for ComplextTypes to ActionForms please...anyone?

2005-10-19 Thread Mick Knutson
I don't control the wsdl. I also do not like the ComplexTypes that are generated. They exist because of Cobol requires certain structure, and I need the structures more flattened. So, if there was a way to make the generated files extend or implement an Abstract Class or Interface? If I use

Re: Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/OperationType

2005-10-19 Thread Vishist Mandapaka
Have you included wsdl4j.jar in you classpath?vishist.On 10/19/05, Chen, Donald <[EMAIL PROTECTED]> wrote: When I tried to install the Axis on a Linux box and tried the legendary sample "sample.stock.GetQuote", I got this: Exception in thread "main" java.lang.NoClassDefFoundError:

Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/OperationType

2005-10-19 Thread Chen, Donald
When I tried to install the Axis on a Linux box and tried the legendary sample “sample.stock.GetQuote”, I got this: Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/OperationType.   I suspect it is due to the missetttings of the CLASSPATH, but I could not really fi

Re: Need Design help for ComplextTypes to ActionForms please...anyone?

2005-10-19 Thread trebor iksrazal
Try seperating the Struts issues out of your question and make it more of a wsdl and complex types question. Maybe you have a front end to these web services but thats not really a web services question, unless its a special case. Furthermore, I don't really understand the question. With 'extensi

RE: Axis 1.2 handlers

2005-10-19 Thread trebor iksrazal
That makes sense. Maybe by giving you my handler examples will help. I suggest commenting out all the code in the methods, and placing some debug statements just to know it runs. Then you can go from there. IIRC doLDAPLogin is the only non-required interface method - but shows a cast between axis

RE: Axis 1.2 handlers

2005-10-19 Thread JR Ruggentaler
I use eclipse and in the debugger the classpath looks correct. I traced into the code and in org.apache.axis.handlers.HandlerChainImpl class newHandler() method the code is throwing a class cast exception: private Handler newHandler(HandlerInfo handlerInfo) { try { Handle

custom HTTPSender

2005-10-19 Thread Christopher S. Johnson
All - Is it possible to override the current HTTPSender class just by extending the current HTTPSender class and overriding it's methods? Any help would be great. Thanks

Need Design help for ComplextTypes to ActionForms please...anyone?

2005-10-19 Thread Mick Knutson
Ok, I have sent many emails about an issue I an having designing a solution for my wsdl2java files. I would really hope someone will respond to this issue as nobody has done so before! I have a wsdl that is managed and generated by a different group than mine. This wsdl has many complex types w

Axis 1.3 final Serializer??

2005-10-19 Thread Alin Simionoiu
Another strange behavior in Axis 1.3 final.   I have these types:      http://myown.ws";     xmlns=" http://www.w3.org/2001/XMLSchema";>                   http://myown.ws     xmlns=" http://www.w3.org/2001/XMLSchema";>        

Axis 1.3 final WSDL2Java

2005-10-19 Thread Alin Simionoiu
I have found some really weird behavior in axis 1.3 final code generator.   I have this type:      http://arrays.ws     xmlns=" http://www.w3.org/2001/XMLSchema";>            and a method that returns ArrayOfString.   When I call WSDL2Java the code generated d

server-config.wsdd

2005-10-19 Thread naveen babu
Can i define below parameters inside the "Service" tag too apart from"globalConfiguration" tag in server-config.wsdd file i want to set the values for these parameters as "TRUE" in the"globalConfiguation"and FALSE inside the "Service" tagThanks in advance

System.ServiceModel.UnknownFaultException: org.xml.sax.SAXException: Invalid element in xws.inert.ArrayOfHostedClientParameter - HostedClientParameter

2005-10-19 Thread aditya mandlekar
hello friends i am devepoing  axis web hosted client and .net service.. hosted client is a web service.. so my client is web service which invokes .net service.. hostedClient[] is an array which is passed though client i am getting exception as System.ServiceModel.UnknownFaultException: org.xml.sax

RE: Axis 1.2 handlers

2005-10-19 Thread trebor iksrazal
Try googling on this error - its a common one that has nothing to do with handlers. My guess is that its really not in your client classpath. If you're able try executing the client with ant, which does a good job of resolving this type of stuff. Otherwise i'd double check your classpath very car

RE: WSDL2Java questions-Axis2

2005-10-19 Thread Uday Kamath
Thanks for detailed answers Ruchith, what I meant was instead of using Code Generated from WSDL2Java, using my own Code and creating Call, ConfigurationContexts etc with particular Handlers, if I couldn't configure xml for particular services which is not the case as you pointed. I think I need no

Re: WSDL2Java questions-Axis2

2005-10-19 Thread Ruchith Fernando
Hi, Please see my comments below: Thanks Ruchith On 10/19/05, Uday Kamath <[EMAIL PROTECTED]> wrote: > Ruchith, > Thanks for email but still I have some questions that are unanswered > atleast for me, so please bear with me no problem :-) > > Question: axis2.xml will be applied globally accordi

Help -- Attachments

2005-10-19 Thread Carlos
Hi, I'm working with Axis1, and I'm having problems getting the attachments to work as I want them to. If I invoke, int attachmentCount= messageAttachments.getAttachmentCount(); or Iterator it = messageAttachments.getAttachments().iterator(); it forces a complete download of all the files at

RE: Axis 1.2 handlers

2005-10-19 Thread JR Ruggentaler
The server side is a Apple WebObjects application so I added activation.jar and mail.jar to the classpath and restarted the server. I also added activation.jar and mail.jar to the client classpath. I reran the client and it threw the same exception. The exception is actually from the client. Th

Re: Message Style Service

2005-10-19 Thread Vicente D. Guardiola Buitrago
No, it's in a simple java Class, but the problem is un the client, the constructor SOAPBodyElement modifies de XMLDoxument (byte[]) I pass it as paraemter. It adds xmlns:ns1="" in every second level element in the document. Carmine Gargiulo wrote: the Server Code is into a servlet? Clie

Re: Message Style Service

2005-10-19 Thread Carmine Gargiulo
the Server Code is into a servlet? Client Code is: public byte[] request(byte[] request){ try{ Service service = new Service(); Call call= (Call) service.createCall(); call.setTargetEndpointAddress( new URL("http://localhost:8080/axis/

RE: Axis 1.2 handlers

2005-10-19 Thread trebor iksrazal
Try putting activation.jar and mail.jar in your servlet container. --- JR Ruggentaler <[EMAIL PROTECTED]> wrote: > I modifier DynamicInvoker > > public HashMap invokeMethod( > String operationName, String portName, > String[] args) > throws Exception { > Str

RE: Axis 1.2 handlers

2005-10-19 Thread trebor iksrazal
Try putting activation.jar and mail.jar in your servlet container. --- JR Ruggentaler <[EMAIL PROTECTED]> wrote: > I modifier DynamicInvoker > > public HashMap invokeMethod( > String operationName, String portName, > String[] args) > throws Exception { > Str

Re: [Axis2] Asynchronous dual client, Call sends 2 requests

2005-10-19 Thread Eran Chinthaka
hmm, if this is true, then I think this is a bug. We'll check on this and let you know the status tomorrow for sure. Any help you can give us to reproduce this is highly appreciated. Villalba, Gregorio, VF-ES (gvillal2) EXT wrote: >Hi, > >My asynchronous dual "client" finally worked, but it f

RE: Axis 1.2 handlers

2005-10-19 Thread JR Ruggentaler
I modifier DynamicInvoker public HashMap invokeMethod( String operationName, String portName, String[] args) throws Exception { String serviceNS = null; String serviceName = null; String operationQName = null; System.out.println("Prepari

[Axis2] Asynchronous dual client, Call sends 2 requests

2005-10-19 Thread Villalba, Gregorio, VF-ES \(gvillal2\) EXT
Title: Mensaje Hi,   My asynchronous dual "client" finally worked, but it fails sometimes (one time works and the second execution does not close the connection of the HTTP request, when it is listening).   I am using Axis2 v0.92 with the bug fixes I asked for (thanks). The problem is that

Re: Send XML just under

2005-10-19 Thread Carmine Gargiulo
-Bhuvan...where is the attached file??? In data Wed, 19 Oct 2005 10:56:24 +0200, Bhuvan Gupta <[EMAIL PROTECTED]> ha scritto: -Bhuvan -- Carmine Gargiulo Carmine Gargiulo usa il rivoluzionario client e-mail di Opera: http://www.opera.com/m2/ -- Email.it, the professional e-mail, gr

Re: [AXIS2] NonBlockingDualClient hangs forever - RESOLVED

2005-10-19 Thread trebor iksrazal
That was quick - but I'm not sure it should work this way: I had an outdated aar - the signature name of the web service did not match the name in services.xml . After: call.invokeNonBlocking("rcExecute", payload, callback); it then hangs forever here: while (!callback.isComplete()) {

Help -- Implement Optinal Parameters

2005-10-19 Thread Zhixiang He
Hi all,   Could any body show me some information on how to implement nillable elements? I tried to define an element which data type is xsd:dateTime with attribute nillable=”true” and refer this element to a part. But I still got null exception when I run client side.   Thanks for any

RE: WSDL2Java questions-Axis2

2005-10-19 Thread Uday Kamath
Ruchith, Thanks for email but still I have some questions that are unanswered atleast for me, so please bear with me Question: axis2.xml will be applied globally according to the documentation and since wsdl2java has already code generated the Stubs that does Call my question was can I apply thes

[AXIS2] NonBlockingDualClient hangs forever

2005-10-19 Thread trebor iksrazal
Hi all, I'm trying to write a NonBlockingDual transport web service based off of the userguide/example1/MyService example. I can execute this example fine using tomcat. When excecuting my NonBlockingDual client - only changing the name and using my own aar, it hangs forever. Setting DEBUG mod

Re: Axis 1.2 handlers

2005-10-19 Thread trebor iksrazal
The Handler interface requires that you implement handleRequest and handleResponse, plus a few others, but you can leave the implementation blank on either if not desired. HTH, iksrazal --- Johan Walters <[EMAIL PROTECTED]> wrote: > About these programmatically created handlers -- do > they app

RE: axis changes wsdl soap:address

2005-10-19 Thread Sunil D'Monte
The element refers to a WSDL that is in the classpath (or the VM startup directory), not one that is in the web directory. I think what Guy was suggesting is that you put the WSDL in both locations, so that clients can see the original unmodified WSDL if they want to. Regards, Sunil D'Monte Tavan

Re: axis changes wsdl soap:address

2005-10-19 Thread Richard Gregory
I tried putting the wsdl file on my personal web server (I can see it in a browser) and putting the url of the wsdl file in the element of my deploy.wsdd, but axis can't find it. AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - Unable to find WSDL fil

Namespace qualified XML elements in SOAP response document from AXIS wen service

2005-10-19 Thread Denis Schlesinger
Title: Nachricht Hi all,   hopefully someone can give me a hint on this:   I have a wrapped/literal web service that returns a serialized complex bean class object. Unfortunately the XML elements of my response document are not namespace qualified. How can I influence that?   Thanks in adv

Re: Axis 1.2 handlers

2005-10-19 Thread Johan Walters
About these programmatically created handlers -- do they appear in both the request and response flow? Would it also be possible to add a handler to just the request or reponse flow? Johan 2005/10/18, trebor iksrazal <[EMAIL PROTECTED]>: > Don't At least one other way is via the > HandlerRegistry

Re: Send XML just under

2005-10-19 Thread Bhuvan Gupta
Vicente, See the attached mail for the solution of this. -Bhuvan - Original Message - From: "Vicente D. Guardiola Buitrago" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 19, 2005 1:23 PM Subject: Send XML just under Hello, I want to send a XML document already created as the f

RE: Axis 1.2 handlers

2005-10-19 Thread Coyne, Jimmy
Thanks for the replies ! -Original Message- From: trebor iksrazal [mailto:[EMAIL PROTECTED] Sent: 18 October 2005 20:25 To: axis-user@ws.apache.org Subject: RE: Axis 1.2 handlers Don't At least one other way is via the HandlerRegistry, like so: //add ClientHandler to chain of events ja

Re: Element tag before complex type

2005-10-19 Thread Bhuvan Gupta
Title: Element tag before complex type Ashish,   Go through Schema(XSD) and WSDL tutorials on www.w3schools.org. This'll clarify your doubts.   Thanks Bhuvan - Original Message - From: Pujari, Ashish (CONT) To: axis-user@ws.apache.org Sent: Wednesday, October 19, 2005 2

Send XML just under

2005-10-19 Thread Vicente D. Guardiola Buitrago
Hello, I want to send a XML document already created as the first subelement of , that is: ... Can anyone tell me how??? Thanks, Vicente Guardiola __ Renovamos el Correo Yahoo! Nuevos servicios, más seguridad h

Re: Axis Session Issues

2005-10-19 Thread Richard Gregory
Hi Duncan, Do you have this setting in your service wsdd? If not, this may be the problem. Richard. Duncan Krebs wrote: Hi, I have an eclipse RCP application that communicates with a server via axis web services. Running axis on both the client and the server. For my security model I'm try

Wrong timezone set by Axis

2005-10-19 Thread Evlogi Georgiev
Has anyone got an issue with Axis setting wrong timezone on received dates? What I have is a webservice sending GMT dates, but the time inside gets changed in some way when Axis de-serializes the date. Any help will be highly appreciated! E.

RE: Axis 1.2 handlers

2005-10-19 Thread zze-ELSOKHON Tony RD-BIZZ-ISS
Check this page in the Axis Wiki: http://wiki.apache.org/ws/FrontPage/Axis/AxisClientConfiguration -Message d'origine- De : Coyne, Jimmy [mailto:[EMAIL PROTECTED] Envoyé : mardi 18 octobre 2005 18:45 À : 'axis-user@ws.apache.org' Objet : Axis 1.2 handlers Hi all, Could any body show m

Upgrade to Axis1.2 from Axis1.1RC1

2005-10-19 Thread Somendra Paul
hi All, I am new to WebService and hence will put up some stupid questions.We are actually trying to upgrade our application that is running on Axis1.1 to Axis1.2. Currently we are doing it as follows in Axis1.1 We are generating the WSDL files using Glue and then changing it accordin