ANN: Admin GUI for Axis now Available!!

2004-10-22 Thread Mike Barton
For Web services deployments, it is very useful to have the capability to manage your Axis server and web services deployments without having to edit manually the deployment descriptor (server-config.wsdd file) or having to restart Java Servlet/JSP container. WSABI for Axis provides a Java-base

Re: having problems with SOAP attachments

2004-10-22 Thread Jason Boehle
I figured out what it was. It turned out to have absolutely nothing to do with attachments. Dan's suggestion of checking the logs proved fruitful. >From my schema: And from the message being sent by the client: 27 unsignedInt and int don't match :) Now off to see if I can see the attachment

one way message callback to Apache Axis?

2004-10-22 Thread Zhou Jian Han
Hello, Does anybody using one way message and call back in Axis client side? Do I have to use JMS? But I can't because of I use gSoap(c/c++) as my server SOAP. I use Axis as SOAP client. I tried to send a oneway call back function from server, here are the steps I did, I must be missing somthing

Testing Axis WS with JMeter

2004-10-22 Thread Ivan Aguirre
Hello Folks !!! Does anyone have ever used JMeter for Axis WS tests ?? I was trying to configure a test with my WS but it wasn't working... Thankx in advance !!! Ivan de Aguirre

Re: Having difficulty using native libraries (Tomcat and SHLIB)

2004-10-22 Thread noah . fiedel
Hi,         I had a similar issue on an HP-UX server recently. The solution was to make sure that the SHLIB environment variable is set in the shell/environment that runs your java process. In my tomcat-startup shell script, I added the line:         export SHLIB_PATH=$CATALINA_HOME/lib/        

Re: Having difficulty using native libraries within Web Service running on Axis

2004-10-22 Thread charles . rosa
- I am trying to create a web service (that runs on a Sun Unix workstation) that includes an optimization library called CPLEX. I have added the jar file: cplex.jar to the directory: /home/or/bzmclr/tomcat-jwsdp-1.4/webapps/axis/WEB-INF/lib I found that I had to do this even though I set my C

Re: having problems with SOAP attachments

2004-10-22 Thread Dan Ciarniello
Jason Boehle wrote: You might want to take a look at http://www.mail-archive.com/[EMAIL PROTECTED]/msg08732.html The gist of the article is that you shouldn't bother trying to specify attachments in the WSDL. The client must be told to via some other mechanism than WSDL that attachments are requir

Re: having problems with SOAP attachments

2004-10-22 Thread Jason Boehle
> You might want to take a look at > > http://www.mail-archive.com/[EMAIL PROTECTED]/msg08732.html > > The gist of the article is that you shouldn't bother trying to specify > attachments in the WSDL. The client must be told to via some other > mechanism than WSDL that attachments are required.

Re: How does WSDL2Java know the filename for the bindings?

2004-10-22 Thread Dan Ciarniello
Luca Manganelli wrote: Hi, given a file WSDL and the well-known WSDL2Java to generate server-side java classes, how does Axis generate the filename for binding implementation java sources? The normal filename shouldbe be (servicename)BindingImpl.java, but not always. Any idea? Thanks Luca Acco

Re: having problems with SOAP attachments

2004-10-22 Thread Dan Ciarniello
Jason Boehle wrote: Anyone? What do I need to add to my WSDL to make this work with Axis 1.1? -Jason You might want to take a look at http://www.mail-archive.com/[EMAIL PROTECTED]/msg08732.html The gist of the article is that you shouldn't bother trying to specify attachments in the WSDL. The

Re: AW: Still have Log4j - Problems!

2004-10-22 Thread smcardle
you must have the wsdl4j.jar in your path. So add wsdl4j.jar to your /webapps//lib directory Also if you add a log4j.properties file you will not get the message log4j:WARN Please initialize the log4j system properly. Regards Steve Quoting Florian Theurich <[EMAIL PROTECTED]>: > This is what

XMLUtils does not encode FF / 0xC character in Java Strings... best way to fix?

2004-10-22 Thread noah . fiedel
Hi,         I am developing an AXIS/SOAP interface to a legacy system. The java-bean sent via soap includes a jav.lang.String that often contains FormFeeds/FF/0xC. This is causing a parse error on the client side, with "invalid xml character... 0xc".         Given that this is the method used by

Re: AW: Still have Log4j - Problems!

2004-10-22 Thread Enric Jaen
> This is what the console outputs: > > C:\>java -Dlog4j.debug -cp %AXISCLASSPATH% org.apache.axis.wsdl.WSDL2Java -s > -d application c:\tools\test.wsdl > log4j: Trying to find [log4j.xml] using context classloader > sun.misc.Launcher$Ap > [EMAIL PROTECTED] > log4j: Trying to find [log4j.xml]

