IIS web service wont respond
i wrote web service method bellow , published web service,
now question when remotely connected iis running web server , open web service , open web method , click on "invoke" button.,..it wont show me results on browser itself....it stays.....on invoke screen ..is there reson for this ? if write program calls perticular web service method can result back..... client side
i stuk...i want find out the reason.. there settings i need change on iis ?
<webmethod()> _
public function ping() as boolean
return true
end function
thanks
ergards
sukavi
if insist on knowing what's going on here, take @ network traffic using tool fiddler or microsoft network monitor, or possibly create tests using soapui.
john saunders
wcf is web services. not 2 separate things.
use wcf new web service development, instead of legacy asmx or obsolete wse
use file->new project create web service projects
Archived Forums A-B > ASMX Web Services and XML Serialization
Comments
Post a Comment