Results 1 to 4 of 4

Thread: Seeking example with spring and web services

  1. #1
    Join Date
    Jul 2005
    Posts
    10

    Default Seeking example with spring and web services

    I need to implement some web services. I am looking at using axis or xfire. I don't have to deal with lazy-init problems, but do have the possibility in the future of having non-java clients.

    I see axis, xfire, hessian, etc... in the spring reference manual, but I can not find code examples. I would be appreciate if anyone could point me to where I may find an example application.

    I also would be interested in hearing axis vs. xfire vs. hessian arguments. I am open to anything open-source.

    Thanks.

  2. #2
    Join Date
    Sep 2004
    Posts
    1,086

    Default

    In the samples folder?

    JaxRpcOrderService.java for Axis for example.

  3. #3
    Join Date
    Sep 2005
    Posts
    2

    Default i m looking for similar example

    i am looking for similar example for wsdp and even though this example Account order service is not very clear, like i dont get it where they do the regestration stuff for the webservice. is there a step by step integration tutorial of webservice in spring (esp wsdp)
    Thanks

  4. #4
    Join Date
    Sep 2004
    Posts
    1,086

    Default

    Registration has nothing to do with Spring, it's WS library specific. You may want to look up Axis docs to see how it's done.

Posting Permissions

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