Project: WSO2 WSAS
WSAS Security User and Role Management
Hello!
I am trying to get a better understanding on how these functions would be extended and used. If new roles were to be added such as subsets of users with users being assigned to those new roles, how does this segregation play itself out in the WSAS?
I can see immediate elements in the service execution, but I had been wondering about how else these new user functionality are impacted.
HTTPS works fine but I get an IOException reading request on the server side
I am trying echo client to connect to echo service over HTTPS. It works fine -- meaning that service is echoing back the request message back to the client. However, I see the following exception trace at the service side:
WSO2 WSAS 2.3 released
The WSO2 WSAS team is pleased to announce the release of the WSO2 WSAS 2.3. WSO2 WSAS is an enterprise ready Web services engine powered by Apache Axis2 release under the Apache Software License 2.0.
This release can be downloaded from http://wso2.org/projects/wsas/java
From the WSO2 WSAS 2.3 - Release Note - 10th June 2008
======================================================
- by afkham_azeez
- Login or register to post comments
- Read more
- 89 reads
DataServices NameSpace magic
In SVN under the wsas Version 2.2 in revision 12176
- 4 comments
- Read more
- 99 reads
Location for XKMS JavaDocs?
Hi all,
Does anyone know the location for the XKMS API/service javadocs? It's not located standard sport where the JavaDocs are located:
http://wso2.org/project/wsas/java/2.2.1/docs/apidocs/index.html
Thanks,
Bruce
WSO2 WSAS log setting
I have written a web service with ws security.
How can I modify ma log settings in order to get a more accurate error description rather then just this:
" INFO [2008-05-01 16:23:50,262] org.apache.axis2.AxisFault: Error in extracting message properties"
Any help, suggestions?
- 1 comment
- 111 reads
Spring Beans as Services
We have started to use the spring bean support to upload new services, which works fairly well, however we are seeing that the WSAS pulls every public method as a wsdl action. Is there a specific annotation that we can use to tell the WSAS to ignore certain methods? We are also currently exploring updating the spring jar to 2.5 and using spring annotations to set the dependencies as opposed to the "getter/setter" pattern required in spring 1.
JDBC connector / Define a data Service
Hello , I want to define a new data service.
I define a name and select RBMS as DATASOURCE.
I select MYSQL
I write jdbc:mysql://localhost:3306/telephone
I enter the username and the password.
When I clic on Test Connection I have a error : Drive class com.mysql.jdbc.Driver can not be loaded
I'm on windows XP, JDK 1.6 is instelled on, and mysql is running with no error (php myadmin is ok)
I have the same error with Oracle (Oracle SE on my computer).

