Opened 12 years ago

Closed 12 years ago

#10441 closed Bug Report - General (fixed)

Invalid data types in Frontend web service XSDs

Reported by: Gregory Moyer <moyerg@…> 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)

mythfrontend.version.log (859 bytes) - added by Gregory Moyer <moyerg@…> 12 years ago.

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by Gregory Moyer <moyerg@…>

Attachment: mythfrontend.version.log added

comment:1 Changed 12 years ago by dblain

Milestone: unknown0.25
Status: newaccepted

comment:2 Changed 12 years ago by Github

Resolution: fixed
Status: acceptedclosed

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.

Branch: master Changeset: 6a0e4a2b0fd8869b2f5f352508d0f21d51851767

Note: See TracTickets for help on using tickets.