Opened 13 years ago
Closed 13 years ago
#10441 closed Bug Report - General (fixed)
Invalid data types in Frontend web service XSDs
Reported by: | Owned by: | dblain | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | Bindings - XML/JSON | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
There are two custom types in the Frontend web service that do not appear to be defined correctly in libmythservicecontracts/datacontracts: Action and Track. Because of this, WSDL/FrontendActionList/MapOfStringAction (from GetActionList?) contains the invalid type "xs:action" and WSDL/FrontendStatus/MapOfStringTrack (from GetStatus?) contains the invalid type "xs:track" (twice actually).
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | mythfrontend.version.log added |
---|
comment:1 Changed 13 years ago by
Milestone: | unknown → 0.25 |
---|---|
Status: | new → accepted |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Fixes #10441 - Invalid data types in Frontend web service XSDs
This bug was only an issue when displaying the xsd in a browser. If used in a tool, it would of had the proper types.