Unsubscribe

2009-04-14 Thread Arijith Roy
Unsubscribe

UNSUBSCRIBE

2009-04-13 Thread Arijith Roy

Re: Namespace problem Axis 1.2.1

2008-07-15 Thread Roy van Rijn
ewer versions filter the access slashes? (1.3?, 1.4?) Help please :) On Mon, Jul 14, 2008 at 9:49 AM, Roy van Rijn <[EMAIL PROTECTED]> wrote: > Hi Axis users/devs, > > Since a couple of weeks I'm working on a old project which uses Axis > 1.2.1. The big problem is we can&

Namespace problem Axis 1.2.1

2008-07-14 Thread Roy van Rijn
might originate from. And, second, does anybody know if setting the wsdlTargetNamespace parameter (forcing a namespace) might be a good idea? The problem with this idea is that we need to change the WSDD on all the enviroments (development/test/production) to make sure the URL is the same as the nam

RE: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?)

2008-04-01 Thread Roy Willy Haug
on is thrown before we get to the DataHandler. Thanks to you all for your help and suggestions! Crossing my fingers to see the fix in Axis2 1.4... Regards, Roy Willy Haug > -Original Message- > From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] > Sent: 1. april 2008 14:00 &

RE: MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?)

2008-04-01 Thread Roy Willy Haug
I have created an issue for this in Jira: https://issues.apache.org/jira/browse/AXIS2-3686 (I set fix version to 1.4, although I realize it might be too late. :-) ) Regards Roy Willy Haug > -Original Message- > From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] > Sent:

MTOM attachments larger than 2.1GB (Integer.MAX_VALUE?)

2008-03-31 Thread Roy Willy Haug
supplied to the client stub is generated like this: FileDataSource datasource = new FileDataSource(localFile); dh = new DataHandler(datasource); Parts of my Axis2.xml file: true false true C:/TEMP/da_server_temp/ 5 Regards, Roy Willy

Re: axis2.sh

2007-07-09 Thread Stephane Roy
release. Known problem: http://issues.apache.org/jira/browse/AXIS2-2716 Stephan Roy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Axis2] redirection with Axis2 ?

2007-06-14 Thread Stephane Roy
;t find any solution for it. Can someone shed some light on how redirection works in Axis2 ? Did I foget to configure something in Axis2 ? Is my scenario doable with Axis2.1.2 in the first place ? Thanks in advance. Stephane Roy Alcatel-Lucent -

Re: [Axis2] How to log traces on the server side ?

2007-06-14 Thread Stephane Roy
fine. Stephane Roy Alcatel-Lucent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: An exception when porting from axis2 1.1.1 to axis 1.2

2007-06-08 Thread Stephane Roy
Wang, Hailong (NIH/CIT) [C] wrote: I replaced addressing-1.1.mar with addressing-1.2.mar, it works fine. So I guess the problem is addressing-1.2.mar. You may have a look at this: https://issues.apache.org/jira/browse/AXIS2-2758 Stephane Roy Alcatel-Lucent

[Axis2] How to log traces on the server side ?

