RE: Errnn238 after boot calling web services

2012-11-11 Thread Oscar Rugama
Hi Andreas, Please find attached stack trace of the ConnectException? Thanks in advance Kind regards, Oscar > From: andreas.veit...@gmail.com > Date: Sun, 11 Nov 2012 20:09:56 +0100 > Subject: Re: Errnn238 after boot calling web services > To: java-user@axis.apache.org > > Do

Re: wsdl2java in axis-1_4 does not generate simpleType

2012-11-11 Thread Andreas Veithen
This is actually the behavior required by the JAX-RPC 1.1 specification (see section 4.2.5): "A simple type derived by restriction from another simple type, referred to as its base type, is mapped to the same Java type that its base type is mapped to. If its base type does not have a standard JAX-

Re: Errnn238 after boot calling web services

2012-11-11 Thread Andreas Veithen
Do you have the complete stack trace of the ConnectException? Andreas On Sun, Nov 11, 2012 at 9:28 AM, Oscar Rugama wrote: > Hi > > I have been looking for a solution for the following during last two weeks > and i´am becoming almost crazy, so any help will be welcomed > > I have a Web Service w

RE: Errnn238 after boot calling web services

2012-11-11 Thread Oscar Rugama
I´ve also a web application which calls one of the web services that fails in the same server and when i say web services are failing, the app web that calls one of this web services works, so that why i focosing problem on Axis Regards > Date: Sun, 11 Nov 2012 08:17:19 -0300 > Subject: Re: Er

Re: Errnn238 after boot calling web services

2012-11-11 Thread robert lazarski
On Sun, Nov 11, 2012 at 7:18 AM, Oscar Rugama wrote: > Thanks for answering, but it´s sure the url works, because as i said just > undeploy a redeploy and all works fine. Also i made a standalone client to > test connectivity and it works when at axis1.4 fails > That's not really the same thing a

RE: Errnn238 after boot calling web services

2012-11-11 Thread Oscar Rugama
Thanks for answering, but it´s sure the url works, because as i said just undeploy a redeploy and all works fine. Also i made a standalone client to test connectivity and it works when at axis1.4 fails > Date: Sun, 11 Nov 2012 06:25:29 -0300 > Subject: Re: Errnn238 after boot calling web serv

Re: Errnn238 after boot calling web services

2012-11-11 Thread robert lazarski
On Sun, Nov 11, 2012 at 5:28 AM, Oscar Rugama wrote: > I have a Web Service with Axis2 that publish several methods. One of this > methods call two external (Internet) Web Services so for this web services i > am a client. The client for this Web Services is made with Axis 1.4. > > faultString:

Errnn238 after boot calling web services

2012-11-11 Thread Oscar Rugama
Hi I have been looking for a solution for the following during last two weeks and i´am becoming almost crazy, so any help will be welcomed I have a Web Service with Axis2 that publish several methods. One of this methods call two external (Internet) Web Services so for this web serv