.so files for AXIS

2003-02-14 Thread Robert Morse
Within my AXIS service, I need to call some legacy code that is in a .so file. I have the Java wrappers written, and a small Java test program successfully calls the C routines in the library. My problem is where to put the .so files so that my Axis service can find them. I've tried defining jav

SSL issue while using Axis and WLS

2003-02-14 Thread Vemuri, Krishna
Title: SSL issue while using Axis and WLS Hey guys, This in all probability is an issue on Weblogic's side but if someone knows here how can I fix this, it will be really helpful Issue : We are running WLS6.1 integrated with Axis RC1.1, our web-service ear which is WLS based we make an Axis

RE: [wsif] EJB questions

2003-02-14 Thread Mark Galbreath
Title: Message Heh heh...ditch the proprietary software. Go with Tomcat + JBoss.   MARK       Mark Galbreath Principal Consultant Workflow Process Engineering and Systems Integration http://www.QAT.com 410-703-367 / 800-799-8545 "Never attribute to malice that which can be adequately expl

[wsif] EJB questions

2003-02-14 Thread David . Pool
I just got the EJB addressbook sample to work. :-) To make it work I had to do a couple of things: 1. The EJB is running on WebSphere, and on the client side I *had* to use IBM's JDK. When I used Sun's JDK I got a naming exception "javax.naming.ServiceUnavailableException: NULL returned when reso

SoapHeaders Help

2003-02-14 Thread Drooker, Matthew
Title: SoapHeaders Help Hello- Got a quick question that's been killing us over here... So here it is- We plan on using SoapHeaders to enable some token exchanges to implement a custom security pattern. We have .NET client, Java clients, and old school VB6 clients. But on the server, Axis

RE: JDBC-based Web Services (?)