2007-06-06 Thread Stephane Roy
e for this ? I searched the Web and found this tutorial 'How to Debug a Web Service?' (http://wso2.org/library/225). However I don't use Eclipse, so this is not helping much. Thanks in advance. Stephane Roy Alcatel-Lucent -

Re: Problem with wsdl2java

2007-05-28 Thread Stephane Roy
line 38: [: !=: unary operator expected Unrecognized option: -uri I believe I had the same problem when I started to use Axis2.1.2. I already posted a solution for this problem in a previous thread: http://marc.info/?l=axis-user&m=11787015586&w=2 You may take a look at it. Stephane Ro

Re: [Axis2] problem to display the WSDL in a browser in Axis2.1.2

2007-05-24 Thread Stephane Roy
.1.2 can display the WSDL in the browser, just fine. It seems that this is a regression of Axis2.1.2. If there is no JIRA bug already about this, I will open one. Stephane Roy Alcatel-Lucent Stephane Roy wrote: Hi, I noticed a problem with the latest release of Axis2 (2.1.2). Once my code is

Re: [Axis2] A hello World Example for Axis2 deployment

2007-05-21 Thread Stephane Roy
r the moment and instead concentrate on getting the simple POJO case to work. I will try that. [1] http://ws.apache.org/axis2/1_2/quickstartguide.html#deploy Am Montag, den 21.05.2007, 15:39 +0200 schrieb Stephane Roy: Hi Anil, A few days ago, I submitted a message on the mailing list abou

Re: [Axis2] Incomplete code generation with wsdl2java, in adb mode

2007-05-21 Thread Stephane Roy
Hi Amila, Please could let me know the JIRA reference of the bug related to this problem ? Thus, I could know when the problem is fixed in Axis2. Thanks in advance. Stephane Roy Alcatel-Lucent Amila Suriarachchi wrote: Any way this is a bug and I fixed it for the trunk. On 5/10/07, *Amila

Re: [Axis2] MissingResourceException on execution client with Axis2.1.2

2007-05-21 Thread Stephane Roy
his definition in my XSD and the MissingResourceException doesn't not occurr anymore ! Hope this info will be useful to the community. Stephane Roy Alcatel-Lucent Michele Mazzucco wrote: Stephane, I faced a similar problem some time ago (it was related to the addressing module). Try to set the l

Re: [Axis2] problem with client execution in xmlbeans mode

2007-05-21 Thread Stephane Roy
added this definition in my XSD and the NullPointerException doesn't not occurr anymore ! Hope this info will be useful to the community. Stephane Roy Alcatel-Lucent Davanum Srinivas wrote: Stephane, We've multiple reports of this now..with no JIRA's. Could you please create a ne

Re: [Axis2] A hello World Example for Axis2 deployment

2007-05-21 Thread Stephane Roy
l me how you solved the problem ? Thanks in advance. Stephane Roy Alcatel-Lucent Anil Chukkapalli wrote: Glen I figured it out. Thanks Anil On 5/18/07, *Anil Chukkapalli* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Glen I tried it out using the admin utili

Re: [Axis2] MissingResourceException on execution client with Axis2.1.2

2007-05-16 Thread Stephane Roy
Michele Mazzucco wrote: Stephane, in commons-logging.properties enable the last line (log4j logger) and in log4j.properties set the first one to: log4j.rootCategory=TRACE, CONSOLE, LOGFILE (be aware that it produces *a lot* of logs) Michele Thanks for the details. Stephane Roy Alcatel

Re: [Axis2] MissingResourceException on execution client with Axis2.1.2

2007-05-16 Thread Stephane Roy
file /webapps/axis2/WEB-INF/classes/log4j.properties but I'm not familiar with the syntax. Thanks in advance for your help. Stephane Roy Alcatel-Lucent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[Axis2] MissingResourceException on execution client with Axis2.1.2

2007-05-16 Thread Stephane Roy
ceStub.myMethod(myServiceStub.java:173) ... I would like to know if someone had this kind of problem before. Since the problem is not present with Axis2.1.1.1, is this behavior a known issue or a limitation of Axis2.1.2 ? Thanks in advance. Stephane Roy

[Axis2] problem with client execution in xmlbeans mode

2007-05-14 Thread Stephane Roy
my.package.myServiceStub.myMethod(myServiceStub.java:xxx) I would like to know if someone had this kind of problem before. What did I do wrong ? Thanks in advance. Stephane Roy Alcatel-Lucent - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[Axis2] problem to display the WSDL in a browser in Axis2.1.2

2007-05-14 Thread Stephane Roy
ance. Stephane Roy Alcatel-Lucent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2] Incomplete code generation with wsdl2java, in adb mode

2007-05-14 Thread Stephane Roy
Hi Amila, Thanks for your quick reply. Please could let me know the reference of the bug related to this problem ? Thanks in advance. Stephane Roy Alcatel-Lucent Amila Suriarachchi wrote: Any way this is a bug and I fixed it for the trunk. On 5/10/07, *Amila Suriarachchi* <[EMAIL PROTEC

[Axis2] Incomplete code generation with wsdl2java, in adb mode

2007-05-10 Thread Stephane Roy
s elementB which uses a reference to typeB. Now, the code generation in adb mode works fine and the java files compile. I would like to know if someone had this kind of problem before. Is this behavior a known issue or a limitation of Axis2.1.x ? Thanks in advance. Stephane Roy Alca

Re: [axis2] error generating skeletons from WSDL 2.0

2007-05-09 Thread Stephane Roy
I'm working on Linux. I start the tool in a tcsh with the command: > $AXIS2_HOME/bin/wsdl2java.sh -uri ... Hope this helps. Stephan Roy Alcatel-Lucent Amila Suriarachchi wrote: What is the OS you use? Could you try --> sh wsdl2java.sh On 5/9/07, *Stephane Roy* <[EMAIL PROTE

Re: [axis2] error generating skeletons from WSDL 2.0

2007-05-09 Thread Stephane Roy
g" != -classpath ] && [ "$prearg" != -cp ] 43: if [ "$prearg"=-classpath ] || [ "$prearg"=-cp ] Then the command wsdl2java.sh works fine. Stephan Roy Alcatel-Lucent > I am receiving an identical error. Just doing wsdl2java.sh -uri will

ntlm authentication and Axis 2

2007-03-09 Thread Arindam Roy
Hi, I am using Axis 2 to communicate with a server which has ntlm authentication. When I am invoking web service methods which do not involve any attachment, it is working fine. Using TCP packet capturing, I can even see the NTLM authentication happening via challenge/response handshaking. On

Re: Axis2: Code Generator BUG? - Create list/Array of objects - IMPORTANT

2006-08-15 Thread Debasish Dutta Roy
enerate the code inside class A, I get>> protected org.apache.axiom.om.OMElement[] localBList ;> > why an array, and why OMElement?>> Can you tell me what I am missing.> ___> Debasish Dutta Roy> NITAS> Ph: 617-871-3

thread-safe problems with Rampart

2006-07-20 Thread Reshef Roy
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:639) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1285) at java.lang.Thread.run(Thread.java:595) Thanks in advance, / Roy _

