Re: Axis installation - WSDL2Java

2005-01-11 Thread karim
scovery/) and it'll work better I think. Karim

Re: XMLBeanDe/Serializer sample

2005-01-10 Thread karim
Jan Galinski wrote: Jonathan Colwell wrote: Sorry for the delay Hung, I didn't get a chance to work on this until late Friday. I put together a sample Web Service using the XmlBeanSerializers available from: http://superflaco.com/Beehive/xBeanSample.war you should be able to just drop it into a ser

Re: How to disable axis debugger

2004-12-01 Thread karim
inary data it recieves. Thanx a million. In your log4j.properties file (located in your Web-inf/classes maybe), modify the line log4j.appender.CONSOLE.Threshold=DEBUG to log4j.appender.CONSOLE.Threshold=INFO and you won't have debugging info anymore. Karim

Re: AdminClient under Linux

2004-11-18 Thread karim
[EMAIL PROTECTED] wrote: Hey, I'm running Axis on a Linux Server and have a few problems in using the AdminClient there. This is the error message I'll get: # java org.apache.axis.client.AdminClient dayTimesGreeting.wsdd Warning: Major version number mismatch. Warning: Minor version number mismatch

Re: AW: Log4j - Problems

2004-10-21 Thread karim
<>Try to put the log4j.properties file into WEB-INF/classes repository and it'll works I think.

Re: return null Object

2004-10-21 Thread karim
Marco Rossi wrote: I try to create a ws with axis and Tomcat 4. I want that my ws return a simple object, something like this: Class SimpleObject{ private String name; public String getName(){ return name; } public void setName(String name){ this.name = name;

Re: Complex types in Axis

2004-10-08 Thread karim
Suzy Fynes wrote: Hey Can anyone tell me if a wsdd or jws web service can return complex types i.e. an arraylist for web services not using java as a clinet? Thanks I think that it's not possible for an arraylist look at this : http://nagoya.apache.org/jira/browse/AXIS-1362 Karim

Re: axis 1.1 deploying on Orion 2.0.2

2004-09-29 Thread karim
Rafael Gomez wrote: Hi, any help on how to deploy axis 1.1 on Orion 2.0.2 would be highly appreciated. Regards, -R Hi rafael, look at this web page, I think it will help you http://kb.atlassian.com/content/tutorials/candlelight/axis.html Karim

Re: New Service method

2004-09-24 Thread karim
when you restart the server. Every other calls are really quicker and this for every user (I've made tests deploying my client app on some machine of my network). As far as I'm concerned, I don't think that it'll be a problem for the client , he'll think that its connection to the internet have a problem maybe ;-) . Karim

Bad performance when restarting the server

2004-09-14 Thread karim
Is there a way to avoid the difference of time ? My web service is deployed whit those parameters : Karim

[Fwd: Re: Problem Serialization/Deserialization with the BeanSerializer/Deserializer]

2004-07-28 Thread karim
m and that somebody will help me. Thank by advance Karim thank you bryan but I solved my problem without specifying the return type. to do so, I added a setXMLRepresentation(byte[] Xmlrepresentation) to my javabean : public void setXMLRepresentation(byte[] representation) { xmlRepresentat

Re: Identifying a WSDD file for Java2wsdl to define the beanMapping

2004-07-28 Thread karim
Nathan Sowatskey wrote: Hi I am trying to use java2wsdl to create the wsdl for a set of Java classes. I have a complex class that needs to be serialised with the bean serialiser. I understand that I need to make this association in a .wsdd file, which should look like this: http://xml.apache.org/ax

Problem Serialization/Deserialization with the BeanSerializer/Deserializer

2004-07-28 Thread karim
the byte array is null!! I know that, on the server side, the byte array is conformed. It seems that the byte array isn't serialized from the server to the client. I hope that I've clearly exposed my problem and that somebody will help me. Thank by advance Karim

Re: Session timeout? (SimpleSessionHandler)

2004-06-30 Thread karim
ou to define the session timeout : 5 But I'm not sure that it'll solve your problem because you said that the session ID is changed in less than 2 minutes. Karim

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread karim
karim wrote: [EMAIL PROTECTED] wrote: Hello, I would truly appreciate some help with this error. This is one of those things where I believe an extra set of eyes could easily solve. I have the following WSDL documents, and I am receiving the following error: java.io.IOException: Emitter

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread karim
[EMAIL PROTECTED] wrote: Hello, I would truly appreciate some help with this error. This is one of those things where I believe an extra set of eyes could easily solve. I have the following WSDL documents, and I am receiving the following error: java.io.IOException: Emitter failure. There i

Re: Peculiar Error; Appreciate Some Help

2004-06-25 Thread karim
[EMAIL PROTECTED] wrote: Hello, I would truly appreciate some help with this error. This is one of those things where I believe an extra set of eyes could easily solve. I have the following WSDL documents, and I am receiving the following error: java.io.IOException: Emitter failure. There i

Re: Only Default Construktor?

2004-06-23 Thread karim
[EMAIL PROTECTED] wrote: Hello, e.g., I have a class MyService.java. This class have two constructors - a default one and one with some parameters. Suppose, we want to publish this class as a WS. The question is - is it allowed in this case to have not only default constructor? The question is beca

Re: javax.ejb.EJBException: Second thread call to stateful session bean

2004-06-14 Thread karim
rors but the API I'm currently using don't propose the setStreaming(boolean) for the Call object. When will the cvs version that contains the new functionnality will be released? Thank you for your help Cheers karim

javax.ejb.EJBException: Second thread call to stateful session bean

2004-06-14 Thread karim
meone already experiments this problem, I would be glad to know how he solved it... Cheers, Karim