Book a Demo

Author Topic: WSDL generation issue  (Read 6129 times)

melissaj

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
WSDL generation issue
« on: August 23, 2014, 12:50:50 am »
Hello,
I am using EA 11 for the first time. I am trying to using the WSDL generation feature but, despite marking a component with an <<WDSL>> sterotype as documented, I get a "WSDL generation failure" popup. The wizard also shows this. I have no idea what step I have missed which would clear this. Any help would be greatly appreciated.

Loading Package Connections
        WARNING : No Connections found

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: WSDL generation issue
« Reply #1 on: August 23, 2014, 01:18:26 am »
Try a reverse engineering. That is: import some existing WSDL and then export that.

q.

melissaj

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: WSDL generation issue
« Reply #2 on: August 23, 2014, 02:01:29 am »
Yes I have tried importing and successfully regenerating a WSDL to a different file. However import pulls in all predefined wsdl elements: PortTypes, binding, Messages, Services, and so it is really exporting rather than re-generating those elements.

In the scenario I am trying to get working, when I invoke the "generate WSDL" wizard, my starting point is <<WSDL>> component which implements 1 <<WSDLservice>> interface. My expectation is that all the other elements will be generated (magically).