Results 1 to 5 of 5

Thread: JAX-WS doesnot throw exceptions but alayws returns null

  1. #1

    Angry JAX-WS doesnot throw exceptions but alayws returns null

    Hi all,

    am trying to connect to a wsdl using JAX-WS and spring but all the methods returns null.

    Attached is my client. can anyone help me please?
    Attached Files Attached Files

  2. #2
    Join Date
    Feb 2011
    Posts
    2

    Default

    I've a similar problem. Have any some suggestion?

  3. #3

    Default

    Yes,

    use wsimport to auto generate the wsdl source code. and then compress the result in "generatedCode.jar" add it to your build path. finally in spring configuration use the auto generated interface.

    hope this help you.

  4. #4
    Join Date
    Feb 2011
    Posts
    2

    Default

    Yes, I've done. I follow:

    http://forum.springsource.org/showthread.php?t=71220

    and this tutorial:

    http://krams915.blogspot.com/2010/12...-services.html

    I generated all necessary class with wsimport. But web service client returns always a not null object, but all property inside it are null or not initialized. Server response has a correct object.

  5. #5
    Join Date
    Feb 2011
    Location
    USA
    Posts
    5

    Default

    Thanks for sharing information...I really like this kind of useful post...Keep sharing...Keep it up...!

Posting Permissions

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