• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

XSD with Coldfusion Question

Community Beginner ,
Sep 11, 2006 Sep 11, 2006

Copy link to clipboard

Copied

I'm looking for a way to import a xsd or wsdl file within Coldfusion to get the details of each element, such as the type and minOccurs. I know you can import xml files and validate it against a schema but I can't seem to find anything to get the attribute details of an xsd or wsdl. Does anyone know if Coldfusion can do what I'm looking for? If not then I might have to parse the xsd manually. Thanks in advance.
TOPICS
Advanced techniques

Views

595

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Sep 11, 2006 Sep 11, 2006
Very Cool. Didn't realize you could use xsd as the input. Thanks!

Votes

Translate

Translate
LEGEND ,
Sep 11, 2006 Sep 11, 2006

Copy link to clipboard

Copied

Just treat your XSD|WSDL source as an XML file and parse and validate away.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 11, 2006 Sep 11, 2006

Copy link to clipboard

Copied

LATEST
Very Cool. Didn't realize you could use xsd as the input. Thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation