Search:

Type: Posts; User: smurthy; Keyword(s):

Search: Search took 0.02 seconds.

  1. How to unmarshall XML response with restTemplate...

    How to unmarshall XML response with restTemplate and jax2BMarshaller:

    After spending a few hours and looking around, I was able to fix this issue:

    First thing I learned: Spring 3.0 and jaxb...
  2. Trouble unmarshalling XML response with RestTemplate & Jaxb2Marshaller

    Hi,

    Im having difficulty with unmarshalling an XML document with a namespace url:

    XML Doc


    <?xml version="1.0" encoding="utf-8"?>
    <videos xmlns:xs="http://www.w3.org/2001/XMLSchema"...
  3. After talking to my team, they said they had...

    After talking to my team, they said they had trouble unmarshalling with xstream library and suggested that I use jaxb.
    After making the changes in the code and reading sample tutorials for...
  4. Sorry about that, I wasnt sure what formatting...

    Sorry about that, I wasnt sure what formatting was required. Thanks for the tip :)

    I did notice that I was including some spring 3.0.5 jars in my tomcat classpath for older projects, I went ahead...
  5. Getting NoSuchMethodError with RestTemplate in Spring MVC+SWF client app

    Hi,

    Im a newbie to Spring. Im trying to build a client app which can consume Restful services from our internal API's to populate data in the client. (The API's are RESTful CXF JAX-RS in nature)
    ...
  6. Replies
    1
    Views
    1,294

    Hi Jeff , This is a very old post but Im...

    Hi Jeff ,

    This is a very old post but Im having a similar question. I have to build a spring client app and I have to consume CXF JAX-RS web services to populate the data for the client-app
    ...
  7. Great! Thanks a ton :D It gives a good starting...

    Great! Thanks a ton :D It gives a good starting point!
  8. Framework suggestions for Java Rich UI Client

    Hi,

    Im a newbie to the Spring Framework and this is my first big java project. Im tasked with developing an authentication based rich UI client in Java which consumes Restful Web services to...
Results 1 to 8 of 10