Search

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

Matching Posts

  • Re: ASP.net client consuming a NuSoap web service

    i got things working... it was a NuSoap issue rather than a .net one thanks for the help anyways...
    Posted to XML Web Services (Forum) by mnavasca on 2/9/2007
  • Re: ASP.net client consuming a NuSoap web service

    Thanks for the reply I'm not getting any errors in my error log file. When I print a stack trace the exception is thrown at this line: System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) - methodName not found The NuSoap (PHP) service code: 1 2 3 4 // NuSoap API 5 require_once( 'nusoap.php' ); 6 7 // Customers API 8 require_once( 'CustomerAccess.php' ); 9 require_once( 'Customer.php' ); 10 11 // create the server instance 12 $webServer = new soap_server
    Posted to XML Web Services (Forum) by mnavasca on 2/7/2007
  • ASP.net client consuming a NuSoap web service

    Hello, I'm trying to create a ASP.net client to consume a NuSoap service that I've created but for some reason I can't get it to work. I used this tutorial for creating both the NuSoap service and the ASP.net client and have followed all the instructions exactly. In other words I get the expected page on the service side and when I add a new web reference to my .net client I get the necessary proxy classes to access and run the service. My ASP.net/C# code looks like this: try { // the nusoap service
    Posted to XML Web Services (Forum) by mnavasca on 2/2/2007
Page 1 of 1 (3 items)