zero-perfoliate
zero-perfoliate

Author Topic: Web Service Testing on the On the Browser URL Window  (Read 163 times)

Offline nkosinathi

  • PHP Workers
  • **
  • Posts: 8
  • Karma: +0/-0
Web Service Testing on the On the Browser URL Window
« on: April 18, 2010, 08:38:49 AM »
Hi All,

I hope this is correct forum 4 my question.

I was trying the to test the CelsiusToFahrenheit Web Service on W3schools.com.
When i try to use the
http://www.w3schools.com/webservices/tempconvert.asmx/CelsiusToFahrenheit?Celsius=100

I got this syntax from http://msdn.microsoft.com/en-us/library/aa719483(VS.71).aspx
and the exact syntax is

http://servername/vdir/webservicename.asmx/Methodname?parameter=value
I get an error when trying to do this? Why, is this happening?