Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: IWAB0014E Unexpected exception occurred in Web service sample program

  1. #1
    Junior Member
    Join Date
    Mar 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default IWAB0014E Unexpected exception occurred in Web service sample program

    Hi All,

    I first time tried Java web service sample example using eclipse with axis2. First i wrote the provider class. Then by clicking create Web Service from the provider class It will show the following error "IWAB0014E Unexpected exception occurred." I have attached the screenshot for reference.

    Please help me to come out of this problem.

    Thanks In Advance.
    Attached Images Attached Images


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: IWAB0014E Unexpected exception occurred in Web service sample program

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

    I recommend you strengthen and gain confidence in your basic Java skills before taking on advanced projects.

  3. #3
    Junior Member
    Join Date
    May 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: IWAB0014E Unexpected exception occurred in Web service sample program

    Hi,

    For implementing a Web service you can follow any of one approch depends on the requirement.

    a) If you already have a WSDL file then you need to craete the Helper class from the IDE and can access the methods of the class.
    b) If you do not have a WSDL , in this case for the same class generate the WSDL and and client side generate the helper classes for the same.

    Thanks,

Similar Threads

  1. An exception occurred processing JSP page
    By toqa in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 30th, 2013, 11:02 PM
  2. unexpected results to simple program
    By Pajaro in forum What's Wrong With My Code?
    Replies: 4
    Last Post: March 30th, 2013, 12:51 PM
  3. Replies: 1
    Last Post: November 21st, 2011, 06:22 AM
  4. web service client giving ClientTransport Exception
    By Veronica in forum Web Frameworks
    Replies: 0
    Last Post: February 10th, 2011, 03:22 AM
  5. Java web client - > .NET web service
    By codeJ in forum Web Frameworks
    Replies: 0
    Last Post: July 8th, 2010, 04:34 AM