RE: accessing bea weblogic web service over ssl

2005-01-26 Thread Melzer, Steven
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

RE: Axis and BEA Weblogic 8.1

2004-09-28 Thread Melzer, Steven
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

RE: two axis-ized services in one servlet container

2004-09-24 Thread Melzer, Steven
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

faults and exceptions

2004-09-20 Thread Melzer, Steven
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

RE: java reminders how

2004-09-17 Thread Melzer, Steven
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:/

rpc vs. doc/literal interop

2004-09-10 Thread Melzer, Steven
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

string arrays with doc/literal

2004-09-10 Thread Melzer, Steven
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

arrays problem

2004-09-09 Thread Melzer, Steven
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