• 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

Cannot create Java Web Service Client with .NET Service

 
Bartender
Posts: 1971
17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I get this error when I try to create a JAX-WS (Java 1.6) client against a .NET Web Service:

WS-I (BP2402) The wsdl:binding element does not use a soapbind:binding element as defined in section "3 SOAP binding." of the WSDL 1.1 specification.

I've seen postings of this problem, but never a solution.

Is there a known work around for this apparent incompatibility or am I safe to just ignore the error when reverse engineering the WS Client from the WSDL?

Thanks in advance.

mike
reply
    Bookmark Topic Watch Topic
  • New Topic