play-soap icon indicating copy to clipboard operation
play-soap copied to clipboard

Play SOAP support

Results 15 play-soap issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates [io.paymenthighway.sbt:sbt-cxf](https://github.com/paymenthighway/sbt-cxf) from `1.6` to `1.7` 📜 [GitHub Release Notes](https://github.com/paymenthighway/sbt-cxf/releases/tag/v1.7) - [Version Diff](https://github.com/paymenthighway/sbt-cxf/compare/v1.6...v1.7) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

type:updates

I've seen that support for 2.9 is on the way. What about 3.0?

Bumps [playframework/.github](https://github.com/playframework/.github) from 3 to 4. Release notes Sourced from playframework/.github's releases. v4 :bookmark: Latest stable version of 4.x release series Currently link to ➡️ v4.0.0 💡 Backward compatibility is...

dependencies

## About this PR 📦 Updates * com.typesafe.play:play * com.typesafe.play:play-specs2 from `2.9.0` to `3.0.0` ⚠ ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long...

type:updates

I don't understand the XML ecosystem very well, but I gather that jakarta is the successor to a subset of javax, and other tools are moving on to support jakarta....

Adding play-soap-plugin to a project via SBT as suggested in the docs: `libraryDependencies ++= Seq("com.typesafe.play" % "play-soap-plugin" % "2.0.0")` does not work. ```[error] (update) sbt.librarymanagement.ResolveException: Error downloading com.typesafe.play:play-soap-plugin:2.0.0 [error] Not...

question

See for details https://github.com/playframework/play-soap/pull/360#issuecomment-1533608822

maintenance

https://scalaxb.org https://github.com/eed3si9n/scalaxb/

enhancement

New Play application created through sbt running with the following versions: - play-soap v. 1.1.3 - Play v. 2.6.5 - Scala v. 2.11.11 My Java-classes are generated from the following...