Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4, 1.5
-
Fix Version/s: 1.5.1
-
Component/s: Taverna Processors
-
Labels:None
Description
Taverna, and ultimately the WSDL processor does not recognise the types xsd:decimal and xsd:dataTime included in the wsdl:
http://www.weather.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php?wsdl
so treats these as XML by default. This appears to cause the SOAP message to be incorrectly generated causing an error calling the webservice.
Taverna needs fixing to recognise these types, and also it would seem logical to use the WSDL parsing to recognise base types and treat them as text/plain rather than text/xml.
And also xsd:integer