Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    924

    How to handle httpsession in spring ws

    - I store my request in a ThreadLocal (MySoapUtils.class):



    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;

    import...
  2. How to generate XML schema (.xsd file) from Java interface ?

    I am doing a webservice with spring webservice 1.5.9 and I have a problem in generating of XML Schema:

    I have the following interface:



    public interface EchoService extends RemoteService{
    ...
Results 1 to 2 of 2