Posted by dhovey on September 2, 2009 at 5:57pm
I am attempting to use Adobe LiveCycle Designer to communicate with my Drupal install. However, after I select the data connection type WSDL and paste in the url of the WSDL, I get a message on any service I select that says "Cannot choose this operation: - Soap Binding must be Document/Literal." In the module, it appears that the type is hard-coded to "rpc". I am stuck and not sure what to do. I am new to the group and the module, so please bear with my stupidity on this. Thanks for any thoughts.

Comments
documtn/literal
Hi
wsdl can be several types... then based upon the wsdl it the soap itself is created. drupal itself generates an rpc/encoded wsdl file. if your application is not able or willing to acept it you will have to "rewrite" it to document/literal. the difference is how the schema, the types and elements are passed to the soap env, but the same soap result can be achieved with all wsdl formats. (rpc format will expose your types and elements more directly....)
Tamas
Tamas