Search

You searched for the word(s): userid:701467

Matching Posts

  • Re: Consuming a PHP Web Service from a .NET client

    try adding &wsdl to the end and see if it doesn't generate a wsdl you can use to let visual studio generate a proxy class for you. if it can't, creating the proxy class is pretty straight forward (especially if you have the information about the web service at your disposal). To create the proxy class by hand: First, you create a class deriving from SoapHttpClientProtocol. Next create methods that match the ones in your web service. Inside these methods, call Invoke("WebMethodName"
    Posted to XML Web Services (Forum) by aMadHatter on 8/24/2009
  • Re: ASP.net client consuming a NuSoap web service

    looks like you've referenced the services as http://www.mnavasca.ca but you're host requires http://mnavasca.ca so when you post to http://www.mnavasca.ca/TestService/Server.php your web server is telling you that the location of that host is http://mnavasca.ca/TestService/Server.php try changing your namespace without the www.
    Posted to XML Web Services (Forum) by aMadHatter on 2/7/2007
  • Re: ASP.net client consuming a NuSoap web service

    post your service and type registration php code. what errors are you getting in .net?
    Posted to XML Web Services (Forum) by aMadHatter on 2/6/2007
  • Re: Consuming a PHP Web Service from a .NET client

    Wow! you're quite welcome. Its not everyday that you rummage through asp.net and find somebody posting a link to your blog (which that is mine). Glad it helped you. nusoap is a treat if you're doing your web services in php. I do wish it had better / fuller SOAP support, but I guess beggars cant be choosers.
    Posted to XML Web Services (Forum) by aMadHatter on 1/24/2007
  • hosting http outside IIS (Service Station sample) + permission problem

    I have a service that is rather complex. Eventually I'd like it to host a controller thats accessible through http. I've downloaded and attempted to use the ServiceStation sample from msdn mag from a long time ago, but the windows sample does not work, and my sample is running into problems, and google doesnt bring up much on the matter. The ServiceStation sample has been a great help so far, but I'm kind of stuck on something, maybe somebody here can walk me through. I've created
    Posted to C# (Forum) by aMadHatter on 1/10/2007
Page 1 of 1 (5 items)