Book a Demo

Author Topic: Generate external xsd from WSDL  (Read 3169 times)

haric

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Generate external xsd from WSDL
« on: July 28, 2010, 10:42:09 pm »
Is there a way to generate an external XSD along with WSDL?  Or is embedding xsd (within the WSDL) a recommended WSDL design pattern?  Also, the generated WSDL specifies message parts with a type attribute such as
<wsdl:part name="InputParam" type="tns:InputParameters"/>

How do I have these parts reference elements instead? Such as

<wsdl:part name="InputParam" element="tns:InputParameters"/>
« Last Edit: July 28, 2010, 11:54:52 pm by haric »