This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Cannot create Java Web Service Client with .NET Service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Cannot create Java Web Service Client with .NET Service" Watch "Cannot create Java Web Service Client with .NET Service" New topic
Author

Cannot create Java Web Service Client with .NET Service

Mike London
Ranch Hand

Joined: Jul 12, 2002
Posts: 948
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Cannot create Java Web Service Client with .NET Service
 
Similar Threads
Java standalone Client for WebService Creation Problem
unable to create java client stub for .net webservice
Using a tomcat-based web service in .NET
Client web service with url wsdl entered by user
.NET equivalent of a URL object?