tion, user info is being stored in client
specific databases. I've come up with my own ideas, which include
sending the "authentication" piece as part of the message. If anyone has
any alternative ideas please let me know.
Thanks,
Joe Plautz
Hello all,
I don't know how many of you have seen the example floating around about
using WSS4J in axis. If it's already been posted, them my apologies. I
thought it might be appropriate to share it here.
http://weblogs.asp.net/jdanforth/archive/2005/01/16/354060.aspx
Have a great day,
Joe
Bare with me please I haven't dealt with this in a while so my specifics
might not be accurate. As you maybe aware of chunking is part of the
HTTP 1.1 specification. If you are specifying that you are submitting a
request in in HTTP 1.1 that means you will accept chunking in return. If
you sub
In tomcat's documentation you can find all that you need for connection
pooling. I don't know of any restrictions on pools, but I have at least
10 going right now.
look here:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html
Joe
METIN ZAVRAK wrote:
Hi
This type (extracted from a large schema) generates a setter called
setMessage1() in 1.2RC2 instead of setMessage() (1.2b, 1.1).
Intentional or bug?
joe
Represents an error in both human and computer
readable formats.
Human readable text
a WSDL approach vs the
code approach.
I guess you could call me lazy for not wanting to do more work.
Joe
Anne Thomas Manes wrote:
Code centricity is a fine approach if your goal is to use SOAP as a slower
replacement for RMI -- producing tightly coupled Java-centric distributed
object application
Be code centric as opposed to WSDL centric. With Axis we can expose our
code in a relatively easy manner without the need of creating a WSDL
first which is perfect.
Anne Thomas Manes wrote:
I'm thinking about reusability.
Picture yourself a couple of years from now when your company has a few
s. Not as
something that needs to be called over and over again in rapid succession.
Vikas Phonsa wrote:
Hi Joe,
Thanks for your answer. Could you elaborate a little bit about the
authentication object? Was that part of the SOAP message?
Thanks
Vikas
-Original Message-
From: Joe Plautz [mai
mplemented authentication using a
user authentication object.
Hope this helps,
Joe Plautz
Vikas Phonsa wrote:
I would appreciate if someone could comment on the security and
authorization aspects of the web services.
What is everybody using in that regard?
Thanks
Vikas
-Original Message-----
deal with Java and Ant alone, not WSDDs and WSDLs. The only
gripe I have with this process is that Axis's wsdl2java insists on putting
_client-side_ stubs in the same directory as _server-side_ WSDDs. There's no
getting around that because both get generated in the same task. Annoying
lmost
anything you want.
I guess a question that I have, when deploying into production, do most
people actually deploy the service using the admin client? Or, do people
deploy locally and take the server-config from that and put it into
their war for production?
[EMAIL PROTECTED] wrote:
Thanks,
way you wish. But, like EJB and other distributed
technologies they need to be used where appropriate. Deciding where it's
appropriate is something that comes with experience not reading it from
somewhere.
Have a great day,
Joe Plautz
[EMAIL PROTECTED] wrote:
Thanks, Nikki.
We have a stand
JBoss/...)? Where is it
installed?
I don't know how to answer the container question, from I simply click the checkbox
and no error messages appear.
I think you need to figure out what happens when you press that
checkbox :)
joe
ch for LogFactory in
your runtime class path
I don't think your error has anything to do with log4j.properties, Java
version or operating sytem - it looks like you are missing some runtime
piece of commons logging or log4j.
joe
using common/lib or shared/lib (only if you can't
or won't use WEB-INF/lib).
What is the logic for determining if a library should go in shared/lib
or common/lib?
joe
Shucks, perhaps ... unless you're very self-deprecating :)
> -Original Message-
> From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]
> Sent: Friday, 21 May 2004 9:38 AM
> To: [EMAIL PROTECTED]
> Subject: RE: book recommendations
>
>
> Aw, sucks. Thanks.
>
> Anne
>
> -Original Messag
thing interoperable. Is it enough to rewrite the
import namespace URL in the manually deployed wsdl and the
targetNamespace in the schema?
joe
there is a way to turn chunking off in Axis or Tomcat. We a researching
using HTTP 1.0 to connect with Power Builder, but if I can head it off at
the server.
Any help will be beneficial!
Joe
the
data to be passed to the operation. Next, you'd click the submit button and
be presented with the results of the operation.
> -----Original Message-
> From: Joe Plautz [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 13, 2004 1:40 PM
> To: [EMAIL PROTECTED]
> Subject:
Re: Best Practices?
>
> Let's twist this discussion on its head
> - Is there a list of bugs hiding in there somewhere? (bug reports)
> - What would you do if you were to write/re-write parts of axis?
> (enhancements requests)
>
> If we can't create new bug reports
ion itself. Anyone can edit the wiki
content. (http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages)
thanks,
-- dims
On Thu, 13 May 2004 08:47:30 -0500, Joe Plautz <[EMAIL PROTECTED]> wrote:
>
> I agree with Andy. Hence, why I started this thread looking for guidance.
>
>
guide.
Joe
- Original Message -
From: "Davanum Srinivas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 13, 2004 8:05 AM
Subject: Re: Best Practices?
Next question: Are u willing to help? As u know all committers have day jobs
:)
thanks,
dims
On Thu,
ith little changing except creating a new broker.
-Joe
- Original Message -
From: "Anderson Jonathan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 12, 2004 10:03 AM
Subject: RE: Best Practices?
> I would venture to say that 80% of the complicati
parameternames in your auto generated wsdl, cause the the params looks like
in0, in1, in2... .
Then you use wsdl2java to generate your stub, locator, skeleton, impl and
maybe a testclient.
Now you can implement and deploy your Service by unsing the addtional
generated .wsdd files.
Hope this h
. Keep the
interface
as simple as possible.
Ross
-Original Message-
From: Joe Plautz [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 11, 2004 9:48 AM
To: [EMAIL PROTECTED]
Subject: Best Practices?
I'm a newbie looking for guidance in creating WebServices with Axis. I've
gone thr
string contains xml
formated text?
If there are any sites that cover this information, please forward them on
to me.
Any help will be appreciated!!!
Thanks,
Joe Plautz
[EMAIL PROTECTED]
I ommitted the case where its Java on the client layer, because then you've
got a lot more flexibility; for some reason assumed you'd be using .NET on
the web layer... painful, but thats my world at the moment :)
Cheers,
Joe
-Original Message-----
From: Joe Shevland [mailto:[EMAIL
t of
custom queries and so on... much nicer having a business API they can talk
to.
Cheers,
Joe
-Original Message-From: Dave Jacobson
[mailto:[EMAIL PROTECTED]Sent: Wednesday, 5 May 2004 6:02
AMTo: [EMAIL PROTECTED]Subject: question about
database result sets...
I am wor
Well, its a bug I've never encountered in the months that I've been using
1.1... I've had to do very little date fiddling, and where I have, its been
due to .NET either not sending timezone information, or not handling null
dates properly.
Joe
> -Original Message-
&g
t;ant clean" in ws-axis/java directory
#3: run "ant" in ws-axis/java directory
#4: run "ant clean compile run" in ws-axis/java/samples/perf directory
powerbook:joe:~/src/ws-axis/java/samples/perf> !a
ant clean compile run
Buildfile: build.xml
clean:
[echo] Removing
above syntax correct? If so where should the wsdl file go?
in webapps/axis/WEB-INF/classes
joe
I have a service whose deployment wsdd is automatically generated
by wsdl2java. Is there an ant task, option to wsdl2java or other
automated method (other than patch) to add
/my.wsdl
to the service section of the deployment wsdd?
joe
ame JDK as the working client application,
please let me know if I should explore this option more completely. Any
ideas are appreciated. TIA.
- Joe
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
n for the JBoss
implementation.
Is there some feature set from Axis that is lost in using the Jboss
approach that I am missing?
Best,
Joe
String() { return _value_;}
public java.lang.Object readResolve() throws
java.io.ObjectStreamException { return fromValue(_value_);}
}
I can then use DataFormatType.RAW exactly as one might with the simple
enumeration (same as if I used DataFormatType._value1 or
DataFormatType._RAW above).
Stuart,
I submitted a revised class for producing enumerations that will produce
more user-friendly enumerations (no VALUE1 stuff) and is still
compatible with the old code set. If you limit your enumerated list to
items without spaces, then you can get an enumeration that is usable.
Best,
Joe
s,
then it will automatically generate useful values. IMHO, one should
simply replace spaces with _ and generate HO_HO_HO instead of VALUE1.
Joe
-Original Message-
From: McDaniel, Joe
Sent: Thursday, November 20, 2003 10:05 AM
To: [EMAIL PROTECTED]
Subject: RE: Enumeration Question
Hi A
n,
then the enumerations would be much more useful at compile time.
Best,
Joe
-Original Message-
From: Albert Lin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 19, 2003 5:09 PM
To: [EMAIL PROTECTED]
Subject: Re: Enumeration Question
This is because wsdl2java generates "ty
to be
made available through the 3GPP input contribution
process in January (same content for ETSI and The
Parlay Group if you get content from either of these
sources).
Feel free to send email to me directly for more
information.
Joe McIntyre
Chair, Web Services Working Group, The Parlay Group
.?
Best,
Joe McDaniel
Soniya,
SOAP should not really care what language is being used inside of the
objects it passes unless you are rendering directly from the SOAP wrapped
objects. Did you try your application without doing anything special?
Best,
Joe
-Original Message-
From: Shah, Soniya M. [mailto
-- no time to open socket, etc.
The only reason for Axis/SOAP is language neutrality IMHO.
Joe
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2003 1:53 AM
To: [EMAIL PROTECTED]
Subject: Performance comparison 2
We've implemented a tes
aded methods
for the array properties, could this be an issue? Anyway, I sound
lazy to my own ears now so I'll dig further and hopefully find
something useful.
Joe
Title: Message
Doh!
The JVM in Sybase is either 1.1.8 or 1.2.? (depending on whether you read the
docs or believe the DBA, respectively). Hence, the problem. If it is 1.2.?, SOAP
might work.
Joe
still no help.
Best,
Joe
McDaniel
Institute for
Genomic Research
Rockville,
MD
Title: Exception help
I use WSDLtoJava to generate stubs from the following WSDL file:
http://devel.responsivesolutions.net/wmg/main/ws_pull_shipping_info.php?wsdl
Compile and test and I get the following exception:
..
- Could not convert [[Ljava.lang.Object; to bean field 'packages',
o pass an int to the gSoap WS but haven't figured out how to do
that with Axis - only strings.
-- Joe
At 12:25 PM 2/21/2003 -0500, Mike Burati wrote:
QName is simply a holder
for qualified names (local name plus namespace
URI).
I don't know anything
about gSoap and have never used it, but
Didn't get any suggestions on this so thought I'd ping one
more time. Does gSoap work well with Axis? What are some debugging tips
for me? Where can I read about QName()?
Thanks,
Joe
At 01:10 PM 2/19/2003 -0800, Joe Johannsen wrote:
What I meant is I'm calling a web
service cal
eems to indicate it's not
finding it at all. Could it be that the method signature is different
because I have the i/o params wrong?
-Joe
At 03:47 PM 2/19/2003 -0500, Mike Burati wrote:
Your email description
says you're calling a "server" named magic, but in the code you
set th
e to Axis I could also use tips on where I can read
something in detail on QName() - I don't have an understanding of what
that is doing or why
http://soapinterop.org
is referenced there.
Thanks,
Joe
--
Try exporting the ENV variable before you call your program:
export LD_LIBRARY_PATH=path_to_so
set this in your shell, or in the script that starts the java program.
hope it helps,
joe
Robert Morse wrote:
Within my AXIS service, I need to call some legacy code that is in a .so
file. I
> > Thanks for the advice (I should have thought of that) and
> it's worked
> > well - I've just subclassed AxisServlet at this stage and have
> > overridden the doGet() method. I'm checking for an empty or
> null query
> > string, and when found I'm redirecting to a URL based on
> the name of t
name of the
service being called (obtained from getRequestURI()).
Cheers,
Joe
PS. The code is trivial but in case someone needs it down the track:
public void doGet(HttpServletRequest request, HttpServletResponse
response)
throws IOException, ServletException {
// Test for a
rameters?
I've searched the latest CVS source code for those words but haven't
managed to find them (odd, is it gone in HEAD?).
Ultimately I'd like to display some HTML documentation about the service
when accessed with a simple HTTP GET.
Cheers,
Joe
D schema). Alternatively any
ammo saying this approach is madness and the DataSet should be built back up
on the client is OK too ;)
Cheers,
Joe Shevland
E-Wise Solutions Pty Ltd
---
* Example of the kind of response the VB.NET client could use as a DataSet
(I think):
http://tempuri.or
ple, I have the Axis webapp deployed in the same instance of Tomcat
that
I have my custom webapp. But, the two different webapps show completely
different web services deployments.
- Original Message -
From: "Joe Hanink" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
#x27;ll need to load
the axis context (see server.xml)
If you want to call the service from your custom web app context,
http://somehost/yourContextPattern/services/MyService?wsdl, don't load
the axis context.
Joe Hanink
-Original Message-
From: James Carman [mailto:[EMAIL PROTECT
interested in providing a
cross-app integration point based on soap.
Does anyone have any recommendations or comments about the pros & cons
for these two approaches or any other for that matter?
Joe Hanink
Threedeep, Inc
the connection is reset by peer. Doesn't crash with BEA JVM or
IBM JVM, however.
joe
Hello,
I am having a consistent linux jvm crash using Axis, and trying to
serialize large Objects.
I am using RH 7.3, Sun JVM J2sdk1.4.1_01, Tomcat 4.1.12 and Axis 1.0.
Again, it only seems to
to.
I have already extensively searched the archives. Any
help very much appreciated.
Thanks,
Joe
__
Do you Yahoo!?
Yahoo! Mail Plus Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Hi Asbell,
http://www.rpbourret.com/xmldbms/
http://www.rpbourret.com/xml/XMLDatabaseProds.htm
and choose 'XML Middleware'
--- "Asbell, Jonathan"
<[EMAIL PROTECTED]> wrote:
> Hello all. While using "Axis" I have been searching
> for a java package that
> extracts DB data into xml format. I fo
d.run(../WorkerThread.java:75)
--
I can't access the web services list either. Has anyone run into this?
Thanks,
Joe
Hi,
I just downloaded Release 1.0. I tried to do the
instant deployment as described in user's guide.
When I tried the
http://localhost:8080/axis/Calculator.jws
I get the following error on my tomcat console.
[INFO] Registry - -Loading registry information
[INFO] Registry - -Creating new Regist
> > Found SAAJ API (javax.xml.soap.SOAPMessage) at
> > F:\Tomcat\webapps\axis\WEB-INF\lib\saaj.jar
> > Found JAX-RPC API (javax.xml.rpc.Service) at
> > F:\Tomcat\webapps\axis\WEB-INF\lib\jaxrpc.jar
>
> it is still pickign these up from the webapp, rather
> than common/lib; I dont
> know if that i
ROTECTED]> wrote:
>
> - Original Message -
> From: "Joe" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, July 23, 2002 1:45 PM
> Subject: Re: JDK 1.4 Java aint finding javax.*
>
>
> > Hi,
> >
> > Thanks for
in the catalina_home\common\lib
> This is Tomcat 4.0 specific
>
>
> - Original Message -
> From: "Joe" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 22, 2002 10:21 PM
> Subject: JDK 1.4 Java aint finding javax.*
>
>
>
Hi, I'm trying to set axis up. JDK 1.4, axis 1, tomcat
4.0.4.
I don't understand the NoClassDef, as it can't find
javax?? It should always find javax.* shouldn't it?
Perplexing me.
Regards,
Beri
java org.apache.axis.wsdl.WSDL2Java
http://localhost:8080/axis/CalculatorService.jws?wsdl
java.lang.
I have installed and configured Axis with Tomcat and Java
Standard Edition. Is there any advantage to using JBOSS.net,
or Axis with J2EE as opposed to standard edition? Can EJBs
be used with my current configuration or do I need to “upgrade”?
___
Thomas Herbstreuth - [EMAIL PROTECTED]
Telefon: +49 711 735 760 0
Telefax: +49 711 735 760 5
-Original Message-
From: Joe Harrison
[mailto:[EMAIL PROTECTED]]
Sent: Monday,
June 03, 2002 8:57 PM
To: [EMAIL PROTECTED]
Subject: Axis web services for
MySQL Connection.
I just setup
I just setup Axis last week. My plan was to use Axis for
database connectivity to MySQL. But I cannot find any examples of anyone using
Axis with JDBC (or specifically the MM MySQL driver). I even bought several books,
and one that is Axis-centric, but found no database examples…Am I on the
I just started developing with .net and Axis yesterday...so I'm not sure
if I'm even qualified to answer this question or if this is even the
answer that you are looking for...but this is how I do it...(at least
when my Axis would still compile:) )
In VS.net under your solution explorer...right
After
rebooting my RH7.3 Linux box today Axis will no longer compile .jws files.
I even
renamed a .jws file that I had compiled previously and
it still would not compile.
This is
what I get.
AXIS
error
Sorry,
something seems to have gone wrong... here are the details:
Error while compi
you've got several days to several weeks of coming-up-to-speed
ahead of you.
You don't run php via axis.
There isn't a real servlet[s] directory.
I apologize for any mistakes in the above.
Heitzso
On Tue, 2002-05-28 at 13:41, Joe Harrison wrote:
> I want to develop application
services as detailed in the Axis docs. Make sure you put all the
correct jars into the lib folder!
You can run tomcat with /bin/catalina.sh
run
On Tue, 2002-05-28 at 18:41, Joe Harrison wrote:
> I want to develop applications using Visual Studio .net but use Linux
> with MySQL and Apache Axis (f
I want to develop applications using Visual Studio .net but
use Linux with MySQL and Apache Axis (for web services) on the back-end. Prior
to this I have been developing web-based applications using PHP, ColdFusion,
and MySQL. I know there is already a great deal of documentation on the
int
he complex type is a
struct, not an array (simple types work fine).
Everything works without problems when I generate both
the server and the client with WSDL2Java.
Any help would be appreciated.
Thanks,
Joe
PS: My return type is also a struc
I've been looking at the messages that generated clients from different
systems
produce for a WSDL file I wrote. The WSDL file (see attached file)
contains 8 different operations whose soap binding uses different
variants
of style and use, along with message parts that use type and element.
That
I hope this is the right list to report bugs to...
I took an Axis generated wsdl file (see attachment) from the stock sample
and removed the style attribute from the soap:binding element (all the
soap:operation elements include a style). This gets a NPE from WSDL2Java
with the stack trace:
ja
78 matches
Mail list logo