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?
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
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.
Dig Deeper
-
People who read this also read...
This was first published in January 2005