2003-02-14 Thread Philip Li
Thanks very much for the comments so far. Can a ResultSet be serialized though? Philip -Original Message- From: Benjamin Tomasini [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 1:44 PM To: [EMAIL PROTECTED] Subject: RE: JDBC-based Web Services (?) I would agree with this.

RE: JDBC-based Web Services (?)

2003-02-14 Thread Benjamin Tomasini
I would agree with this. Some ideas, maybe: I would read Microsoft's docs on SQL XML support to understand how they approached it, for some ideas. You probably want to expose things like ResultSets, etc Maybe look at other db abstraction projects like Castor, EJB CMP 2.0, and OJB to get so

RE: JDBC-based Web Services (?)

2003-02-14 Thread Michael Yuan
If all you want is a data service, you probablly should NOT expose the connection object itself to the user. Just let the user say what she wants to query and you can manage the SQL templates/connection pools on the server side. Plus, I do not see a way to serilaize the "connection" object in a SO

RE: JDBC-based Web Services (?)

2003-02-14 Thread Philip Li
It's not a real application yet. We are trying to build dbms-independent data services. -Original Message- From: Benjamin Tomasini [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 1:27 PM To: [EMAIL PROTECTED] Subject: Re: JDBC-based Web Services (?) I don't think you want to

Re: JDBC-based Web Services (?)

2003-02-14 Thread Benjamin Tomasini
I don't think you want to expose db calls over a web service. That is pretty low level. I am curious what application would require such features. On Fri, 2003-02-14 at 16:41, Philip Li wrote: > Has anyone implemented a JDBC-based Web Services? I am attempting to > implement 3 basic servcies

JDBC-based Web Services (?)

2003-02-14 Thread Philip Li
Has anyone implemented a JDBC-based Web Services? I am attempting to implement 3 basic servcies to access a database: 1. openDB()- returns a JDBC Connection object; 2. selectFrom(Connection con, String sql_stmt)- returns the ResultSet of a Select statement encoded in sql_stmt; 3. closeDB(Connect

java.lang.NoClassDefFoundError: javax/xml/rpc/encoding/SerializerFactory

2003-02-14 Thread Mike Wallace
We have a webapp on Tomcat 4.0.1 that connects to an Axis web service, and it works fine. We moved that webapp over to Tomcat 4.0.3, and get the following error: java.lang.NoClassDefFoundError: javax/xml/rpc/encoding/SerializerFactory This class exists in the jaxrpc.jar, which 4.0.3 fails to reco

RE: Light Weight Client using Axis

2003-02-14 Thread Anne Thomas Manes
Title: Light Weight Client using Axis In addition to kSOAP, you might also look at Wingfoot SOAP -- www.wingfoot.com. -Original Message-From: Anecito, Anthony (HQP) [mailto:[EMAIL PROTECTED]]Sent: Friday, February 14, 2003 1:04 PMTo: '[EMAIL PROTECTED]'Subject: Light Weight

RE: Mirroring this list on a news server ( was RE: Is there a chance of having a Forum of discussion ( something more flexible ))

2003-02-14 Thread Apostolopoulos Paris
No I don't think so, it is not doable I suppose. All the posts are stored in a db table with specific fields and attributes. So in order someone to add theses post it might have to talk directly to MySQL with some thousands of Insertions, in a way! :) Paris -Original Message- From: Liviu

RE: Mirroring this list on a news server ( was RE: Is there a chance of having a Forum of discussion ( something more flexible ))

2003-02-14 Thread Liviu Chiriac
Does the proposed forum have a way to import all the existing archive and the past messages? Liviu -Original Message- From: PAPO [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 2:41 PM To: [EMAIL PROTECTED] Subject: RE: Mirroring this list on a news server ( was RE: Is there a

RE: Mirroring this list on a news server ( was RE: Is there a chance of having a Forum of discussion ( something more flexible ))

2003-02-14 Thread PAPO
Yeap that is very very nice, but I hope that they can do it sometime! For now the forum is on still on the air. -Original Message- From: Jeff Barrett [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 6:28 PM To: [EMAIL PROTECTED] Subject: Mirroring this list on a news server (

Re: WSDL, Java source and javadoc

2003-02-14 Thread Elmar Fasel
Hi, Steve Loughran schrieb: >> is there a possibility to generate java stubs and skeletons with >> javadoc comments embedded, taken from the WSDL file >> tags? > > this is an open bug report. Feel free to fix it. Ok, if I got some spare time I have a look at it. Regards, Elmar

Re: WSDL, Java source and javadoc

2003-02-14 Thread Steve Loughran
this is an open bug report. Feel free to fix it. - Original Message - From: "Elmar Fasel" <[EMAIL PROTECTED]> To: "axis mailing list" <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 08:18 Subject: WSDL, Java source and javadoc > Hi, > > is there a possibility to generate java stubs

RE: Light Weight Client using Axis

2003-02-14 Thread Benjamin Tomasini
BTW, On the Windows side, PocketSoap http://www.pocketsoap.com is a great alternative to the MS SOAP toolkit. I highly recommend it. Ben On Fri, 2003-02-14 at 13:34, Anecito, Anthony (HQP) wrote: > Thanks Michael, > > I have started reading the article! Thanks everyone else so far for > respo

RE: Light Weight Client using Axis

2003-02-14 Thread Anecito, Anthony (HQP)
Title: RE: Light Weight Client using Axis Thanks Michael, I have started reading the article! Thanks everyone else so far for responding!!! Many Thanks, Tony -Original Message- From: Michael Yuan [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 10:20 AM To: [EMAIL PROTE

Mirroring this list on a news server ( was RE: Is there a chance of having a Forum of discussion ( something more flexible ))

2003-02-14 Thread Jeff Barrett
The best alternative is to mirror traffic to this mailing list to a news server. This is done with all of the jakarta.apache.org mailing lists. It allows anyone to read the same mailing list with any NNTP news reader. I think this is the best answer for two reasons: 1) It allows flexability i

Re: Light Weight Client using Axis

2003-02-14 Thread Michael Yuan
Use kSOAP. It is less than 100 KB. :) It is not as fully featured as Axis but it gets the job done in most cases. I have been using kSOAP to access Axis and JWSDP servers with no problems. kSOAP does not come with a client stub generator itself. But most IDEs (SUNOne, WSDD) have included their ow

AW: Light Weight Client using Axis

2003-02-14 Thread Stefan Henke
Hi, I´m not sure, but I have in mind that there was a discussion about this some time ago on this list. Maybe you can check the archives to find the answers. As I told you above, I´m not sure. So, apologize if I´m wrong. Stefan -Ursprüngliche Nachricht- Von: Benjamin Tomasini [mailto:[EMA

Re: Light Weight Client using Axis

2003-02-14 Thread Tom Myers
Anecito, Anthony (HQP) wrote: Hi All, Does anyone have a solution of building a Axis client without using all those JARs? My client code got bloated 10X by including the 11 JARs (5MB) just to talk to the Axis server. The JAR's include the JAXP distrubtion from Sun. The JAR's total size is bigger

Re: Light Weight Client using Axis

2003-02-14 Thread Benjamin Tomasini
That is an interesting thought. Perhaps there is a way to build a client-only Axis-lite? This could be an optional, be it advanced, build target that attempts to put only the bare minimums into a single-standalone jar. Like a Linux boot disk. I would assume this would mean unjaring dependancies

Light Weight Client using Axis

2003-02-14 Thread Anecito, Anthony (HQP)
Title: Light Weight Client using Axis Hi All, Does anyone have a solution of building a Axis client without using all those JARs? My client code got bloated 10X by including the 11 JARs (5MB) just to talk to the Axis server. The JAR's include the JAXP distrubtion from Sun. The JAR's total si

AW: Invoke Web Service from behind a Firewall

2003-02-14 Thread Mark Uhlemann
It works, thanks a lot Cory! -Ursprüngliche Nachricht- Von: Cory Wilkerson [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Februar 2003 17:48 An: [EMAIL PROTECTED] Betreff: RE: Invoke Web Service from behind a Firewall Set the system properties for your proxy host and proxy port. Sys

RE: Invoke Web Service from behind a Firewall

2003-02-14 Thread Cory Wilkerson
Set the system properties for your proxy host and proxy port. System.setProperty("http.proxyPort", "XXX"); System.setProperty("http.proxyHost", "XXX.XXX.XXX.XXX"); Cory -Original Message- From: Mark Uhlemann [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 10:42 AM To: '[EMAIL

Invoke Web Service from behind a Firewall

2003-02-14 Thread Mark Uhlemann
Hi all! I have a problem concening invoking public Web Services from inside a corporate network (and of course a firewall). The only possibility to access the Internet is via a proxy server and I don't have a clue how to tell my Java client to invoke the Service via this proxy. I already constru

WSDL, Java source and javadoc

2003-02-14 Thread Elmar Fasel
Hi, is there a possibility to generate java stubs and skeletons with javadoc comments embedded, taken from the WSDL file tags? Currently the content of tags will be embedded as simple comment in the generated files. Best regards, Elmar

RE: Is there a chance of having a Forum of discussion ( something more flexible )

2003-02-14 Thread PAPO
Thanks Mark! For those that did not see the previous emails, the forum proposal is sited here http://members.lycos.co.uk/papogr/phpBB2/ Thanks for your replies everyone! -- http://www.freemail.gr - &dgr;&ohgr;&rgr;&egr;&aacgr;&ngr; &ugr;&pgr;&eegr;&rgr;&egr;&sgr;&iacgr;&agr; &eegr;&lgr;&egr

RE: Is there a chance of having a Forum of discussion ( something more flexible )

2003-02-14 Thread Mark Galbreath
Good forum! Mark Galbreath Principal Consultant Workflow Process Engineering and Systems Integration http://www.QAT.com 410-703-367 / 800-799-8545 "Never attribute to malice that which can be adequately explained by stupidity." ~Hanlon's Razor -Original Message- From: Liviu Chiriac [m

RE: Is there a chance of having a Forum of discussion ( something more flexible )

2003-02-14 Thread Liviu Chiriac
http://www.phorum.org -Original Message- From: Apostolopoulos Paris [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 8:35 PM To: [EMAIL PROTECTED] Subject: RE: Is there a chance of having a Forum of discussion ( something more flexible ) Thanks Mark , I definetely will , and

Re: Is there a chance of having a Forum of discussion ( something moreflexible )

2003-02-14 Thread ryan . cuprak
Hey  I am an OS X/ linux fan and only use windows at work =) Ryan Cuprak [EMAIL PROTECTED] Office: (203)-786-5682 Cell: (203)-376-8789 Dennis Sosnoski <[EMAIL PROTECTED]> 02/13/2003 06:48 PM Please respond to axis-user                 To:        [EMAIL PROTECTED]         cc:              

Extending AxisFault breaks the faultCode

2003-02-14 Thread David Logan
If I throw an AxisFault in my service everything works fine. If I create a subclass of AxisFault the "faultcode" is always = http://schemas.xmlsoap.org/soap/envelope/>}Server.generalException Why isnt the faultcode = "MyService:MY_FAULT_CODE" when caught on the client? I am running axis v1.1rc1

NullPointerException in SOAPFault

2003-02-14 Thread Oliver Adler
Hi, I' ve defined a service which does NOT throw a exception. But the handler in the global handler chain could throw exceptions. If that happens I got a NullPointerException atorg.apache.axis.message.SOAPFault line 184 My handler exceptions extend AxisFault and so the following code is invoked:

NullPointer Exception in RC1

2003-02-14 Thread Oliver Adler
Hi,   I've defined a service which does NOT throw a exception. But the handler in the global handler chain could throw exceptions. If that happens I got a NullPointerException in org.apache.axis.message.SOAPFault at line 184   My exception extends AxisFault and so

Nullpointer in wsdl2java

2003-02-14 Thread Matthias David
Title: Nullpointer in wsdl2java Hi, running wsdl2java I get a NullpointerException. Here's the StackTrace: [wsdl2java] java.lang.NullPointerException [wsdl2java] at org.apache.axis.wsdl.symbolTable.Utils.getNodeNameQName(Utils.java:257) [wsdl2java] at org.apache.axis.wsdl.symbolTab

FW: Axis return wrong xsi:type attribute in response

2003-02-14 Thread Tevoi Andrea
Hi all, I've a problem in xsi:type attribute value in response: My service defined in wsdd is: /MyWebService.wsdl http://my.webservice.namespace"/> http://www.w3.org/2001/XMLSchema";> I've