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 4 of 4

Thread: how to work wsimport for this WSDL i get errors and i cant make it work

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how to work wsimport for this WSDL i get errors and i cant make it work

    i am trying to use the command wsimport to get the java classes for a SOAP Service, but i get lots of errors.

    The Url WSDL is this "https://onlineavl2api-mx.navmanwireless.com/onlineavl/api/V1.3/service.asmx?WSDL"

    and this is one of the errors i get

    I can't edit the webservice perse, i have no acces to it.


    [ERROR] Two declarations cause a collision in the ObjectFactory class.
    line 820 of https://onlineavl2api-mx.navmanwirel...l/api/V1.3/ser
    vice.asmx?WSDL


  2. #2
    Junior Member
    Join Date
    Jan 2014
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can't work out wsimport

    i am trying to use the command wsimport to get the java classes for a SOAP Service, but i get lots of errors.

    The Url WSDL is this "https://onlineavl2api-mx.navmanwireless.com/onlineavl/api/V1.3/service.asmx?WSDL"

    and this is one of the errors i get

    I can't edit the webservice perse, i have no acces to it.


    [ERROR] Two declarations cause a collision in the ObjectFactory class.
    line 820 of https://onlineavl2api-mx.navmanwirel...l/api/V1.3/ser
    vice.asmx?WSDL

  3. #3
    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: how to work wsimport for this WSDL i get errors and i cant make it work

    Please don't post duplicate topics. You can add new information to the original or just plain "bump" it if you want to increase its visibility, but multiple posts on the same topic are confusing and pointless.

  4. #4
    Junior Member
    Join Date
    Jan 2014
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: how to work wsimport for this WSDL i get errors and i cant make it work

    bump*

Similar Threads

  1. How to Java code onto Eclipse and make it work?
    By vivbala in forum Java IDEs
    Replies: 5
    Last Post: October 13th, 2013, 01:36 PM
  2. no errors on japplet but it doesnt work!!!!
    By game06 in forum Java Theory & Questions
    Replies: 16
    Last Post: May 2nd, 2013, 09:20 AM
  3. Help i dont know how to make it work!
    By Freshtilldeath0 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 29th, 2012, 07:40 PM
  4. what's going on? I tried to make a scrollable JFrame and it didn't work!
    By javapenguin in forum What's Wrong With My Code?
    Replies: 4
    Last Post: August 20th, 2011, 09:47 PM
  5. How to make for loop work?
    By Dragonkndr712 in forum What's Wrong With My Code?
    Replies: 9
    Last Post: March 8th, 2011, 02:14 PM