check out this URL: http://e-docs.bea.com/wls/docs81/webserv/security.html.
steve
-Original Message-
From: Chan Yann Nong [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 26, 2005 5:36 AM
To: Axis User
Subject: accessing bea weblogic web service over ssl
Hi,
I used Apache Axis to gen
it
worked fine for me first time. i am using sp3 though. what service
pack are you using?
also,
have you tried tomcat or any other container? do you get the same
exception in any other container beside wls8.1? send the stack trace from
weblogic and tomcat (if you get the error in tomc
we had this exact same problem. we ended up putting both web services in a single war
for the sake of moving on. but i would also really like to understand the problem.
steve
-Original Message-
From: Matt Valerio [mailto:[EMAIL PROTECTED]
Sent: Friday, September 24, 2004 11:02 AM
To: A
all,
i
cannot find a good example explaining the relationship between faults and
exceptions.
in the
axis fault example, the fault is a RemoteException with a get/setInfo
method. is this method required? does Axis know how to call this
method and create the fault message line from it
quartz
is an open-source scheduling tool, with a lot of CRON-like
features.
steve
-Original Message-From: Michael Roytman
[mailto:[EMAIL PROTECTED]Sent: Thursday, September
16, 2004 11:15 AMTo: [EMAIL PROTECTED]Subject: RE:
java reminders how
Take a look here. http:/
can someone please explain to me the interop issues with rpc vs. doc literal.
specifically, what datatypes (arrays, nested complex types, etc) will interop.
i am writing some web services and need to support .net and gsoap clients. rpc seems
a lot easier, but not if it won't interop with all t
i have created a very simple web service using doc/literal encoding to try to test
string arrays. my very simple example as a single method:
public Bean execute(Bean bean) {
return bean;
}
a Bean is simply:
public class Bean {
private Str
all,
i have been trying to create a web service (only my second one) that requires arrays
from the client to the web service. for complete compatibility, i am using
document/literal. i have tried to do this with both axis 1.1 and axis 1.2beta.
my web service uses a complex object as a paramet