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

2006-04-30 Thread Ali Sadik Kumlali
As far as I've seen from 1.0RC5 on SVN, new name of the security module is "rampart". Good choice :) --- Eran Chinthaka <[EMAIL PROTECTED]> wrote: > > > Sanjiva Weerawarana wrote: > > OK how about Apache Sigiri? > > +1. And it was considered as one of the high security places in > ancient > d

Communicating with a REST service.

2006-04-30 Thread Madhav Inamti
I am trying to communicate with a REST service using secure http and sending raw data. I just downloaded Axis and tried the MyService example. I am getting this error. Any clues..   Thanks in advance.       INFO: Deploying module : addressing-0.95Apr 30, 2006 10:07:39 PM org.apache.axis2.transpor

Message response not going to wire.

2006-04-30 Thread Corey Baswell
Hi,   I did an update tonight on the code and for some reason none of the soap xml response is being sent back to the client. I'm able to follow it in code to where the SOAPEnvelopImpl performs serializeAndConsume. Everything *looks* fine but the client gets nothing back (an empty response). I reve

Re: [Axis2] Synchronous response over JMS

2006-04-30 Thread Roger Nell
Hi Ali, Responses to your number questions:1) I'm not sure this message interaction is covered by the message exchange patterns (MEP) defined in SOAP.  I do not think you can get the "blocked for a short time" feature.  I suggest you think of building more logic into your client or service and use

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

2006-04-30 Thread Dies Koper
Hello Rama, I'm not familiar with WSS4J but your client handler is supposed to remove the header marked with mustUnderstand="1" from the SOAP response after processing it. From your error message it seems that the header is still there. Not a solution, but I hope this helps you in the right

[axis2 1.0 RC4] blocking dual client - null pointer exception

2006-04-30 Thread Diego
Hi everybody! I added the lines between the comments to the code generated by the wsdl 2java in order to have a blocking dual transport client. But I get a null pointer exception. Thanks for any help! Diego Exception: == Exception in thread "main" java.lang.NullPointerException

Error Using WSDL2Java

2006-04-30 Thread Maryam Moazeni
Exception in thread "main" java.lang.NullPointerException    at org.apache.axis2.wsdl.builder.wsdl4j.WSDLPump.createSchemaForPorttype(WSDLPump.java:732)    at org.apache.axis2.wsdl.builder.wsdl4j.WSDLPump.generateWrapperSchema (WSDLPump.java:662)    at org.apache.axis2.wsdl.builder.wsdl

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

2006-04-30 Thread Rob Henley
Hi Ruchith thanks - but with -Daxis2.xml=...\conf\axis2.xml I get the same error as before ... org.apache.axis2.deployment.DeploymentException: Trying to engage a module which is not available : addressing; nested exception is: ... So the question is why can't the client find the modules whe

[Axis2] Obtaining WS-Addressing ReferenceParameters

2006-04-30 Thread Tung Tran
Hello, I'm trying to include some service-unique information as a referenceParameter of the To's EndpointReference. However I can't extract that piece of info with a handler deployed on the server side. Basically, on the client side, I do something like this: referenceParameters.put("param", "x

Re: [Axis2] cannot create war with axis2-std-1.0-RC3-src.zip

2006-04-30 Thread robert lazarski
'maven  release'  will  create  a war. HTH, Robert http://www.braziloutsource.com/ On 4/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Folks,Need some guidance w.r.t. axis2-std-1.0-RC3-src.zip.  Am trying to create the axis2.war from this distribution but it does not look as if there ar

[Axis2] cannot create war with axis2-std-1.0-RC3-src.zip

2006-04-30 Thread aveitas
Hi Folks, Need some guidance w.r.t. axis2-std-1.0-RC3-src.zip. Am trying to create the axis2.war from this distribution but it does not look as if there are any targets to perform this? The comments in the maven.xml state that the main goals are "default" , "clean" and "clean-repo". In the .95

[axis2] Strange xmlbeans problem

2006-04-30 Thread robert lazarski
Hi all, I'm using RC4 for this example. I'm written a very simple example to explain my problem. Can somebody please give a quick look - it must be something simple but I'm having a hard time tracking it down. The wsdl is attached and validates fine. The response envelope is: http://schemas

Re: [Axis2] Synchronous response over JMS

2006-04-30 Thread Ali Sadik Kumlali
Hi Roger, Thank you very much for the reply. Your explanations are very clear and understandable. Actually, what I want to do is, letting the client to *immediately* know whether its request has passed security and validation check and accepted by the server. I thought that was only possible with

[axis2] Re: Service Isolation?

2006-04-30 Thread Ruchith Fernando
Hi Fabian, Right now Axis2 doesn't come with any security manager that will restrict access to different resources. Therefore right now as long as you have access to a message context (or any place in the context hierarchy) you can have access to the configuration context of that axis2 instance,

[axis2] Re: MyService echo example is broken

2006-04-30 Thread Ruchith Fernando
Seems like a problem in Axis2 ... Resend with [axis2] prefix ... On 4/30/06, Roger Nell <[EMAIL PROTECTED]> wrote: The generated WSDL for the echo service operation indicates that it expects a echoRequest and returns an echoResponse. This service doesn't return an echoResponse, but simple refle