Author Topic: WSDL Transformations and Imports  (Read 2195 times)

david.bowman

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
WSDL Transformations and Imports
« on: September 08, 2006, 06:40:57 am »
I'm sure that this has been asked before - but I couldn't find the question on the boards so here goes.

I'm using EA to do contract first development of Web Services. I can model and generate my XML Schema beautifully in EA and am very happy with that.

My issue is this:

In normal XSD development, EA automatically adds an <import> when it sees something from outside the current schema - this works very well.

What I would like to do is to be able to import my data schema into my WSDL generation. I've tried placing the classes on the diagram under the <<types>> section of the WSDL tree - this didn't work. I've tried just referencing the elements in the <<messages>> section of the WSDL but again to no avail.

I'm hoping someone has hit this and has managed to resolve it to a happy conclusion.