Re: Running code outside of actual SOAP transaction?

2005-01-04 Thread Sunil Kothari
Hi Brian,     I think you need to be specific about what kind of exceptions you would like to trap. Is it runtime exceptions or remote exceptions or soapexceptions or your application exceptions.   In case its the exceptions thrown by your application then you need to mention them in your W

RE: Running code outside of actual SOAP transaction?

2005-01-04 Thread Westfall, Eric Curtis
You could write a custom handler which extends BasicHandler and override the onFault method.  That’s what I did and it seems to work.   Hope that helps, Eric Westfall   From: Brian Davis [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 5:39 PM To: [EMAIL PROTECTED] Su

RE: MTOM

2005-01-04 Thread Farhaan Mohideen
Hi Venky   We have it in our requirements list to develop MTOM, as you know we have not made any official releases yet for Axis 2.0.   Regards Farhaan From: Jayaraman, Venkatesh [mailto:[EMAIL PROTECTED] Sent: 04 January 2005 23:21 To: [EMAIL PROTECTED] Subject: MTOM

Strange AXIS over https problem

2005-01-04 Thread Carsten Friedrich
Hi, I have run into a strange problem with AXIS and hope someone can point me into the right direction. I have an applet which uses the AXIS client to talk to an AXIS server in an apache - jboss - tomcat - axis environment. All certificates involved are self-signed. I signed all the AXIS jar file

Axis logging to the servlet engine log

2005-01-04 Thread Tim K. (Gmane)
Hello, I do NOT have log4j in the CLASSPATH because of some conflicts and I do not want to use log4j or any other logging frameworks. I just want to: 1) Make Axis write to the servlet engine's log file which gets rotated and it also captures the messages from my web service server side implemen

Running code outside of actual SOAP transaction?

2005-01-04 Thread Brian Davis
I am using Java2WSDL and WSDL2Java to create a service from a simple Java interface. I would like to trap any exceptions/faults that occur during the SOAP exchanges and then execute some code depending on whether there are any faults or not. I’m not sure where I need to put this code, none

Running code outside of actual SOAP transaction?

2005-01-04 Thread Brian Davis
I am using Java2WSDL and WSDL2Java to create a service from a simple Java interface. I would like to trap any exceptions/faults that occur during the SOAP exchanges and then execute some code depending on whether there are any faults or not. I’m not sure where I need to put this code, none

Service to process directly the soap body

2005-01-04 Thread Antonio Ruiz Martínez
Hello! I would like to create a Web Service called TestMyService, for example, and I would like to have a class that can manage the body of the soap message when the service is called. I don't want to have any predefined method with params. In the class of the service the only thing that I w

Problem generating code with WSDL2java

2005-01-04 Thread Antonio Ruiz Martínez
Hello all! I have a very simple wsdl file (that you could see at the end of this e-mail) and I would like to generate source code from this wsdl file. However, it doesn't work properly because I'm getting the following deployment file. The problem it is that the typeMapping is not correct be

Re: Attachements and .Net: The datatype 'DataHandler' is missing

2005-01-04 Thread Praveen Peddi
I was also having the same exact problem (except that my input argument to one of the methods is DataHandler). I searched the previous mails on this topic and no one seems to have suggested a good answer. Atleast I could find out that using DataHandler is not a good solutions if you want to sup

soapenv to soap-env

2005-01-04 Thread Ashok Munagala
Is there any way to change the prefix from soapenv to soap-env? I tried to use setPrefix(), SOAPEnvelope(true, SOAPConstants.SOAP11_CONSTANTS) and neither works. Thanks __ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yah

testing stub with message style not working

2005-01-04 Thread Kenneth Lee
When I view the soap message in tcpmon, it works great, but I keep getting errors trying to test the client code. Here is the code: package client; import stubs.*; import org.apache.axis.utils.XMLUtils; /** * Client.java * */ public class Client { /** * main method is what is c

create a MessageElement

2005-01-04 Thread Felipe Palma Dias
I need to create a MessageElement from using this xml: 478164 1 478165 1 Can anyone help me? Tks. = --- Felipe F. Palma Dias http://geocities.yahoo.com.br/palmadias/

RE: WSDL critique?

2005-01-04 Thread Simon Fell
A bigger issue would be all the nillable elements that are types that aren't nillable in .NET, if a message contains a xsi:nil='true' for an xsd:int, xsd:dateTime (and other value types in .NET) .NET will fail to de-seialize the message. IMO This is by far a bigger issue than the rpc/encoded fud.

RE: Is Axis generating bad WSDL, or is .NET's wsdl.exe broken?

2005-01-04 Thread Simon Fell
It looks like a bug in RC2. check Jira and log a new bug if needed. Cheers Simon > -Original Message- > From: Donnie Hale [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 01, 2005 8:42 AM > To: [EMAIL PROTECTED] > Subject: RE: Is Axis generating bad WSDL, or is .NET's > wsdl.exe br

MTOM

2005-01-04 Thread Jayaraman, Venkatesh
Helo   I am seeing MTOM is being supported in Axis2.0.  Do we samples from Axis on how to use it? http://wiki.apache.org/ws/Axis2/Requirements   -Venky

Axis + JSTL + Tomcat 5.5 ?

2005-01-04 Thread Robert Simmons Jr.
Greetings, I am writing some JSPs that are running in the same web application as Axis. These web applications use the Jakarta Taglibs Standard version of the JSTL. What I would like to know is if Axis is compatible with the servlet 2.4 specification. I have been having some problems in that my

JSPs on Axis Best Practice for accessing server code?

2005-01-04 Thread Robert Simmons Jr.
I currently have the need to deploy some code as both a web service and a web application. The JSPs will allow a user to configure their subscription and the Web Services will then allow the user to get updates to their subscription remotely. What I want to know is what is the best practice for

Re: Is Axis generating bad WSDL, or is .NET's wsdl.exe broken?

2005-01-04 Thread Anne Thomas Manes
It's a bug. Please file a bug report. - Anne On Sat, 1 Jan 2005 11:41:40 -0500, Donnie Hale <[EMAIL PROTECTED]> wrote: > Simon, > > I appreciate the response. If you know, how do I get Axis to not insert that > prefix when it auto-generates the WSDL? Is it a bug, and should I submit a > new bug

Re: WSDL critique?

2005-01-04 Thread Anne Thomas Manes
Well... You're using RPC/encoded, and you're using SOAP encoding arrays. And although these aren't Java-specific, they will cause interop problems with .NET. If you want to ensure interoperability with .NET, you should stick with WS-I compliance and use the "wrapped" style. Anne On Sun, 02 Jan

Re: Encryption question?

2005-01-04 Thread Davanum Srinivas
Axis has no SW encr code. -- dims On Tue, 4 Jan 2005 10:51:50 +0100, Magnus Svensson (HF/EAB) <[EMAIL PROTECTED]> wrote: > Hi, > > I really need an answer to my question, is there anyone that knows if AXIS > include and SW encryption that could restrict export (i.e. special ECCN code)? > > Th

RE: java.lang.OutofMemory in large SOAP message

2005-01-04 Thread Sanket Desai
Yes. I've increased the size to 1024. could not work with 2048 but still there's a limit to how much I can send.   I guess this is a typical error & may be I should be using SAAJ for this.   Any clues?   Regards,   Sanket Desai   From: Kozlow, Jan [mailto:[EMAIL PROTECTED] Sent: Monday, Ja

Re: [Announce] Internationalization progress of Axis

2005-01-04 Thread Toshiyuki Kimura
To: $BF|K\8l(BAxis$B%3%_%e%K%F%#$N3'MM(B (B $B!!LZB<$G$9!#(B (B (B[EMAIL PROTECTED]&$4$6$$$^$9!#(B (B $B!!;0%vF|$O!">/$7$*5Y$_$7$F$$$^$7$?$,!"AaB.3hF0$r3+;O(B $B$7$?$$$H;W$$$^$9!#(B (B $B!!:rG/Kv$K$4Js9p$7$F$$$?9q:]2=BP1~$N$*OC$G$9$,!"4{$K(B (BTCPMonitor$B$N4Z9q8lBP1~$,40N;$7!"3

Re: Bug in WSDL2JAVA?

2005-01-04 Thread Antonio Ruiz Martínez
Hello! Thanks for your help. Bouche Paul wrote: Is the wsdl correct? I think so. I'm attaching it at the end of the e-mail in case you want to see it. Regards, Antonio. I remember seeing the problem and its discussion before on this list. You might want to search the archives at

Re: Bug in WSDL2JAVA?

2005-01-04 Thread Antonio Ruiz Martínez
Hello! Thanks for your help. Bouche Paul wrote: Is the wsdl correct? I think so. I'm attaching it at the end of the e-mail in case you want to see it. Regards, Antonio. I remember seeing the problem and its discussion before on this list. You might want to search the archives at

java.lang.ClassCastException: org.apache.axis.encoding.ser.BeanDeserializer

2005-01-04 Thread Antonio Ruiz Martínez
Hello! Could you tell me why I'm getting the following error, please? Thanks in advance, Regards, Antonio. - AxisFault: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.ClassCastException: org.apache.axis.encoding.ser.BeanDes

RE: Bug in WSDL2JAVA?

2005-01-04 Thread Bouche Paul
Is the wsdl correct? I remember seeing the problem and its discussion before on this list. You might want to search the archives at the list. I just did that and check this out http://issues.apache.org/jira/browse/AXIS-1331. -- Paul > -Original Message- > From: Antonio Ruiz Martínez [

Re: Encryption question?

2005-01-04 Thread Ilias Bartolini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 04 January 2005 10:51, Magnus Svensson (HF/EAB) wrote: > Hi, > > I really need an answer to my question, is there anyone that knows if AXIS > include and SW encryption that could restrict export (i.e. special ECCN > code)? > > Thanks, > Magn

Bug in WSDL2JAVA?

2005-01-04 Thread Antonio Ruiz Martínez
Hello! I'm using wsdl2java to generate source code from a wsdl, and I don't known why in the source code and in the deploy file, with qname appears something as ns:>SignResponse when I understand that I shoud be ns:SignRequest. Could you tell me if there is a bug or I'm doing something wrong

Encryption question?

2005-01-04 Thread Magnus Svensson (HF/EAB)
Hi, I really need an answer to my question, is there anyone that knows if AXIS include and SW encryption that could restrict export (i.e. special ECCN code)? Thanks, Magnus -Original Message- From: Magnus Svensson (HF/EAB) [mailto:[EMAIL PROTECTED] Sent: den 28 december 2004 11:59 To:

Re: (Workaround found) Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2005-01-04 Thread BLIS Webmaster (Patrick Houbaux)
Ok it seems that I found a workaround to this. Declaring the type mapping for the primitive types in the deployment wsdd file seems to do the trick. I put this comment in the Issue AXIS-1746, can somebody tell me if it is really the correct way to do it? Till now I was not even thinking that I h