# |
Test Scenario |
Result(Pass/Fail) |
Comments |
| 1 |
- Create and deploy a simple web service in wsas.
- Create a C# .NET client to invoke the service
eg:- Invoke WSAS version service through a C# .NET client |
Pass |
Tested with Axis2 version service |
2 |
- Create and deploy a web service which accepts two arguments from the client.
- Create a C# .NET client to invoke the service
eg:- Invoke a service which multiplies two numbers through a C# .NET client |
|
(IN-OUT MEP) |
| 3 |
Create and deploy an IN-ONLY web service and invoke it using a C# .NET client |
|
(IN-ONLY MEP) |
4 |
Create a wsas service with ws-addressing engaged at server side. Invoke service using a C#.NET client. |
|
WS-addressing |
| 5 |
Create a wsas service with RM engaged. Invoke service using a C#. NET client |
|
WS-RM |
| 6 |
Create a wsas service with WS-Security engaged. Invoke service using a C#. NET client |
|
WS-Security |
| 7 |
Create a wsas service with both WS-RM and WS-Security engaged. Invoke service using a C#. NET client |
|
WS-RM and WS-Security |
8 |
- Create a wsas service and generate C# .NET code using .NET code generation utilities
- Invoke the service |
|
|
9 |
- Create and deploy a simple C# .NET web service.
- Create a Java client to consume the service (Use ServiceClient). |
|
|
10 |
- Create and deploy a simple C# .NET web service.
- Generate Java stubs and consume the service. |
|
|
| 11 |
Create and deploy IN-OUT C#.NET web service and consume it using a Java client |
|
|
12 |
Create and deploy C#.NET web service with ws-addressing and consume it using a Java client |
|
WS-addressing |
13 |
Create and deploy C#.NET web service with RM engaged and consume it using a Java client |
|
WS-RM |
| |
Test all scenarios mentioned in'Windows Communication Foundation' Interoperability test page |
|
|
14 |
BaseDataTypes
BaseDataTypesDocLitWService - Integer/Boolean/String/Decimal |
Pass |
Generated a java client for the following endpoint and invoked the service.http://131.107.72.15/SoapWsdl_BaseDataTypes_XmlFormatter_Service_Indigo/BaseDataTypesDocLitW.svc?wsdl |