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