home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
Improvement Suggestions
Use WebService between Server and Client
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="drfonz" data-source="post: 126306" data-attributes="member: 26014"><p>Christoph is right in the compatibility front. And again, remembering the whole point of this exercise is to be able to have non-Windows (or at least non .Net-enabled) devices as clients we can't rely on .Net complex types.</p><p></p><p>My WS version abstracts all this and serialises all the complex results into standardised XML structures which can be bound to schemas so that any potential clients can basically receive the WS response and then parse the resulting XML construct easily.</p><p></p><p>Things like GetChannelList(), AddSchedule() and DeleteRecording() become then a very simple WS interface with which to work.</p><p></p><p>Also, gljubojevic's suggestion of an TVServer client interface is most definitely the way to go as far as the server is concerned, although from the point of view of the client this is transparent, as the WS client will not deal in interfaces but in contracts using UDDI, WSDL and other associated technologies...</p><p></p><p>AL</p></blockquote><p></p>
[QUOTE="drfonz, post: 126306, member: 26014"] Christoph is right in the compatibility front. And again, remembering the whole point of this exercise is to be able to have non-Windows (or at least non .Net-enabled) devices as clients we can't rely on .Net complex types. My WS version abstracts all this and serialises all the complex results into standardised XML structures which can be bound to schemas so that any potential clients can basically receive the WS response and then parse the resulting XML construct easily. Things like GetChannelList(), AddSchedule() and DeleteRecording() become then a very simple WS interface with which to work. Also, gljubojevic's suggestion of an TVServer client interface is most definitely the way to go as far as the server is concerned, although from the point of view of the client this is transparent, as the WS client will not deal in interfaces but in contracts using UDDI, WSDL and other associated technologies... AL [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Improvement Suggestions
Use WebService between Server and Client
Contact us
RSS
Top
Bottom