Re: OracleAS

2006-05-03 Thread Ilias Bartolini
On Wednesday 03 May 2006 16:21, Marco Aurélio Seraphim da Silva wrote: > Hi folks, > > Have someone here use Axis with Oracle Application Server? > > It's possible to do? And how can I do it? This link http://zatoichi.homeip.net/~brain/wiki/index.php/Howto_Axis_on_Oracle_Application_Server_OC4J is

Re: Axis 1.2.1 to .NET Interoperability Question

2005-07-18 Thread Ilias Bartolini
On Monday 18 July 2005 07:23, Leslie Tighe wrote: > Hello, > I have webservice created with Axis 1.2.1 and that I am trying to consuming > in .NET (VB) using the Microsoft provided tools. While I am able to consume try adding a non empty soapAction="" in the WSDL you feed to .NET Ilias -- /** *

Re: Unable to tcpmon remote web services

2005-05-13 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 13 May 2005 17:08, Yen wrote: > and ofcourse set below properties in my client program before running > it since I am behind a firewall I think proxy configuration must be setted in tcpmon dialog. Ilias - -- /** * Reply to: ilias.bartoli

auto generated WSDL with soapAction OPERATION

2005-05-02 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is possible to set in the autogenerated WSDL ( the one retrieved with ?wsdl ) the soapAction value at the equivalent Java2WSDL OPERATION ? Does exists any WSDD parameter ? Thank you, Ilias - -- /** * Reply to: ilias.bartolini(at)studio.unibo.it

Re: axis on OC4J Distributed Configuration Management?

2005-04-22 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 08 April 2005 14:20, Ilias Bartolini wrote: > done! It wasn't as easy as I belived. I've finally managed to make Axis work on OC4J with Distributed Configuration Management!! In the attachment there is a little description wi

Re: Java2WSDL generates non valid Schema! (element maxOccours)

2005-04-22 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 22 April 2005 16:02, Ilias Bartolini wrote: > I've deployed a service which java methods return an array of objects. > Signature follows: > public Facolta[] getFacolta(String language) throws RemoteException {...} ah... don

Java2WSDL generates non valid Schema! (element maxOccours)

2005-04-22 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm using Axis1.2RC3 I don't know if it's a known bug, or maybe is not a bug. ...the problem is the follwing: I've deployed a service which java methods return an array of objects. Signature follows: public Facolta[] getFacolta(String language) t

Axis 1.2RC3 and oracle XML paser

2005-04-13 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm using axis on an, oracle application server 10g. When reading the wsdl of a deployed service the following error happens: - - AXIS error: Sorry, something seems to have gone wrong... here are the details: Fault - ;

Re: axis on OC4J Distributed Configuration Management?

2005-04-08 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 08 April 2005 13:24, Ilias Bartolini wrote: > helps and suggestions are wolcome. > Ilias done! I've simply built manually a .war of the application deployed in Axis in my Tomcat and then deployed the .war on OC4J using

axis on OC4J Distributed Configuration Management?

2005-04-08 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm using axis 1.2_RC3. Anyone has experiencies of deploing axis on a OC4J Application Server with Distributed Configuration Management? I've tried to follw theese (http://radio.weblogs.com/0132036/2003/11/16.html) instructions in my own Application