Axis Fault : xxxService not found

2006-07-03 Thread Roy
: FrssService not found       localhost         The problem usually solved by restarting the server (sun application server), undeploying and redeploying the application. Do you know the possible causes of this error?Regards,Roy Χρησιμοποιείτε Yahoo

Re: Min lentgh and max length of an input string parameter

2006-06-29 Thread Roy
Hello,   I have edited the wsdl with this field in a string element:             Is any way AXIS to validate automatically this maxExclusive and throw an exception if this value exceeds the limit?   Regards, Roy Anne Thomas Manes <[EM

Min lentgh and max length of an input string parameter

2006-06-28 Thread Roy
Hello all,Does anyone know a way to declare max and min size of a string in a input parameter in a wsdl generated with the Java2WSDL tool? Can i declare something in the deploy.wsdd file?Thanks,Roy Χρησιμοποιείτε Yahoo! Βαρεθήκατε τα ενοχλητικά μηνύ ματα (spam); Το Yahoo! Mail διαθέτει την

Re: [axis2] design issues on client authentication

2006-06-02 Thread Reshef Roy
h THEIR public key. But a minimum trust relationship is always required. Security is not a matter of magic... HTH, / Roy --- [EMAIL PROTECTED] wrote: > Thanks Roy for your thoughts, > > in my opinion your solution is of course better than > clear passwords. > The thing I don't

CORBA UNKNOWN 1398079690 exception

2006-06-02 Thread Roy
   at com.test.client.GetInfo.main(GetInfo.java:19)---When I return a non complex type object i get a right response. This problem occurs only on complex type methods. Have you ever noticed an error like this?Regards,Roy  Χρησιμοποιείτε Yahoo! Βαρεθήκατε τα ενοχλητικά μηνύ ματα (spam

Re: [axis2] design issues on client authentication

2006-06-02 Thread Reshef Roy
if on the other hand they get access to the database so the cleartext passwords are compromised, they still need both the keystore AND the salt for the password encryption. It is maybe a slightly paranoidic solution, but it works... Ruchith, Werner - I would be happy to hear your idea about it. If requi

Re: Complex type problem

2006-05-29 Thread Roy
t;Hello"y="Hello'num=10I tried with 3 and four strings and i get the same results (All string variables get the value of the first String). In the monitor i can see that the request has the right values for each string var.Do you know why this is happening?Thank you,RoyAnne Thomas Manes

Re: Complex type problem

2006-05-29 Thread Roy
trings and both Strings take the same value (the value of the first string) when i call the service. In the Soap monitor i can see that both string are sent with different values.  Have you ever any similar problems?Anne Thomas Manes <[EMAIL PROTECTED]> έγραψε: Roy,You have an error in you

Re: Complex type problem

2006-05-26 Thread Roy
oint.class); The main idea here is ServiceFactoryImpl, which varies by vendor. This may not be your problem, but thought I'd post it in case it helps. HTH, Robert http://www.braziloutsource.com/On 5/26/06, Roy <[EMAIL PROTECTED] > wrote:I tried the beanmapping too but it didn't work.

Re: Complex type problem

2006-05-26 Thread Roy
u see something wrong please tell me...Anne Thomas Manes <[EMAIL PROTECTED]> έγραψε: I think you need to use a beanmapping element rather than a typemapping element.If that doesn't work, please post more information.AnneOn 5/25/06, Roy <[EMAIL PROTECTED]> wrote:Hello all, I have d

Complex type problem

2006-05-25 Thread Roy
ject and i use the BeanSerializerFactory and BeanDeSerializer factory as serializer-deserializer.Can someone explain why is this happening?Regards,Roy Χρησιμοποιείτε Yahoo! Βαρεθήκατε τα ενοχλητικά μηνύ ματα (spam); Το Yahoo! Mail διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών μηνυμά

ejb jndi url exception

2006-05-23 Thread Roy
Hello,I have deployed an EJB service in a sun application server. I can see normally that the service is deployed in the axis list but when i try to call the method i get this excpetion:AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: j

Re: Sax exception:Invalid element in...

2006-05-22 Thread Roy
ey won't fix the error, then you may need to modify the WSDL so that it specifies a schema that matches the actual return message. AnneOn 5/22/06, Roy <[EMAIL PROTECTED]> wrote: Hello,I use axis 1.3 to call a service that is implemented in an uknown language (probably .NET but not

Re: Decryption of a complex Axis2 SOAP message fails in WSS4J/XmlSec

2006-05-22 Thread Reshef Roy
t;service messages - I have two operations - are small and have a rather "flat" XML structure). If you need any more information, please let me know. Thanks again, / Roy the --- Reshef Roy <[EMAIL PROTECTED]> wrote: > > Ruchith, Werner. > > Thanks for your (again, f

Sax exception:Invalid element in...

2006-05-22 Thread Roy
first character of DataValues(it is capital?) tag in the response.Can anyone please give a way of how to solve this and deserialize the respnse normally?Thanks in advance,Roy Χρησιμοποιείτε Yahoo! Βαρεθήκατε τα ενοχλητικά μηνύ ματα (spam); Το Yahoo! Mail διαθέτει την καλύτερη δυνατή προστασία

Re: Decryption of a complex Axis2 SOAP message fails in WSS4J/XmlSec

2006-05-19 Thread Reshef Roy
mbedded XML document (generated by a POJO object) but I have removed that and now I only work with AXIOM to generate the SOAP message. Friday at midnight I don't have any brighter ideas, more will follow Monday :) Nice weekend, / Roy --- Ruchith Fernando <[EMAIL PROTECTED]> wrote: &g

Decryption of a complex Axis2 SOAP message fails in WSS4J/XmlSec

2006-05-19 Thread Reshef Roy
8/addressing}MessageID;{Element}{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Timestamp //xenc:EncryptedData/xenc:CipherData/xenc:CipherValue Timestamp Signature Encrypt nitg.dino.dst.security.PWCallbackHandler

Re: Omit SOAPAction from Http header

2006-05-17 Thread Roy
e. You will have to intercept the message after it leaves Axis and remove the header. On 5/17/06, Roy <[EMAIL PROTECTED]> wrote: Hello,I am using AXIS to call a web service with a static stub client.I have a problem with the HttpHeader generated from AXIS. I want to omit completely the SOAPAc

Omit SOAPAction from Http header

2006-05-17 Thread Roy
Hello,I am using AXIS to call a web service with a static stub client.I have a problem with the HttpHeader generated from AXIS. I want to omit completely the SOAPAction field because the web service i want to call isn't able to understand this field. I have have set the SOAPAction value to "" but i

Re: [Axis2 1.0] NullPointerException at StAXOMBuilder.next() when using rampart

2006-05-16 Thread Reshef Roy
in... Thanks again, / Roy --- Ruchith Fernando <[EMAIL PROTECTED]> wrote: > Hi Roy, > > Ah... an issue in packaging the jars... this will be > fixed in the next > AXIOM release: > > I hosted all three axiom jars (from svn revision > 406919) here : [1] > >

Re: [Axis2 1.0] NullPointerException at StAXOMBuilder.next() when using rampart

2006-05-16 Thread Reshef Roy
classpath of both the client repository and the server, but I guess it would be easier (and better) to solve this duplication by either merging the two jars or removing the duplicate classes from the axiom-api jar. Thanks again, / Roy --- Ruchith Fernando <[EMAIL PROTECTED]> wrote: >

How to set the soapAction property manually in static stub client

2006-05-12 Thread Roy
I have a wsdl by which i generate my java classes using the WSDL2Java tool. I use  a static stub client to call the service methods. I would like to change the soapAction in the client code. Is this possible and how? I saw a method named setRequestHeader that takes a call object input as a paramete

Server error 500 in AXIS response

2006-05-11 Thread Roy
that the request message i send contains invalid SOAP header data or that the server can't handle AXIS requests? Which would be a possible solution?Any help would be appreciated.Thanks ,Roy. Χρησιμοποιείτε Yahoo! Βαρεθήκατε τα ενοχλητικά μηνύ ματα (spam); Το Yahoo! Mail διαθέτει την καλ

removing port number from the wsdl file.

2006-02-01 Thread Roy, Ansuman
move the port 8080 from the wsdl? The adminservice also has the port 8080 on it. Is there any way of removing the port number from these files?? regards, Roy This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, conf

RE: problems in AdminClient

2006-01-30 Thread Roy, Ansuman
Hi, No i am using java 1.4 but still the problem persists. But if i write it into a simple build.xml file and run through ant it works fine. But since in the production you dont have ant installed so i have to go on with a batch file or an .sh file. regards, Anshuman Roy -Original Message

problems in AdminClient

2006-01-29 Thread Roy, Ansuman
put in all the jar files in the classpath but it's failing. any pointers to this. regards, Anshuman Roy This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege

WSDL2Java code generation

2006-01-19 Thread Roy, Ansuman
Hi, I have a Content Management System(it uses Apache Lenya) that uses WSDL2Java to generate the code of stubs. Now I am doing it manually using eclipse plugin. and put the source inside my Content Management System Code and then i build it using an ant build. I use this generated code inside a

Unsubscribe me please

2005-07-13 Thread Roy Benjamin
How do I get off this list? I have tried and tried the axis web page links and they don't work Anyone know how? Roy

RE: Dynamically Registering Client Side Handlers

2005-07-05 Thread Roy Willy Haug
(); _call.setClientHandlers(reqHandler, respHandler); java.lang.Object _resp = _call.invoke(new java.lang.Object[] {}); ... Clip ... And it works well for me. Regards Roy Willy Haug > -Original Message- > From: Kumar [mailto:[EMAIL PROTECTED] > Sent: 5. juli 2005 13:02 &

RE: Size of Attachments?

2005-06-30 Thread Roy Willy Haug
This could be a temporary file storage problem: Attachments larger than 16kb are flushed to disk instead of just kept in memory. Check out your WEB-INF/server-config.wsdd file and the attachments.Directory property setting to see where Axis puts the attachment files: Regards Roy Willy

RE: second call to ws hangs on client side.

2005-06-28 Thread Roy Willy Haug
ng out the setAttachments() and extractAttachments() in all methods in SoapBindingStub.java in the client solved this problem for us. Good luck! Regards Roy Willy Haug > -Original Message- > From: Ian van der Neut [mailto:[EMAIL PROTECTED] > Sent: 24. juni 2005 11