Re: having problems with SOAP attachments

2004-10-22 Thread Jason Boehle
Anyone? What do I need to add to my WSDL to make this work with Axis 1.1? -Jason On Thu, 21 Oct 2004 11:29:01 -0500, Jason Boehle <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm having some problems getting SOAP attachments working in my > webservice, and was wondering > > Here are the relevant

RE: Does Axis support polymorphism (dynamic send back the derived class)

2004-10-22 Thread Christophe Roudet
> -Original Message- > From: Zhou Jian Han [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 21, 2004 7:24 PM > To: [EMAIL PROTECTED] > Subject: RE: Does Axis support polymorphism (dynamic send back the derived > class) > > Hi Christophe, > I tried many times on gsoap using -t, but it

How does WSDL2Java know the filename for the bindings?

2004-10-22 Thread Luca Manganelli
Hi, given a file WSDL and the well-known WSDL2Java to generate server-side java classes, how does Axis generate the filename for binding implementation java sources? The normal filename shouldbe be (servicename)BindingImpl.java, but not always. Any idea? Thanks Luca

AW: Still have Log4j - Problems!

2004-10-22 Thread Florian Theurich
This is what the console outputs: C:\>java -Dlog4j.debug -cp %AXISCLASSPATH% org.apache.axis.wsdl.WSDL2Java -s -d application c:\tools\test.wsdl log4j: Trying to find [log4j.xml] using context classloader sun.misc.Launcher$Ap [EMAIL PROTECTED] log4j: Trying to find [log4j.xml] using [EMAIL PROTECT

unable to deserialize complex type

2004-10-22 Thread Aoife Kavanagh
Hi, I am working with axis 1.2_rc1 and I am in the process of testing my web client with an off-site third party web service which I have no access to.  My service client stubs were generated using wsdl2java from a WSDL file that includes a number of xsd files.  I am consistently getting an er

Re: is it a must??

2004-10-22 Thread Jan Galinski
Nelson Minar wrote: It's the way it works. It's a servlet, so you need a servlet container, such as tomcat. I don't thinkA hat's strictly true. Axis has a local transport, which bypasses HTTP. And SOAP is transport neutral. In theory you could do SOAP over SMTP, for instance, although I don't k

get value from soap as stream

2004-10-22 Thread Bartek Wasko
Hi   Is it possible to read data from soap message in my deserializer as stream ?. So I don't want to register such value, I got from soap, directly with some object in onStartChild() method of my deserializer but get it directly as stream and write to filesystem without memory overload (a

RE: Book recommendations?

2004-10-22 Thread tony . q . weddle
I was relying on the O'Reilly book coming out in the next couple of weeks. I'm now turning my attention to "Apache Axis Live" at http://www.sourcebeat.com/TitleAction.do?id=1. Has anyone subscribed to Apache Axis Live? I was wondering if it was worth it (not that it costs very much). I can't find

Re: Still have Log4j - Problems!

2004-10-22 Thread smcardle
Hi, the -Dlog4j.debug option should be defined before all of your other options i.e. java -Dlog4j.debug -cp %AXISCLASSPATH% org.apache.axis.wsdl.WSDL2Java -s -d application -o c:\tools\test c:\tools\test.wsdl Secondly your log4j.properties file should be in your Axis service classpath i.e. /

Re: Book recommendations?

2004-10-22 Thread tony . q . weddle
I've just looked at Amazon.co.uk. Up until last week, it was quoting October 31st, this year. Now it is quoting March 2005. I've seen earlier estimates of May 2004, so this is a book that has slipped and slipped its target date. They are probably having to rework it to take into account Axis 1.2.

Still have Log4j - Problems!

2004-10-22 Thread Florian Theurich
Please ignore the previous one: When entering java -cp %AXISCLASSPATH% org.apache.axis.wsdl.WSDL2Java -s -d application -o c:\tools\test c:\tools\test.wsdl -Dlog4j.debug nothing changes. Log4j ist just not properly configured, but I did not change anything since downloading Axis 1.1. As I am n

AW: AW: AW: Log4j - Problems

2004-10-22 Thread Florian Theurich
When entering -Ursprüngliche Nachricht- Von: Enric Jaen [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 21. Oktober 2004 19:07 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: Log4j - Problems plz post the log4j messages you get with the -Dlog4j.debug flag.. You can also try to copy the l