Add Reference WSDL

  • 28 October 2015
  • 1 reply
  • 0 views

Badge +6

Hello, i have a server without internet connection, 

 

I need to add a reference in a local WS. 

 

I want to use the http://localhost/K2Services/WS.asmx, but is requesting the Namespace, and i don't know what is it.

 

Do you know it?, or do you know any way to create a simple WS to add as a reference in my local server?

 

Thank you

 

Juan Antonio


1 reply

Badge +6

Please, i need your help

 

I have this asmx web service (K2Functions.asmx)

<%@ WebService Language="C#" Class="K2Functions" %>


using SourceCode.Hosting.Client.BaseAPI;

[WebService(Namespace="http://xxxxxx/webservices")]


public class K2Functions : System.Web.Services.WebService
{

}

 

I want to add as a reference in K2 Studio, but i have this error "the namespace is not valid"....

 

could you help me?

 

Thank you


14592i3FB910962307C3E6.png

Reply