Book a Demo

Author Topic: Import XSD statement into a WSDL file  (Read 3132 times)

yves.carrier

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Import XSD statement into a WSDL file
« on: October 17, 2014, 05:49:06 am »
I'm trying to generate an import statement in a WSDL file following this process:

  • create the PIM Classes for Types
  • create a PIM Interface representing the service to be exposed
  • Transform a PIM Classes into an <<XSDschema>>
  • Transform the PIM Interface, bound to the above <<XSDschema>> into an <<WSDL>> Component (by selecting both the <<XSDschema>> Package and the PIM Interface to launch the Transform command)
  • Generate the .wsdl file from the <<WSDL>> Component
Doing so, I could achieve to generate the .wsdl file that is using the proper object types but the <types/> section is empty. I suspect to have a problem with the namespaces I am using but couldn't find out so far. Is there any location in the Sparx documentation where this process is documented? Thanks in advance.