I have been struggling with this problem for more than a week. I have a third-party WCF webservice which works with WSDualHttpBinding. I have wsdl file from them, and I am trying to communicate. I used:
- Metro which generates Java code. I tried it but it didn't work. There was a problem something like {tempuri.org}//WebServiceName is not a proper name. List of webservices are:...
- SoapUI - I tried to communicate, and I got 202 accepted. I used wireshark and it seems like webservice can't proceed the soap xml properly. I am not really sure if soapUI is supprting WSDualHttpBinding.
I really appreciate any hints, articles or solutions.