citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
455 stars 134 forks source link

Support arbitrary endpoints in SOAP WebService Java DSL #980

Open christophd opened 1 year ago

christophd commented 1 year ago

The SOAP WebService Java DSL only supports client and server components as endpoints. In some cases (e.g. in citrus-simulator project) the SOAP Java DSL is used with other endpoints, too. We should support the usage of all endpoints with SOAP Java DSL

froemra commented 1 year ago

OT: I cannot find the citrus-java-dsl - Module in Citrus 4. Is it still TBD?

bbortt commented 1 year ago

OT: I cannot find the citrus-java-dsl - Module in Citrus 4. Is it still TBD?

no, it has been removed/replaced.

froemra commented 1 year ago

OT: I cannot find the citrus-java-dsl - Module in Citrus 4. Is it still TBD?

no, it has been removed/replaced.

Ah, right t/y. There is some misleading Information on this Site: https://citrusframework.org/docs/download/

`

com.consol.citrus citrus-java-dsl 4.0.0-M2 test

`

Package names are outdated, too (com.consol.*)

bbortt commented 1 year ago

oh sure. there's still a lot to do in the documentation. @christophd is targetting this.