WSDL2Java doesn't work correctly in some situations

2005-09-11 Thread Juha Kononen
Hi, this email is a continuation of my previous topic 'Is there coming a schema support for facets, lists and regular expressions in Axis?. I'm at the moment a little bit confused as to generating Java classes with WSDL2Java. It seems that the WSDL2Java functions incorrectly when it has to handle f

The char '0x0' in 'return code: 500

2005-09-11 Thread Kr
Hi All, I am trying to expose a EJB as webservice using AXIS 1.2 Final. When deployed my ear/ejb on WSAD - WAS 5.0 and trying to consume the web service using AXIS 1.2 generated stubs I am getting below error on the server side. Exception in thread "main" java.lang.IllegalArgumentException: The

Re: [Axis2]-how to call an axis webservice through C#

2005-09-11 Thread Ajith Ranabahu
Hi Wasana, C# support with Axis2 is experimental and I doubt whether the code generator would generate usable C# code (I haven't had the time to tinker with it at all). My guess is you'll have to stick with the Msft WSDL code generator if you want to generate C# code.On 9/11/05, Wasana Delpage <[EM

JROM

2005-09-11 Thread Fabrício
Does anyone have been using Java Record Object Model (JROM) with web services? I’m having some troubles with JROMAxisSerializer and JROMSerializerFactory. Due to deprecated methods and other problems. Does the version 1.2 is the latest? I downloaded this version from http://www.alphaworks.i

[Axis2]-how to call an axis webservice through C#

2005-09-11 Thread Wasana Delpage
Hi all I wanna call axis webservice written in java call by C#. How can I do it from Axis2 newest version thanks regards wasana