On Fri, Aug 13, 2010 at 17:27, Jorge de Jesus <[email protected]> wrote: > I am using a WSDL file that comes with the WPS API developed for Python, > I've att. the complete file. This doesn't mean that the WSDL document is > 100% correct......
Thanks for the WSDL. It seems that Taverna is inadvertently stripping out XML attributes of the top-level <GetCapabilities> element. We've already recorded a bug that Taverna does not allow you to provide schema defined attributes <http://www.mygrid.org.uk/dev/issues/browse/T2-1108>, but your case has discovered that Taverna strips out the top-level attributes even when hand-coding the XML to the WSDL service. Unfortunately that means that there is no way for you to provide those attributes. I believe it is not considered valid Document/literal Wrapped style if requiring attributes in the top-level message element, but nevertheless it does not mean that Taverna should strip those attributes when provided. I've recorded this as a new bug <http://www.mygrid.org.uk/dev/issues/browse/T2-1606>, and I'm suggesting we fix it for 2.3 if it does not take too much effort. In that test I tried providing attributes for the child element <AcceptVersions> which is not stripped out, but I guess that's not of any help in your case.. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/
