Bugzilla – Bug 5424
Error generating bindings from wsdl with multiple port types
Last modified: 2007-07-06 06:04:57
You need to log in before you can comment on or make changes to this bug.
from a gt-user message: I'd like to define these methods in one WSDL file as belonging to separate ports, but globus-wsrf-cgen doesn't seem to be able to deal with this. Below I have included TxGridl.wsdl, which defines two ports, and the resulting service header file TxGridlService_skeleton.h generated by globus-wsrf-cgen. Looking in the skeleton where the string "TXGRIDLIDLPORTTYPE_SUBMITIDL_ERROR_TYPE" appears, you can see where invalid C code has been generated: the error type enum (which starts at the comment "/* Error Types for TxGridlService */") was broken between the two port types. joe
Fixed committed to 4.0 branch. The bug had already been fixed in trunk. joe