-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Look-up method for enterprise manager implemented
- Loading branch information
Benkler
committed
Feb 9, 2017
1 parent
d1314cd
commit 97c3078
Showing
26 changed files
with
2,898 additions
and
2,847 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
148 changes: 74 additions & 74 deletions
148
...loud-logic-service/cloud-logic-core-services/src/main/resources/wsdl/IBarcodeScanner.wsdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
178 changes: 89 additions & 89 deletions
178
...ct/cloud-logic-service/cloud-logic-core-services/src/main/resources/wsdl/ICardReader.wsdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.