0

I'm using the latest version of Thrift and trying to generate XSDs out of my Thrift schema.

When running thrift_0.10.0 --gen xsd mySchema.thrift it generates a php file !?

Why is there no xsd generated but instead a php file ?

FreshMike
  • 481
  • 1
  • 6
  • 26
  • What exactly is the question? Why a PHP is generated or why no XSD is generated? **PHP**: no idea, ask the original autor. **XSD**: see below – JensG Aug 03 '17 at 21:06

1 Answers1

1

As soon as you add at least one service to your IDL the XSD file will appear.

JensG
  • 13,148
  • 4
  • 45
  • 55