SOAP Web Service method naming conventions
Posted
by dbguy
on Stack Overflow
See other posts from Stack Overflow
or by dbguy
Published on 2010-04-10T21:24:58Z
Indexed on
2010/04/10
21:33 UTC
Read the original article
Hit count: 893
Consider a Web Service (e.g. SOAP-based) that has an operation which accepts a bulk of data from the client. From the server's point of view it is receiving data, but from the client's point of view it's sending data. How should that operation be named? The options are
- ImportData
- ExportData / SendData
Is there a de facto standard for naming these things? How do web services usually name these?
Thank you for your opinions.
© Stack Overflow or respective owner