tomtkarl / WSCreator

Web Service Design and Generation tool
0 stars 0 forks source link

Improve GMF editor re: MessageFormatters #4

Closed tomtkarl closed 11 years ago

tomtkarl commented 11 years ago

GMF editor does not create MF as they required a parent Endpoint. Current workaround is done by changing m-m to add MFs as containment of Service

tomtkarl commented 11 years ago

Added containment to Endpoint where MFs are created. MFs now contained in Endpoint in m-m.

Still issue with MFs able to be created at top level, contained in Service.formatters.

tomtkarl commented 11 years ago

Fixed MFs at top level by using Child Reference (Endpoint), not Top Node Reference