function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sri01sri01 

Multiple bindings issue

I am trying generate apex code by uploading wsdl. But since the wsdl has 3 bindings (Soap 1.1, Soap 1.2 and HTTP), it is getting rejected. I understand Soap 1.2 is not supported at SalesForce. I commented out Soap 1.2 binding. Of the remaining 2 (SOAP 1.1 and HTTP), I could not anyone of them.

If I comment HTTP binding, then I am getting an error: No Http binding. If I comment SOAP 1.1, then getting error: Unable to find soap 1.1 address.

What should I do?
SriramAravindSriramAravind

Hi,

 

     I am also getting same problem while creating class from WSDL. Have you got solution for your problem..? If so, please help me.

 

 

 

 

 

Message Edited by SriramAravind on 03-16-2009 04:41 AM
RickNTARickNTA
Why is this marked Solved??  Is there a moderator here????
d3developerd3developer

Unmarked.

TonnisthaTonnistha

For me its almost the same case;

I had 3 bindings:

1>HttpBinding

2>Soap12Binding

3>Soap11Binding

 

and similarly I had three < wsdl:port name>,so I removed First two i.e. HttpBinding and Soap12Binding and the corresponding Port names and its working fine for me.But if I try with rest of the two its' throwing me an error "Unable to find Soap1.1 adress"

 

Tonnistha