Dhiraj Bokde

Results 12 comments of Dhiraj Bokde

If I understand atlasmap schemasets correctly, we can solve this by creating a schemaset with a chameleon (no namespace) root schema, that just has an element with an element `ref`/`type`...

At least that's how I intend to solve this problem for the SOAP Connector issue #6504.

@tdiesler built a SOAP to REST bridge a little while ago for Camel. Perhaps we can leverage it here.

@KurtStam In the flow diagram that @hodrigohamalho mentioned earlier: Application -- ( REST ) --> Fuse Online -- (SOAP) ---> WS The wsdl2rest project could be used to generate a...

If all we need is a dynamic SOAP client connector and we expect the user to create a bridge using Fuse Online one operation at a time, then we could...

Added backend PR https://github.com/syndesisio/syndesis/pull/7694

It should pass along the `connectorGroupId`for verification. Soap client connectors also need this feature.

@thesuperzapper how about we make it more explicit `WG ML Model Data`?

@thesuperzapper Andrey is listed as a Chair, he's from Apple

iiuc, `allOf` is composition as defined by json schema, not inheritance. We simply need the fields copied in each referencing outer type, there is no requirement for inheritance/containment relationships between...