@WebServiceClient(name="ReportingService",
targetNamespace="https://bingads.microsoft.com/Reporting/v13",
wsdlLocation="https://reporting.api.sandbox.bingads.microsoft.com/Api/Advertiser/Reporting/v13/ReportingService.svc?wsdl")
public class ReportingService
extends jakarta.xml.ws.Service
| Constructor and Description |
|---|
ReportingService() |
ReportingService(URL wsdlLocation) |
ReportingService(URL wsdlLocation,
QName serviceName) |
ReportingService(URL wsdlLocation,
QName serviceName,
jakarta.xml.ws.WebServiceFeature... features) |
ReportingService(URL wsdlLocation,
jakarta.xml.ws.WebServiceFeature... features) |
ReportingService(jakarta.xml.ws.WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
IReportingService |
getBasicHttpBindingIReportingService() |
IReportingService |
getBasicHttpBindingIReportingService(jakarta.xml.ws.WebServiceFeature... features) |
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolverpublic ReportingService()
public ReportingService(jakarta.xml.ws.WebServiceFeature... features)
public ReportingService(URL wsdlLocation)
public ReportingService(URL wsdlLocation, jakarta.xml.ws.WebServiceFeature... features)
@WebEndpoint(name="BasicHttpBinding_IReportingService") public IReportingService getBasicHttpBindingIReportingService()
@WebEndpoint(name="BasicHttpBinding_IReportingService") public IReportingService getBasicHttpBindingIReportingService(jakarta.xml.ws.WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.Copyright © 2024. All rights reserved.