Testing
Partial Dev List
Im working on a partial XML/HTML templating with native support for both internal and external data using only XHTML form and templates ... I hope to include this as an automation process in the future for DATA mining and collective client tracking. Im currently using DEV SOA for windows ... YAY ... It is robust and extensibly easy to use and configure. I am glad to have come across compatibility and ease of use with UNIFORM server and WSO2.
- qmutz's blog
- Login or register to post comments
- 182 reads
DBReport mediator
Hi,
i would like to use DBRepor mediator with my local database SQLServer named MEDUSA.
following the configuration:
Driver : com.microsoft.sqlserver.jdbc.SQLServerDriver
Url : jdbc:sqlserver://127.0.0.1/MEDUSA
User : sa
Password : sa
Statements
SQL Statement : insert into BusMesaages (?, ?, ?)
Parameters
Parameter Type Property Type Value / Expression
CHAR Value order
CHAR Value SYN12345
CHAR Value IBM
i get this error when it is executed
- cislagg's blog
- 3 comments
- Read more
- 355 reads
Debugging Axis2/C Services and Clients
Submitted on August 26, 2008 - 03:13. Story : Level : Project : Realm :
In this tutorial, Supun Kamburugamuva illustrates debugging Apache Axis2/C services and clients in both Windows and Linux platforms under different deployment scenarios.
6 Different Ways to Testing a Web Service
Submitted on July 21, 2008 - 04:48. Story : Level : Realm :
This tutorial by Charitha Kankanamge takes you through different approaches to testing Web services.
How to retrieve metadata of a web service deployed on WSAS using WSO2-MEX module
Submitted on June 22, 2008 - 08:29. Story : Level : Project : Realm :
The WS-MetaDataExchange specification defines protocols that support the dynamic exchange of metadata that is relevant to the service interaction (such as XML Schema WS-policy and WSDL descriptions) between Web services endpoints. WS-MetadataExchange specification provides more information you need to know about it.
Writing Simple phpt Test Scripts For PHP Web Services
Submitted on May 11, 2008 - 22:28. Story : Level : Project : Realm :
In this article, Dushshantha Chandradasa explains automated testing of a WSO2 WSF/PHP Web service using phpt.
Web Services are Faster – Apache Axis2/C Performance: Round 1
Submitted on April 30, 2008 - 03:19. Story : Level : Project : Realm :
This article by Lahiru Gunathilake illustrates the latest performance results of Apache Axis2/C and compares with the performance of Axis2/C with Guththila XML parser and libxml2 XML parser.
How to pass ServiceGroupId from one ServiceClient to another
Submitted on February 6, 2008 - 00:58. Story : Level : Project : Realm :
When we invoke a service in a session-aware manner, i.e. deploy a service in a SOAP session we need to send the ServiceGroupId. This is not a problem if we use the same ServiceClient instance, however, if we are going to use two or more different instances of ServiceClient then it is somewhat difficult to do so. When we have single client we can get the SOAP session working using following two steps:


