Skip to content

Commit

Permalink
Look-up method for enterprise manager implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Benkler committed Feb 9, 2017
1 parent d1314cd commit 97c3078
Show file tree
Hide file tree
Showing 26 changed files with 2,898 additions and 2,847 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ private void registerEnterpriseManagerComponents() {

applicationHelper.registerComponent(Names.getLoginManagerRegistryName(defaultEnterpriseIndex),
loginManagerWSDL, false);

LOG.error("########################################################################" + enterpriseServiceWSDL);
} catch (URISyntaxException e) {
LOG.error("Error registering components: " + e.getMessage());
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,77 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="IBarcodeScannerService" targetNamespace="http://barcodescanner.cashdesk.cashdeskline.webservice.logic.cocome.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://barcodescanner.cashdesk.cashdeskline.webservice.logic.cocome.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<wsdl:types>
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="IBarcodeScannerService" targetNamespace="http://barcodescanner.cashdesk.cashdeskline.webservice.logic.cocome.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://barcodescanner.cashdesk.cashdeskline.webservice.logic.cocome.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://barcodescanner.cashdesk.cashdeskline.webservice.logic.cocome.org/" schemaLocation="IBarcodeScanner_schema1.xsd"/>
</schema>
</wsdl:types>
<wsdl:message name="NoSuchProductException">
<wsdl:part name="NoSuchProductException" element="tns:NoSuchProductException">
</wsdl:part>
</wsdl:message>
<wsdl:message name="sendProductBarcodeResponse">
<wsdl:part name="parameters" element="tns:sendProductBarcodeResponse">
</wsdl:part>
</wsdl:message>
<wsdl:message name="IllegalCashDeskStateException">
<wsdl:part name="IllegalCashDeskStateException" element="tns:IllegalCashDeskStateException">
</wsdl:part>
</wsdl:message>
<wsdl:message name="sendProductBarcode">
<wsdl:part name="parameters" element="tns:sendProductBarcode">
</wsdl:part>
</wsdl:message>
<wsdl:message name="UnhandledException">
<wsdl:part name="UnhandledException" element="tns:UnhandledException">
</wsdl:part>
</wsdl:message>
<wsdl:message name="ProductOutOfStockException">
<wsdl:part name="ProductOutOfStockException" element="tns:ProductOutOfStockException">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="IBarcodeScanner">
<wsdl:operation name="sendProductBarcode">
<wsdl:input name="sendProductBarcode" message="tns:sendProductBarcode">
</wsdl:input>
<wsdl:output name="sendProductBarcodeResponse" message="tns:sendProductBarcodeResponse">
</wsdl:output>
<wsdl:fault name="UnhandledException" message="tns:UnhandledException">
</wsdl:fault>
<wsdl:fault name="ProductOutOfStockException" message="tns:ProductOutOfStockException">
</wsdl:fault>
<wsdl:fault name="NoSuchProductException" message="tns:NoSuchProductException">
</wsdl:fault>
<wsdl:fault name="IllegalCashDeskStateException" message="tns:IllegalCashDeskStateException">
</wsdl:fault>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="IBarcodeScannerServiceSoapBinding" type="tns:IBarcodeScanner">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="sendProductBarcode">
<soap:operation soapAction="" style="document"/>
<wsdl:input name="sendProductBarcode">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="sendProductBarcodeResponse">
<soap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="UnhandledException">
<soap:fault name="UnhandledException" use="literal"/>
</wsdl:fault>
<wsdl:fault name="ProductOutOfStockException">
<soap:fault name="ProductOutOfStockException" use="literal"/>
</wsdl:fault>
<wsdl:fault name="NoSuchProductException">
<soap:fault name="NoSuchProductException" use="literal"/>
</wsdl:fault>
<wsdl:fault name="IllegalCashDeskStateException">
<soap:fault name="IllegalCashDeskStateException" use="literal"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="IBarcodeScannerService">
<wsdl:port name="IBarcodeScannerPort" binding="tns:IBarcodeScannerServiceSoapBinding">
<soap:address location="http://localhost:9090/IBarcodeScannerPort"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
</wsdl:types>
<wsdl:message name="NoSuchProductException">
<wsdl:part name="NoSuchProductException" element="tns:NoSuchProductException">
</wsdl:part>
</wsdl:message>
<wsdl:message name="sendProductBarcodeResponse">
<wsdl:part name="parameters" element="tns:sendProductBarcodeResponse">
</wsdl:part>
</wsdl:message>
<wsdl:message name="IllegalCashDeskStateException">
<wsdl:part name="IllegalCashDeskStateException" element="tns:IllegalCashDeskStateException">
</wsdl:part>
</wsdl:message>
<wsdl:message name="sendProductBarcode">
<wsdl:part name="parameters" element="tns:sendProductBarcode">
</wsdl:part>
</wsdl:message>
<wsdl:message name="UnhandledException">
<wsdl:part name="UnhandledException" element="tns:UnhandledException">
</wsdl:part>
</wsdl:message>
<wsdl:message name="ProductOutOfStockException">
<wsdl:part name="ProductOutOfStockException" element="tns:ProductOutOfStockException">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="IBarcodeScanner">
<wsdl:operation name="sendProductBarcode">
<wsdl:input name="sendProductBarcode" message="tns:sendProductBarcode">
</wsdl:input>
<wsdl:output name="sendProductBarcodeResponse" message="tns:sendProductBarcodeResponse">
</wsdl:output>
<wsdl:fault name="UnhandledException" message="tns:UnhandledException">
</wsdl:fault>
<wsdl:fault name="ProductOutOfStockException" message="tns:ProductOutOfStockException">
</wsdl:fault>
<wsdl:fault name="NoSuchProductException" message="tns:NoSuchProductException">
</wsdl:fault>
<wsdl:fault name="IllegalCashDeskStateException" message="tns:IllegalCashDeskStateException">
</wsdl:fault>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="IBarcodeScannerServiceSoapBinding" type="tns:IBarcodeScanner">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="sendProductBarcode">
<soap:operation soapAction="" style="document"/>
<wsdl:input name="sendProductBarcode">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="sendProductBarcodeResponse">
<soap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="UnhandledException">
<soap:fault name="UnhandledException" use="literal"/>
</wsdl:fault>
<wsdl:fault name="ProductOutOfStockException">
<soap:fault name="ProductOutOfStockException" use="literal"/>
</wsdl:fault>
<wsdl:fault name="NoSuchProductException">
<soap:fault name="NoSuchProductException" use="literal"/>
</wsdl:fault>
<wsdl:fault name="IllegalCashDeskStateException">
<soap:fault name="IllegalCashDeskStateException" use="literal"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="IBarcodeScannerService">
<wsdl:port name="IBarcodeScannerPort" binding="tns:IBarcodeScannerServiceSoapBinding">
<soap:address location="http://localhost:9090/IBarcodeScannerPort"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Original file line number Diff line number Diff line change
@@ -1,92 +1,92 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="ICardReaderService" targetNamespace="http://cardreader.cashdesk.cashdeskline.webservice.logic.cocome.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://cardreader.cashdesk.cashdeskline.webservice.logic.cocome.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<wsdl:types>
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="ICardReaderService" targetNamespace="http://cardreader.cashdesk.cashdeskline.webservice.logic.cocome.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://cardreader.cashdesk.cashdeskline.webservice.logic.cocome.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://cardreader.cashdesk.cashdeskline.webservice.logic.cocome.org/" schemaLocation="ICardReader_schema1.xsd"/>
</schema>
</wsdl:types>
<wsdl:message name="sendCreditCardPin">
<wsdl:part name="parameters" element="tns:sendCreditCardPin">
</wsdl:part>
</wsdl:message>
<wsdl:message name="IllegalCashDeskStateException">
<wsdl:part name="IllegalCashDeskStateException" element="tns:IllegalCashDeskStateException">
</wsdl:part>
</wsdl:message>
<wsdl:message name="sendCreditCardInfoResponse">
<wsdl:part name="parameters" element="tns:sendCreditCardInfoResponse">
</wsdl:part>
</wsdl:message>
<wsdl:message name="sendCreditCardPinResponse">
<wsdl:part name="parameters" element="tns:sendCreditCardPinResponse">
</wsdl:part>
</wsdl:message>
<wsdl:message name="UnhandledException">
<wsdl:part name="UnhandledException" element="tns:UnhandledException">
</wsdl:part>
</wsdl:message>
<wsdl:message name="sendCreditCardInfo">
<wsdl:part name="parameters" element="tns:sendCreditCardInfo">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="ICardReader">
<wsdl:operation name="sendCreditCardPin">
<wsdl:input name="sendCreditCardPin" message="tns:sendCreditCardPin">
</wsdl:input>
<wsdl:output name="sendCreditCardPinResponse" message="tns:sendCreditCardPinResponse">
</wsdl:output>
<wsdl:fault name="UnhandledException" message="tns:UnhandledException">
</wsdl:fault>
<wsdl:fault name="IllegalCashDeskStateException" message="tns:IllegalCashDeskStateException">
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="sendCreditCardInfo">
<wsdl:input name="sendCreditCardInfo" message="tns:sendCreditCardInfo">
</wsdl:input>
<wsdl:output name="sendCreditCardInfoResponse" message="tns:sendCreditCardInfoResponse">
</wsdl:output>
<wsdl:fault name="UnhandledException" message="tns:UnhandledException">
</wsdl:fault>
<wsdl:fault name="IllegalCashDeskStateException" message="tns:IllegalCashDeskStateException">
</wsdl:fault>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ICardReaderServiceSoapBinding" type="tns:ICardReader">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="sendCreditCardPin">
<soap:operation soapAction="" style="document"/>
<wsdl:input name="sendCreditCardPin">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="sendCreditCardPinResponse">
<soap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="UnhandledException">
<soap:fault name="UnhandledException" use="literal"/>
</wsdl:fault>
<wsdl:fault name="IllegalCashDeskStateException">
<soap:fault name="IllegalCashDeskStateException" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="sendCreditCardInfo">
<soap:operation soapAction="" style="document"/>
<wsdl:input name="sendCreditCardInfo">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="sendCreditCardInfoResponse">
<soap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="UnhandledException">
<soap:fault name="UnhandledException" use="literal"/>
</wsdl:fault>
<wsdl:fault name="IllegalCashDeskStateException">
<soap:fault name="IllegalCashDeskStateException" use="literal"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ICardReaderService">
<wsdl:port name="ICardReaderPort" binding="tns:ICardReaderServiceSoapBinding">
<soap:address location="http://localhost:9090/ICardReaderPort"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
</wsdl:types>
<wsdl:message name="sendCreditCardPin">
<wsdl:part name="parameters" element="tns:sendCreditCardPin">
</wsdl:part>
</wsdl:message>
<wsdl:message name="IllegalCashDeskStateException">
<wsdl:part name="IllegalCashDeskStateException" element="tns:IllegalCashDeskStateException">
</wsdl:part>
</wsdl:message>
<wsdl:message name="sendCreditCardInfoResponse">
<wsdl:part name="parameters" element="tns:sendCreditCardInfoResponse">
</wsdl:part>
</wsdl:message>
<wsdl:message name="sendCreditCardPinResponse">
<wsdl:part name="parameters" element="tns:sendCreditCardPinResponse">
</wsdl:part>
</wsdl:message>
<wsdl:message name="UnhandledException">
<wsdl:part name="UnhandledException" element="tns:UnhandledException">
</wsdl:part>
</wsdl:message>
<wsdl:message name="sendCreditCardInfo">
<wsdl:part name="parameters" element="tns:sendCreditCardInfo">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="ICardReader">
<wsdl:operation name="sendCreditCardPin">
<wsdl:input name="sendCreditCardPin" message="tns:sendCreditCardPin">
</wsdl:input>
<wsdl:output name="sendCreditCardPinResponse" message="tns:sendCreditCardPinResponse">
</wsdl:output>
<wsdl:fault name="UnhandledException" message="tns:UnhandledException">
</wsdl:fault>
<wsdl:fault name="IllegalCashDeskStateException" message="tns:IllegalCashDeskStateException">
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="sendCreditCardInfo">
<wsdl:input name="sendCreditCardInfo" message="tns:sendCreditCardInfo">
</wsdl:input>
<wsdl:output name="sendCreditCardInfoResponse" message="tns:sendCreditCardInfoResponse">
</wsdl:output>
<wsdl:fault name="UnhandledException" message="tns:UnhandledException">
</wsdl:fault>
<wsdl:fault name="IllegalCashDeskStateException" message="tns:IllegalCashDeskStateException">
</wsdl:fault>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ICardReaderServiceSoapBinding" type="tns:ICardReader">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="sendCreditCardPin">
<soap:operation soapAction="" style="document"/>
<wsdl:input name="sendCreditCardPin">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="sendCreditCardPinResponse">
<soap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="UnhandledException">
<soap:fault name="UnhandledException" use="literal"/>
</wsdl:fault>
<wsdl:fault name="IllegalCashDeskStateException">
<soap:fault name="IllegalCashDeskStateException" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="sendCreditCardInfo">
<soap:operation soapAction="" style="document"/>
<wsdl:input name="sendCreditCardInfo">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="sendCreditCardInfoResponse">
<soap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="UnhandledException">
<soap:fault name="UnhandledException" use="literal"/>
</wsdl:fault>
<wsdl:fault name="IllegalCashDeskStateException">
<soap:fault name="IllegalCashDeskStateException" use="literal"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ICardReaderService">
<wsdl:port name="ICardReaderPort" binding="tns:ICardReaderServiceSoapBinding">
<soap:address location="http://localhost:9090/ICardReaderPort"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Loading

0 comments on commit 97c3078

Please sign in to comment.