• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

compiling the proxy classes

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai
i generated a proxy classes by using wsimport commands .. while compiling tat proxy classes i got aerror like this please rectify this problem...My Web service is in .Net and my jdk version is 1.6.17 and my jaxws version is 2.1
The method getPort(QName, Class<T>) in the type Service is not applicable for the arguments (QName,
Class<ServiceSoap>, WebServiceFeature[])
 
Ranch Hand
Posts: 59
Hibernate Redhat Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's impossible to say what the problem is without more info, but....

I always keep a copy of Apache Axis-1 and also Apache Axis-2 on hand because I often find older WSDLs that "wsimport" can't consume.

Try using Apache Axis-2 "wsdl2java", if that doesn't work then try Axis-1 "wsdl2java".
One of them will probably be able to consume it.
 
Every time you till, you lose 30% of your organic matter. But this tiny ad is durable:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic