A
Anbu
Hi All,
How to test a .NET Web Service with NUnit?
When I use XML Deserializer, the result becomes
<?xml version="1.0" encoding="utf-16"?>
<response>ok</response>
While testing the page from Internet explorer, it shows the following
as the expected result,
<q1:serviceResponse xmlns:q1="urn:CallSetup"><serviceReturn
xsi:type="q1:response"
xmlnssi="http://www.w3.org/2001/XMLSchema-instance">ok</serviceReturn></q1:serviceResponse>
This is one of the simple cases, but I have few complex datatypes
defined the few of the web services.
How to validate the output?
Any suggestions??
How to test a .NET Web Service with NUnit?
When I use XML Deserializer, the result becomes
<?xml version="1.0" encoding="utf-16"?>
<response>ok</response>
While testing the page from Internet explorer, it shows the following
as the expected result,
<q1:serviceResponse xmlns:q1="urn:CallSetup"><serviceReturn
xsi:type="q1:response"
xmlnssi="http://www.w3.org/2001/XMLSchema-instance">ok</serviceReturn></q1:serviceResponse>
This is one of the simple cases, but I have few complex datatypes
defined the few of the web services.
How to validate the output?
Any suggestions??