Search:

Type: Posts; User: anjibman

Search: Search took 0.18 seconds.

  1. Re: Pack multiple parameters in URL to single unit

    I got answer after doing myself :)
    1. I am using jquery AJAX call so data: $form.serialize() did all for me.
    2. No URL doesn't look ugly
    3. This is a cleaner way.
  2. Re: Pack multiple parameters in URL to single unit

    Need some clarification on this. So is that mean
    1. I have to create parameter string in client side?
    2. My URL still looks testapp.com......
    3. Is there any cleaner way to create the parameter in...
  3. Pack multiple parameters in URL to single unit

    Hi All

    Is there a easy way to pack multiple parameters in URL to single unit and send to Spring MVC Controller? I have more than 20 parameters and it is inconvenience to type @RequestParam for...
  4. Replies
    0
    Views
    1,075

    WSDL2Java create two response model

    Hi All,

    When I am doing wsdl2java it is creating two response objects like


    public class MyServiceResponse {
    // All properties with getter and setter
    }

    and
Results 1 to 4 of 4