as a known document type.
The error message from each known type may help you fix the problem:
- Report from 'http://www.uclocal.com/customerservice.asmx?WSDL' is 'The document format is
<System.Web.Services.WebService(Name:="testwebservice", Namespace:="test")> _ 'i have tried namespace:="http://www.uclocal.com" still doesnt work
<System.Web.Services.WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _
<ToolboxItem(False)> _
Public Class Service1
Inherits System.Web.Services.WebService
<WebMethod()> _
Public Function HelloWorld() As String
Return "Hello World"
End Function
still dont work please help me i feel like doin a suicide and leaving a note behind that says i have done suicide coz my webservice didnot work m really upset i mean my client dont want to change their domain but they gave me full access to the domain but i dont know what to do what to change to get this webservice up and running and service it works fine i dont want to buy a new domain just to for this webservice.is there any other way around if i could create subdomain because i think i cannot add web reference because of web.config file.what do u think cheez?
Last edited by hannahwill; 06-02-2009 at 08:11 AM.
Bookmarks