Beschreibung
Multy CONTRL-Referenz WS für Webservice zur Abfrage einer CONTRL-Referenz. CONTRL-Referenz WS Bitte wenden Sie sich an unser Support- oder Beratungsteam, falls Sie Interesse an diesem Tool haben.
Technical documentation
The external webservice is contacted over a HTTP POST request without authentication. The response is written into an extension.
SOAP-Request and Authentication
hier können Sie schauen, wie Sie User und Passwort in SOAPUI konfigurieren: SOAPUI-authentication
Configuration
Configuration is done in a YAML-file.
Example:
server.port: 9000
#http://meinhost:port/b2bbp-engine/cxf/<Zielformat>
#http://meinhost:port/b2bbp-engine/cxf/messagesService
b2b1:
api-url-get: http://localhost:8081/b2bbp-engine/cxf/messagesService
user: admin
password: b2bbp
b2b2:
api-url-get: http://localhost:8082/b2bbp-engine/cxf/messagesService
user: admin
password: b2bbp
spring:
main:
banner-mode: off
allow-circular-references: true
client.user: admin
client.password: admin
Running
This application requires Java 11 or newer.
Execute: java -jar .\app.jar –spring.config.location=”C:\path\application.yml” (under Windows) or C:"Program Files”\Java\jdk-11.0.4\bin\java.exe -jar .\app.jar –spring.config.location=”D:...\application.yml”
Beispiel für aufruf: http://127.0.0.1:9000/multywrapper
View Me Edit Me