Closed JensThanx closed 7 years ago
Not able to call. Using "invoke" just turns yellow, but never completes. Testing with SOAPUI was succesful, got a reply and everything.
Was hast du bei der WSDL Host: port eingegeben einfach localhost:8080 oder ?
Meinst Du für den "InventoryCallbackService"? http://46.101.159.46:3000/InventoryCallbackService/InventoryCallbackPort
oder für den eigenen Service?
http://localhost:8080/ode/processes/
Ja... Naja also wenn ich ein Prozess erstelle und die damit verbundene WSDL angebe wird die WSDL mit Fehler bei Zeile 571 markiert. Dort sind nur Platzhalter drinn.
So eintragen wie Jens das hat löst das Problem bei mir - oder den gesamten Block vorerst auskommentieren. Das wird nur für den asynchronen Aufruf benötigt, der kommt ja erst später.
Joa, das ist so. Aber eigentlich sollte das kein Problem beim Deploy sein, wenn Du den Callback nicht aufrufen möchtest. Ansonsten ist in den Folien noch eine Adresse genannt (für alle WS !!): http://localhost:8080/SimpleWebService/services/SimpleService/
Am 15.11.2016 um 17:54 schrieb wannerdev:
Ja... Naja also wenn ich ein Prozess erstelle und die damit verbundene WSDL angebe wird die WSDL mit Fehler bei Zeile 571 markiert. Dort sind nur Platzhalter drinn.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JensThanx/SCM-BPMN-Lab/issues/3#issuecomment-260698399, or mute the thread https://github.com/notifications/unsubscribe-auth/AIJB_6f_6qMMBj5QuyHLMFbgg-ICr1jlks5q-eOugaJpZM4Kfx3y.
Import, bind the WSDL of external WS to own WS. Call at least one of the external WS from own WS successfully.