Book a Demo

Author Topic: How to define and generate a WSDL from package ?  (Read 2649 times)

pstein

  • EA User
  • **
  • Posts: 44
  • Karma: +0/-0
    • View Profile
How to define and generate a WSDL from package ?
« on: March 14, 2008, 08:31:11 am »
I have a XSD Schema structure which should be used later as parameter in a web service call.
Furthermore I know the name of all web service operations and data which
are necessary for creating a WSDL.

But I want to define this interface in EA and (later) generate the WSDL and XSD structures from
the EA model(s).

How can I do this?  I think there must be at least somewhere a MDA transformation.
How do I do this (in detail)?

Is there a useful step-by-step guide for this ?

Thx
Peter

salayande

  • EA User
  • **
  • Posts: 224
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: How to define and generate a WSDL from package
« Reply #1 on: March 14, 2008, 08:33:09 am »
Contact Sparxsystem for support and lets have the response. Thats faster.

Segun


thomas.kilian

  • Guest
Re: How to define and generate a WSDL from package
« Reply #2 on: March 14, 2008, 07:06:31 pm »
I do it using the automation interface (I have my own generator for WSLD and XSD). This way I can do it the way you want. Pretty sure there is no other way.