How can I expose a Web service property using SOAP and WSDL?

How can I expose a Web service property using SOAP and WSDL?

Is it possible to expose a Web service property that contains like methods using SOAP? Is it possible to expose the property to a client? Is there a way I can expose the property in WSDL, without changing the IDL file?

    Requires Free Membership to View

    When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to keep you informed on recent service-oriented architecture (SOA) and SOA-related topics such as integration, governance, Web services, Cloud and more.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSOA.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSOA.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

If you create a Web service from a JavaBean, then all its properties are automatically exposed through SOAP as getter/setter operations. This approach is typically discouraged, though. SOAP is a message-based communication system. You don't want to emulate a distributed objects system.

This was first published in January 2005