@WebServiceClient(name="billService", wsdlLocation="https://e-factura.sunat.gob.pe/ol-ti-itcpfegem/billService?wsdl", targetNamespace="http://service.gem.factura.comppago.registro.servicio.sunat.gob.pe/") public class BillService extends Service
Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
BillServicePort |
static QName |
BillServicePort0 |
static QName |
SERVICE |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
BillService() |
BillService(URL wsdlLocation) |
BillService(URL wsdlLocation,
QName serviceName) |
BillService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
BillService(URL wsdlLocation,
WebServiceFeature... features) |
BillService(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
BillService |
getBillServicePort() |
BillService |
getBillServicePort(WebServiceFeature... features) |
BillService |
getBillServicePort0() |
BillService |
getBillServicePort0(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 static final URL WSDL_LOCATION
public static final QName SERVICE
public static final QName BillServicePort0
public static final QName BillServicePort
public BillService(URL wsdlLocation)
public BillService()
public BillService(WebServiceFeature... features)
public BillService(URL wsdlLocation, WebServiceFeature... features)
public BillService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="BillServicePort.0") public BillService getBillServicePort0()
@WebEndpoint(name="BillServicePort.0") public BillService getBillServicePort0(WebServiceFeature... features)
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.@WebEndpoint(name="BillServicePort") public BillService getBillServicePort()
@WebEndpoint(name="BillServicePort") public BillService getBillServicePort(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 © 2017. All rights reserved.