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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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 (
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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:
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
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
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
39 matches
Mail list logo