Results 1 to 2 of 2

Thread: exposing beans over HTTP

  1. #1
    Join Date
    Apr 2005
    Posts
    14

    Default exposing beans over HTTP

    I've been reading the documentation and working out some sample code using org.springframework.remoting.httpinvoker.HttpInvok erServiceExporter.

    Can someone clarify that in Spring 2.0 I can still only hava Javs-Spring clients for HttpInvokerServiceExporter? Is it correct that there is not a means I can use to expose my beans over HTTP as XML?

    I'd really like to be able to do this from a non-Java client and have Spring manage my server-side beans. I realize a web service would help here but I'd like to do XML over HTTP.

    Please Help.

  2. #2
    Join Date
    Aug 2004
    Location
    San Francisco
    Posts
    423

    Default

    You're correct, HttpInvoker is limited to Java clients.

    There's no built in way to expose beans over simple XML over HTTP. But, do a google search on 'xml-rpc spring' and you'll find some articles that might help.

    Jonny

Posting Permissions

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