Results 1 to 4 of 4

Thread: xmlrpc exporter?

  1. #1
    Join Date
    Nov 2006
    Posts
    2

    Question xmlrpc exporter?

    Hi,

    I've just started to use spring, so probably I'm missing something. Where is xmlrpc service exporter? I thought it's kind of basic exporter... just found nothing in spring reference.

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    There is no XML-RPC exporter in Spring itself. However, I wrote some time ago. See my blog.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  3. #3
    Join Date
    Nov 2006
    Posts
    2

    Default

    Quote Originally Posted by Arjen Poutsma View Post
    There is no XML-RPC exporter in Spring itself. However, I wrote some time ago. See my blog.
    Thank you already googled it though just wonder why it is not included in 2.0?

  4. #4
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Well, you always have to make choices. I think that one of the reasons is that XML-RPC is pretty much deprecated in favor of RPC-encoded SOAP. On the other hand, RPC/enc SOAP is pretty much deprecated as well, in favor of document/literal
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •