Two questions about security features

2010-02-08 Thread Doughty, Michael
I have three questions that I need some information on. One of them is on Rampart, and one on Axis2, and one on a particular scenario of the first two questions. (1) I've noticed that Rampart seems to support the WS-SecurityPolicy 1.0 tokens SupportingTokens, SignedSupportingTokens,

Inaccessible WSDL files after enabling both HTTP and HTTPS in Axis2/Tomcat

2010-02-08 Thread Doughty, Michael
I have a problem that I am hoping someone could shed some light on. I have enabled both HTTP and one-way HTTPS in my Tomcat 6 instance. Likewise, I have added the correct configuration information to my axis2.xml in the war distribution of Axis2 1.5.1. The HTTP port is 8080 and the HTTPS

Error Axis2 Client. Retrying request after eight minutes

2010-02-08 Thread pacoleal
Hello, I have a axis2 client. I some requests I get next situation: Aprox eight minutes after I get last trace write to, after client close the connection and retrying the request. Second try is working properly. 11:53,979 DEBUG org.apache.commons.httpclient.Wire.wire -

Re: Inaccessible WSDL files after enabling both HTTP and HTTPS in Axis2/Tomcat

2010-02-08 Thread Andreas Veithen
Michael, This looks like another example of the issue described in AXIS2-4465. Not sure if it is possible to make this work properly in 1.5.1, but in the current trunk the configuration mechanism to enable HTTP and HTTPS in a servlet environment is much more transparent (and known to work

Re: Axis - javascript

2010-02-08 Thread Demetris
Hi again, any idea on the question below? I want to avoid generating stubs on the client side (even though I do have the WSDL file) but rather generate the SOAP message directly. Is there a tool that can generate that or at least and automated method for it? Thanks Demetris wrote: Does

[Axis2] - Error setting SOAP 1.1

2010-02-08 Thread Juan Felipe Alvarez Saldarriaga
Hey!. I got some question about Axis2, in one machine when I create a request using Axis2 it creates this request: ?xml version='1.0' encoding='utf-8'? soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; soapenv:Header wsse:Security xmlns:wsse=

JMS reply message not removed from queue

2010-02-08 Thread Colin Sharples [DATACOM]
I am using SOAP/JMS on Axis2 1.5.1, running in Glassfish v3 with ActiveMQ as the JMS transport. I have got my web services working with the JMS transport - the client seems to receive the reply message successfully. However, when I look in the ActiveMQ console, it seems that the reply message

Re: [Axis2] - Error setting SOAP 1.1

2010-02-08 Thread Amila Suriarachchi
On Tue, Feb 9, 2010 at 2:26 AM, Juan Felipe Alvarez Saldarriaga nebi...@gmail.com wrote: Hey!. I got some question about Axis2, in one machine when I create a request using Axis2 it creates this request: ?xml version='1.0' encoding='utf-8'? soapenv:Envelope

Re: Axis - javascript

2010-02-08 Thread Amila Suriarachchi
On Sat, Feb 6, 2010 at 12:41 AM, Demetris demet...@ece.neu.edu wrote: Does anyone know any tool that can either generate javascript code from wsdl documents or any examples of how a remote client can use the wsdl file to build soap calls within javascript that can access an Axis remote

Re: [Axis2] - Error setting SOAP 1.1

2010-02-08 Thread Juan Felipe Alvarez Saldarriaga
Hey Amila. Thanks for asking, yes, same libraries in both servers, I just copy those from one server to the other, pretty odd eh? Thanks. On Mon, Feb 8, 2010 at 10:07 PM, Amila Suriarachchi amilasuriarach...@gmail.com wrote: On Tue, Feb 9, 2010 at 2:26 AM, Juan Felipe Alvarez Saldarriaga

Unsubscribe

2010-02-08 Thread Sudhir Mongia

RE: Inaccessible WSDL files after enabling both HTTP and HTTPS in Axis2/Tomcat

2010-02-08 Thread Doughty, Michael
Thanks for the information. I am glad to hear it is fixed in the main trunk, which I hope means it will make it into the next version of Axis2. For the time being I've implemented my own logic to create these files at deployment time by modifying the original WSDL file to contain the policy

SPML based Web Service in Axis2

2010-02-08 Thread shyam shukla
Hello All, Does Axis2 support SPML v2.0 (Service Provisioning Markup Language) based we= b services? If yes, then please provide the pointer for the same. Thanks, Shyam

Axis vs other frameworks

2010-02-08 Thread rahul yadav
What are the framework to work with webservices other then Axis? Our basic requirement is to generate java source from wsdl and use it to call the webservices. Thanks All, Rahul