From: Irina L. <il...@od...> - 2006-04-08 14:24:44
|
Hello, wsdlpull-discussion. 1. I have fixed a little bug in bool WsdlParser::getOperations(const Qname & portType, Operation::cOpIterator _&_begin, Operation::cOpIterator _&_end); Iterators are passed to function by value instead of by reference. 2. WSDL has fault name in wsdl:operation, but wsdlpull haven't support it. Are you going to implement this features. If it possible, I can send you realization as I see it. 3. As I understand, Schema::Element doesn't contain it's namespace, May be it is better to replace 'std::string elemName' with 'Qname elemName'. All the best,Irina. |