Re: [Axis2] WSS4J - Trying to engage a module which is not available : addressing

2006-04-28 Thread Ruchith Fernando
Hi Rob, Does your axis2.xml has the entry : . (If you are using RC4 this is ) OR Do you call engageModule() on the ServiceClient instance? You MUST do either ONE of these to engage the module. Thanks, Ruchith On 4/29/06, Rob Henley <[EMAIL PROTECTED]> wrote: Hi Deepal I tried your version,

Re: [axis2 vRC2] Service Impl hangs when turning caching on

2006-04-28 Thread Davanum Srinivas
Please search latest SVN for OMDataSource, especially in the test cases for its usage. thanks, dims On 4/28/06, Wes Caldwell <[EMAIL PROTECTED]> wrote: Is this question regarding the inability for caching to work better suited for the AXIOM mailing list? Has anyone else seen the builder.setCac

RE: [axis2 vRC2] Service Impl hangs when turning caching on

2006-04-28 Thread Wes Caldwell
Is this question regarding the inability for caching to work better suited for the AXIOM mailing list? Has anyone else seen the builder.setCache(false) hang like I describe below? Any help is appreciated. Thanks, Wes -Original Message- From: Wes Caldwell [mailto:[EMAIL PROTECTED] S

help on encoding issue in SOAP response

2006-04-28 Thread kent lu
We have a Web Service which is reading data from DB, and return as a SOAP response. We also have a .Net as a consumer to read the SOAP response, parse it and display on the GUI.   But the issue here is, in some cases user may key in some strange character and when we set it in response, .net clie

Re: [Axis2] WSS4J - Trying to engage a module which is not available : addressing

2006-04-28 Thread Rob Henley
Hi Deepal I tried your version, but I get an error from the server "Request does not contain required Security header". This suggests to me that the client isn't using my axis2.xml, which includes: Timestamp Timestamp By replacing the

[Axis2 1.0RC3] ws-addressing problems

2006-04-28 Thread Michele Mazzucco
Hi all, I'm using Axis2 1.0-RC3 and I'm having some problems with the addressing module (the module is engaged on the server side). Options options = new Options(); options.setTo(new EndpointReference(TARGET_EPR)); options.setTransportInProtocol(Constants.TRANSPORT_HTTP); options.setActio

Re: [axis2] AEGIS: The WS-Security module for Axis2

2006-04-28 Thread Thom Hehl
How about "pendulum" since it was Foucault's pendulum that first proved the earth rotated on its "axis?" Ruchith Fernando wrote: +1 to "Ceasar" from me :-) http://en.wikipedia.org/wiki/Caesar_cipher Thanks, Ruchith On 4/28/06, Rodrigo Ruiz <[EMAIL PROTECTED]> wrote: I personally would like

Re: [Axis2] asynchronous communication question

2006-04-28 Thread robert lazarski
Sure. When running wsdl2java on your wsdl, look for a *CallbackHandler.java that is created. Then just follow the user guide for filling it in.  HTH, Robert http://www.braziloutsource.com/ On 4/28/06, Michele Mazzucco <[EMAIL PROTECTED]> wrote: Hi all,can web service clients using code generation

Re: WS-Security implicit header

2006-04-28 Thread Anne Thomas Manes
WS-Policy. (i.e., use products that support WS-Policy)On 4/27/06, Stanley Stanev <[EMAIL PROTECTED] > wrote:Anne,I am with you!first, WS-Policy has limited support yet second, shouldn't define our headers in the WSDLthen, do you have an idea todays, how do we expose and in what form the bitsthat th

RE: [axis2] wrong number of arguments fault

2006-04-28 Thread Kane, David
I tried again with 1.0 RC4, and it appears to be working now.   Thanks!   Dave   From: Kane, David [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 5:21 PM To: axis-user@ws.apache.org Subject: RE: [axis2] wrong number of arguments fault   Folks,   I tried again wi

Re: [Axis2] WSS4J - Trying to engage a module which is not available : addressing

2006-04-28 Thread Deepal Jayasinghe
Try following ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem(C:\\Progra~1\\Apache\\Tomcat5.5\\webapps\\axis2\\WEB-INF", "C:\\Progra~1\\Apache\\Tomcat5.5\\webapps\\axis2\\WEB-INF\\conf\\axis2.xml"); Rob Henley wrote: > I am having problems gettin

[Axis2] WSS4J - Trying to engage a module which is not available : addressing

2006-04-28 Thread Rob Henley
I am having problems getting a client to work with security (RC2 build). My most promising attempt so far is with the following client code: ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem(null,    "C:\\Progra~1\\Apache\\Tomcat5.5\\webapps\\ax

Re: [Axis2 1.0RC4]

2006-04-28 Thread Deepal Jayasinghe
ServiceClient sc= new ServiceClient(); Option opt = new Option(); opt.setAction("Your soapaction"); Arnaud MERGEY wrote: > With dynamic invocation my web service call failed because soapaction > is not valid, in wsdl : > > soapAction="http://eyesoft.de/ws/geoip/2002/12/GetCountryFromIP"; > style

Re: Making Axis work with HTTP/Basic authentication and a VB.Net client

2006-04-28 Thread Rich Rodriguez
Here's the main code in my handler, which extends BasicHandler:    String username = messageContext.getUsername();    if(StringUtils.isBlank(username))    {    LOGGER.debug ("Request provides no credentials.");    throw new AxisFault( "Server.Unauthen

Re: Axis2 0.95 - client side - First Element must contain the local name, Envelope

2006-04-28 Thread Bilikiss Adebiyi
Peter Barrs data-arterial.net> writes: > > Hello, > > I am trying to get some very simple blocking client side code to work > based on the examples in the user guide > > I get an AxisFault, "First Element must contain the local name, > Envelope" exception in response to > sender.sendReceive

Re: Making Axis work with HTTP/Basic authentication and a VB.Net client

2006-04-28 Thread Kevin O'Rourke
I tried just issuing a fault, but that seemed to send a SOAP Fault back to the client rather than sending a 401. Maybe I need to send a particular fault code? By the way, I'm using Axis 1.3. I've got it working just now in what seems like a bit of a hack, modifying HttpAuthHandler to send a 401

Re: [axis2] AEGIS: The WS-Security module for Axis2

2006-04-28 Thread Ruchith Fernando
+1 to "Ceasar" from me :-) http://en.wikipedia.org/wiki/Caesar_cipher Thanks, Ruchith On 4/28/06, Rodrigo Ruiz <[EMAIL PROTECTED]> wrote: I personally would like "Caesar". A little tribute to the first encoder in History :-) Regards, Rodrigo Ruchith Fernando wrote: > Oops ... thanks Ali... >

Re: [axis2] AEGIS: The WS-Security module for Axis2

2006-04-28 Thread Rodrigo Ruiz
I personally would like "Caesar". A little tribute to the first encoder in History :-) Regards, Rodrigo Ruchith Fernando wrote: Oops ... thanks Ali... BTW I also stumbled upon another piece of software called aegis [1] Apologies about rushing this change and I'd like to propose to revert the

Re: WSDL2Java: Type EndpointReferenceType is referenced but not defined

2006-04-28 Thread Anne Thomas Manes
Jason,You've defined the "entry-name" and "entry-reference" elements twice -- once in the inline schema and once in the included schema.AnneOn 4/27/06, Jason Sweek <[EMAIL PROTECTED]> wrote: Hi Everyone,I forgot to attach the wsdl and xsd documents to myoriginal post.  Sorry.-Ben--- Jason Sweek <[

[Axis2 1.0RC4]

2006-04-28 Thread Arnaud MERGEY
With dynamic invocation my web service call failed because soapaction is not valid, in wsdl : soapAction="http://eyesoft.de/ws/geoip/2002/12/GetCountryFromIP"; style="document"/> Axis2 dynamic invocation httpclient.wire.header - DEBUG - >> "POST /ws/v1/geoip/geoipconversion.asmx HTTP/1.1[\r

Re: AW: [axis2] AEGIS: The WS-Security module for Axis2

2006-04-28 Thread Ali Sadik Kumlali
What about "shelter" ? Regards, Ali Sadik Kumlali --- Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: > OK how about Apache Sigiri? > > Sigiriya is a world heritage site in Sri Lanka .. a 1500 year old > rock > fortress basically. > > http://www.saadhu.com/sigiriya/gardens.html > > Sanjiva.

Re: AW: [axis2] AEGIS: The WS-Security module for Axis2

2006-04-28 Thread Sanjiva Weerawarana
OK how about Apache Sigiri? Sigiriya is a world heritage site in Sri Lanka .. a 1500 year old rock fortress basically. http://www.saadhu.com/sigiriya/gardens.html Sanjiva. On Fri, 2006-04-28 at 14:48 +0100, Michel Drescher wrote: > I guess you didn't sense the sarcasm there ;-) > > Cheers, >

Re: AXIS2 1.0 RC3

2006-04-28 Thread Arnaud MERGEY
Ali Sadik Kumlali a écrit : Great, I haven't any more NullPointerException in Axis2 1.0RC4 for second problem (classcastException) Issue in Jira *AXIS2-629 thanks, Arnaud * Hi Arnaud, I had similar problems with RC3 and they are fixe

Re: AW: [axis2] AEGIS: The WS-Security module for Axis2

2006-04-28 Thread Michel Drescher
I guess you didn't sense the sarcasm there ;-) Cheers, Michel On 28 Apr 2006, at 14:45, Dittmann, Werner wrote: Definitly -1 to the word "Ballast". In German that means that someone carries unnessecary things, e.g. during a walk. It has a quite negative meaning at all. Apache Ballast would tr

Re: [axis2] AEGIS: The WS-Security module for Axis2

2006-04-28 Thread Sanjiva Weerawarana
On Fri, 2006-04-28 at 19:29 +0600, Ruchith Fernando wrote: > Oops ... thanks Ali... > > BTW I also stumbled upon another piece of software called aegis [1] > > Apologies about rushing this change and I'd like to propose to revert > the name change and to come up with a better name. +1 for coming

[Axis2] asynchronous communication question

2006-04-28 Thread Michele Mazzucco
Hi all, can web service clients using code generation benefit from asynchronous communication (see http://ws.apache.org/axis2/0_95/userguide3.html) or this is possible only when clients manipulate OMElement objects? Thanks in advance, Michele

Re: [axis2] AEGIS: The WS-Security module for Axis2

2006-04-28 Thread Ruchith Fernando
Oops ... thanks Ali... BTW I also stumbled upon another piece of software called aegis [1] Apologies about rushing this change and I'd like to propose to revert the name change and to come up with a better name. Would the devs/users please to suggest a better name (for this module that implemen

Re: [axis2] AEGIS: The WS-Security module for Axis2

2006-04-28 Thread Ali Sadik Kumlali
Hi Ruchith, Have you seen "Aegis Databinding" ( http://xfire.codehaus.org/Aegis+Binding) ? Don't you think it would be better to choose another name to prevent possible confusions? Best regards, Ali Sadik Kumlali --- Ruchith Fernando <[EMAIL PROTECTED]> wrote: > Hi All, > > Please note that

Re: Making Axis work with HTTP/Basic authentication and a VB.Net client

2006-04-28 Thread Rich Rodriguez
To answer your question - yes, that is my setup.On 4/28/06, Kevin O'Rourke <[EMAIL PROTECTED]> wrote: Thanks for the information.  Just to be sure I understand:- you have written your own AuthenticationHandler class and added it as a handler in server-config.wsdd- you have added the HTTPAuthHandler

Re: Making Axis work with HTTP/Basic authentication and a VB.Net client

2006-04-28 Thread Rich Rodriguez
My authentication handler is just an modified version of the SimpleAuthenticationHandler that ships with Axis to hit my user table. To be honest, I'm not totally clear on the interaction between that handler and the HttpAuthHandler. My auth handler issues a fault if the user and password are not in

Re: AXIS2 1.0 RC3

2006-04-28 Thread Ali Sadik Kumlali
Hi Arnaud, I had similar problems with RC3 and they are fixed with RC4. Regards, Ali Sadik Kumlali --- Arnaud MERGEY <[EMAIL PROTECTED]> wrote: > Hi, > I'have upgraded Axis2 libs in order to testing my dynamic Axis2 based > > client. > With 0.95 my code works fine, with 1.0 RC3 invoking the s

AXIS 1.3: Java2WSDL incorrect creation

2006-04-28 Thread Georg Hicker
Hello everybody! I'm currently working on a problem concerning Java2WSDL (axis v. 1.3) and am not quite sure if I am using the task correctly. I want to create a WSDL-file which contains the spec for a service of mine. My webservice should return a CoordinationContextType which is defined in

Did not understand "MustUnderstand" header(s): error after receiving the response from the server

2006-04-28 Thread Rama Chennupati
I am talking to the JBOSS webservice from a client using the WSS4J. Verification is successfull at the server side and got a response from the server. Even i see  "- Verification successful for URI "#id-11544872" meesage at the client side and after that i am getting the following error at the cl

[axis2] AEGIS: The WS-Security module for Axis2

2006-04-28 Thread Ruchith Fernando
Hi All, Please note that the name of the WS-Security implementation module is now changed to "aegis". [1] (Greek Mythology. The goatskin shield or breastplate of Zeus or Athena) [2] . Earlier this was called "security" and I believe it was too abstract. See the first synonym of the first entry

Re: AXIS2 1.0 RC3

2006-04-28 Thread Davanum Srinivas
Can u please open a JIRA bug report? thanks, dims On 4/28/06, Arnaud MERGEY <[EMAIL PROTECTED]> wrote: > Hi, > I'have upgraded Axis2 libs in order to testing my dynamic Axis2 based > client. > With 0.95 my code works fine, with 1.0 RC3 invoking the service I'have : > java.lang.NullPointerExce

Re: [axis2] generated code clientside wrapper for message documents

2006-04-28 Thread Ajith Ranabahu
Unfortunately Axis2 codegenerator does not support unwrapping of parameters yet. The generated classes will always have a wrapper On 4/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > using codegeneration in axis2 for client side code, > there are allways wrapper classes for input p

Re: Axis2: WSS4J - problem getting client to use my axis2.xml

2006-04-28 Thread Rob Henley
Hi Bruno I now have RC2, but the NullPointerException remains. Following advice from Jack I now have:   ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem(    "C:\\Progra~1\\Apache\\Tomcat5.5\\webapps\\axis2\\WEB-INF",   "C:\\Progra~1\\Apache\\Tom

Axis2 1.0 RC4 release

2006-04-28 Thread Deepal Jayasinghe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I uploaded Axis2 1.0 RC4 release artifacts. Please help us by downloading and reviewing them. Download locations : * binary and source distributions - http://people.apache.org/~deepal/axis2/1.0-RC4/ * jars http://people.apache.org/~deepal/m

[axis2] generated code clientside wrapper for message documents

2006-04-28 Thread donnerdrummel2000-mailing
Hi, using codegeneration in axis2 for client side code, there are allways wrapper classes for input parameters of the methods representing the serviceoperations. Is there any reason for doing this that way cause it provides implementation details at client side wich is not realy necessary? Thanks

Re: [Axis2] Good way of notifying the clients to say "results are ready" in asynchronous messaging

2006-04-28 Thread Ali Sadik Kumlali
Hi Rodrigo, Thank you very much for your valuable help. It really saves my time and life ;-) Please see my inline comments. (Since there are too much line, I had to cut older postings.) --- Rodrigo Ruiz <[EMAIL PROTECTED]> wrote: > Hi Ali, see my comments in-line :-) > > Ali Sadik Kumlali wro

Re: [Axis2]: ws.commons.om.OMException missing from RC2?

2006-04-28 Thread Rob Henley
Hi Ruchith fixed - I had an old addressing.mar lying around! Many thanks Rob - Original Message - From: "Ruchith Fernando" <[EMAIL PROTECTED]> To: Sent: Friday, April 28, 2006 12:25 PM Subject: Re: [Axis2]: ws.commons.om.OMException missing from RC2? Hi Rob, You cannot use the 0.95 j

Re: [Axis2]: ws.commons.om.OMException missing from RC2?

2006-04-28 Thread Rob Henley
Hi Ruchith sorry - I didn't mean to imply I was using the 0.95 jars. As far as I know I'm only using the RC2 jars. With these I get file not found for OMException. I observed that this class appeared to have been present in the 0.95 axiom-api jar but not in the corresponding RC2 jar. I am usi

Re: [Axis2]: ws.commons.om.OMException missing from RC2?

2006-04-28 Thread Ruchith Fernando
Hi Rob, You cannot use the 0.95 jar/mars with RC stuff. Please try all the jars/mars from the latest RC and the axiom-*.jars from that particular RC. Thanks, Ruchith On 4/28/06, Rob Henley <[EMAIL PROTECTED]> wrote: Hi there trying to work around a problem with WSS4J I picked up the RC2 binar

[Axis2]: ws.commons.om.OMException missing from RC2?

2006-04-28 Thread Rob Henley
Hi there trying to work around a problem with WSS4J I picked up the RC2 binaries. I now get a FileNotFound for:   org/apache/ws/commons/om/OMException   Looks like this used to be in axiom-api-0.95.jar but is not in axiom-api-1.0-RC2.jar.   Has anyone else seen this problem? Cheers Rob

Service Isolation?

2006-04-28 Thread Fabian
Hi! In some publications I read that Axis2 supports some kind of service isolation. I have not found any details on that on the axs2 web pages so I ask here to get some clearance: [1] states that service isolations in axis2 means that every service has its own class loader and that this is very u

Re: [Axis2] wsdl2java problem?

2006-04-28 Thread Florian Rosenberg
hi, fixed. i didn't realize that xmlbeans does not create the appropriate class if i make a reference to a schema type not to an schema element from the wsdl:part. best regards, florian robert lazarski wrote: I'm having problems with oasis-200401-wss-wssecurity-utility-1.0.xsd

AXIS2 1.0 RC3

2006-04-28 Thread Arnaud MERGEY
Hi, I'have upgraded Axis2 libs in order to testing my dynamic Axis2 based client. With 0.95 my code works fine, with 1.0 RC3 invoking the service I'have : java.lang.NullPointerException     at org.apache.axis2.description.AxisService.getOperation(AxisService.java:642)     at org.apache.axis2.c

RE: unsubscribe me

2006-04-28 Thread subir.sasikumar
Hi,   I have a suggestion. Why not axis keep a link to unsubscribe in all the mails sent, so that people do not come and mail like this to the list. Dims what is your opinion. I do not know who can do this?   Well Diana. In this link you get all the apache groups to which you can sub

Re: unsubscribe me

2006-04-28 Thread Rodrigo Ruiz
Diana, you have to send an empty e-mail to: [EMAIL PROTECTED] Brosca Diana wrote: Dear Sirs, I want to be deleted from your Axis email list. Thank you very much!!! Regards, Diana No virus f

Re: [Axis2] Good way of notifying the clients to say "results are ready" in asynchronous messaging

2006-04-28 Thread Rodrigo Ruiz
Hi Ali, see my comments in-line :-) Ali Sadik Kumlali wrote: Hi Rodrigo, Thank you very much for taking your time and sharing your thoughts with me. I forgot to mention that I already used WS-Addressing. Sorry for that. Actually, after Anne's reply, I looked at the spec and noticed that I need

unsubscribe me

2006-04-28 Thread Brosca Diana
Dear Sirs,   I want to be deleted from your Axis email list.   Thank you very much!!!   Regards,     Diana    

Re: Making Axis work with HTTP/Basic authentication and a VB.Net client

2006-04-28 Thread Kevin O'Rourke
Thanks for the information. Just to be sure I understand: - you have written your own AuthenticationHandler class and added it as a handler in server-config.wsdd - you have added the HTTPAuthHandler to the "http" transport flow in server-config.wsdd - in your services' .wsdd file you have added th