Table of Contents

Interface IWebService

Namespace
Javax.Jws
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/jws/WebService.html

public interface IWebService : IAnnotation
Inherited Members

Methods

EndpointInterface()

String EndpointInterface()

Returns

String

String

Name()

String Name()

Returns

String

String

PortName()

String PortName()

Returns

String

String

ServiceName()

String ServiceName()

Returns

String

String

TargetNamespace()

String TargetNamespace()

Returns

String

String

WsdlLocation()

String WsdlLocation()

Returns

String

String