SOAPConnection Timeout

2005-03-10 Thread Yadav, Ashok
Hi All I am working on Message-style web service. To communicate with webservice I am sending SOAP Message with attachments. It works fine excepts the client is getting timed out after 60 seconds. I am using SOAPConnection to connect to web Service which doesn't support time out function. Is there

Re: trouble while deploy class with complex attribute

2005-03-10 Thread empereur yollson
I' m a new user for Axis.I'm developping for my project a webservice for a PeerToPeer Project.Wenn I first deploy the first easier class it will be done without Trouble.By trying to deploy the second class with a little changement(BeanMapping for non basic methodsattribute)deploy.wsdd file,it appea

Any idea about this error that I get when I run WSDL2Java.

2005-03-10 Thread Soti, Dheeraj
This is the error I get on running org.apache.axis.wsdl.WSDL2Java on this wsdl although I have defined it correctly. Am I missing something very basic here. Thanks Dheeraj Error - java.io.IOException: Type {http://impl.content.hrs.harris.com/}CommercialContent Impl is referenced but not defi

Re: Send a Vector with axis

2005-03-10 Thread John Delaney
I have a service doing just this sort of thing. You don't need a special queue name for the vector, use XMLType.SOAP_Vector. I had to change 'languageSpecificType' within the wsdd elements to 'type' within deploy.wsdd under rc2. JWD >>> [EMAIL PROTECTED] 03/09/05 20:50 PM >>> Hi i want to send

Re: James Richardson is out of the office.

2005-03-10 Thread Vy Ho
Not to say anything about Axis users, but what kind of math, statistics make you think they're mutually exclusive? Get real. Also, axis users are not people who can read this list. You can search web archive, using some automatically scanning tool to find these kind of out of the office mess

Re: James Richardson is out of the office.

2005-03-10 Thread Michael . Medwith
Axis users don't rob houses, burglars do. If this interests you, I'd suggest subscribing to [EMAIL PROTECTED] Michael Medwith Flagstar Bank Mortrac 4 - Development Team 248.312.5959 Vy Ho

Re: James Richardson is out of the office.

2005-03-10 Thread Vy Ho
This is not for Richardson (because he probably is out of the office). However, for those of you still having this scheme of email set up, I think this is a huge security risk for you. So disable it, remove it, or whatever it takes. Here's why: it's not hard to locate a person these day. If

James Richardson is out of the office.

2005-03-10 Thread James Richardson
I will be Out of the Office Start Date: 10/03/2005. End Date: 14/03/2005. I will respond to your message when I return. -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the

Re: Returning nulls with minOccurs set to 0

2005-03-10 Thread Eugene Shershnev
Just rerun the test with the latest build - same result.   Actually, all 4 strN were serialized as when all 4 values were null. I was expecting an exception on the server side since str3 must not be null (nillable=false & minOccurs=0)   Thanks, Eugene - Original Message - From:

RE: Returning nulls with minOccurs set to 0

2005-03-10 Thread Simon Fell
As you say it doesn't cause a problem for strings, but if that was an int or date, then it would cause the .NET client to be unable to parse the message. I think there was a post RC3 fix for this, have you tried the latest code ?   Cheers Simon From: Eugene Shershnev [mailto:[EMAI

Re: difference in behaviour between wsdl2java command line and ant versions?

2005-03-10 Thread Davanum Srinivas
Please open a bug report with the various wsdl's that you used (and those that got generated etc) thanks, dims On Thu, 10 Mar 2005 11:52:04 -0500, Jay Glanville <[EMAIL PROTECTED]> wrote: > I just noticed a difference in behaviour between the command line and > ant implementations of WSDL2java.

difference in behaviour between wsdl2java command line and ant versions?

2005-03-10 Thread Jay Glanville
I just noticed a difference in behaviour between the command line and ant implementations of WSDL2java. Basically, if I use the code generated by the ant version, I get a questionable IO Exception generated. Here's what happened. 1) I downloaded the auto-generated WSDL from my service 2) I ran t

Re: Returning nulls with minOccurs set to 0

2005-03-10 Thread Eugene Shershnev
Here is another thing I've got in my NULL interop testing between Axis and .Net   Here is a type defined like this:                       nillable="false" minOccurs="0" type="xsd:string"/>          On

Returning nulls with minOccurs set to 0

2005-03-10 Thread Eugene Shershnev
Hi All,   I have a simple test to check the interop issues between Axis 1.2 RC3 server and .Net client.   A function returns a String so the element in the WSDL is defined as follows:                   and when that function returns null the response looks like this:     http://test.e

Proxy settings in AXIS...

2005-03-10 Thread Adam Landefeld
Hi All, I am trying to program my axis client to go through an authenticated proxy server. I set these properties and am partially successful. System.setProperty("http.proxyHost", "proxy"); System.setProperty("http.proxyPort", "8005"); System.setProperty("http.proxyUser",

Re: Dynamic Lists in Web Services (java /axis)

2005-03-10 Thread Anne Thomas Manes
maxOccurs is not a valid attribute in the element. On Thu, 10 Mar 2005 02:40:30 +0100, Edoardo Causarano <[EMAIL PROTECTED]> wrote: > and now comes my question: can I do the same for attachments? Can I > declare a wsdl with an arbitrary quantity of attachment parts in a > wsdl:message? I'm afrai

Re: Axis Xdoclet Error

2005-03-10 Thread Michael . Medwith
Doesn't seem to be the case, my ejb tags are getting picked up as well. here is my error does anyone else have any ideas? gen.ejb: [ejbdoclet] Generating EJB deployment descriptor (ejb-jar.xml). [ejbdoclet] Generating weblogic-ejb-jar.xml. [ejbdoclet] Generating Local Home interface for

Problem "No serializer found for class"

2005-03-10 Thread Rastislav Graus
Hallo, I try to write my Web-Service. I have following value objects: public class Type1 implements Serializable { private final static String CONST1 = 'Value1'; private Type2 attr1; private String attr2; public Type1() { this(null, null); } public Type1(String param1, Strin

[Axis1.2RC3]: ExceptionInInitializerError in axis.management

2005-03-10 Thread Francis ANDRE
Hi ListenersI got the following exception when running Axis1.2RC3 over Tomcat 4.1.24 whith the URLhttp://localhost:8090/axis/services/Version?method=getVersionAny idea to fix this??TIAFAjava.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) at java.lang.Cla