Search:

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

Search: Search took 0.02 seconds.

  1. Does your endpoint implement a supported interface like MessageHandler or PayloadEdpt

    7. WeatherService.java



    package com.apress.springrecipes.weather;

    import java.util.Date;
    import java.util.List;

    public interface WeatherService {
  2. Does your endpoint implement a supported interface like MessageHandler or PayloadEdpt

    3. temperature.xsd


    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema attributeFormDefault="unqualified"
    elementFormDefault="qualified"
    ...
  3. Does your endpoint implement a supported interface like MessageHandler or PayloadEdpt

    Hi,

    I am also facing same problem.

    Server Side configuration:
    1. web.xml



    <servlet>
  4. Replies
    3
    Views
    1,107

    I am new to Spring as well as Spring Community....

    I am new to Spring as well as Spring Community.
    I really appreciate if some one can help me in this regard.
  5. Replies
    3
    Views
    1,107

    Spring WebServices with Spring Security

    I have a requirement of Exposing Spring beans to multiple users. They are local users and public users (public users access via Web service)
    I have roles defined for each users, as the spring beans...
Results 1 to 5 of 5