Hi all,
Using scalaxb 1.7.0, dispatchv 0.13.4
The code generated for a one-way SOAP call doesn't compile.
Is there a solution for this with a special setting or is this a bug?
...../xmlprotocol.scala:758: Cannot find an implicit ExecutionContext. You might pass
[error] an (implicit ec: ExecutionContext) parameter to your method
[error] or import scala.concurrent.ExecutionContext.Implicits.global.
[error] soapClient.requestResponse(scalaxb.toXML(oneWayCall, Some("http://....."), "oneWayCall", defaultScope),