Webservices : disco files
-
Hi All, I am not sure about what does the output mean when I try this : http://www.webservicex.net/WeatherForecast.asmx?disco <?xml version="1.0" encoding="utf-8" ?> - <discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/"> <contractRef ref="http://www.webservicex.net/WeatherForecast.asmx?wsdl" docRef="http://www.webservicex.net/WeatherForecast.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> <soap address="http://www.webservicex.net/WeatherForecast.asmx" xmlns:q1="http://www.webservicex.net" binding="q1:WeatherForecastSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> <soap address="http://www.webservicex.net/WeatherForecast.asmx" xmlns:q2="http://www.webservicex.net" binding="q2:WeatherForecastSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> </discovery> Can anyone please throw some light on what does a disco/vsdisco file actually reveals and how it has to be used? Thanks!
-
Hi All, I am not sure about what does the output mean when I try this : http://www.webservicex.net/WeatherForecast.asmx?disco <?xml version="1.0" encoding="utf-8" ?> - <discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/"> <contractRef ref="http://www.webservicex.net/WeatherForecast.asmx?wsdl" docRef="http://www.webservicex.net/WeatherForecast.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> <soap address="http://www.webservicex.net/WeatherForecast.asmx" xmlns:q1="http://www.webservicex.net" binding="q1:WeatherForecastSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> <soap address="http://www.webservicex.net/WeatherForecast.asmx" xmlns:q2="http://www.webservicex.net" binding="q2:WeatherForecastSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> </discovery> Can anyone please throw some light on what does a disco/vsdisco file actually reveals and how it has to be used? Thanks!
DISCO is the discovery file which gives path of the Webservices. Find more info: [^]
Parwej Ahamad http://parwej.wordpress.com/
-
DISCO is the discovery file which gives path of the Webservices. Find more info: [^]
Parwej Ahamad http://parwej.wordpress.com/