• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

creating a WSDL

 
Ranch Hand
Posts: 312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All,

Are there any best practices to create a wsdl document. We are starting with a top-down approach and don't have much expertise in wsdl creation. We were more a bottom-up webservices shop.
What are the free tools available for xml schema (xsd) and wsdl creation. All tools like XML Spy , Oxygen xml, Stylus Studio seem to be paid.

Let me know.

Thanks,
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Two "best practices" that I can think of right away are:
- Validate your WSDL against all XML schemas.
This may seem obvious, but I have seen WSDLs that were wrong and XML schema validation told me where the errors were.
- Use the WS-I Basic Profile compliance tool to ensure compliance with the WS-I Basic Profile.
Best wishes!
 
It's a tiny ad only because the water is so cold.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic