[mythtv-commits] Ticket #12510: wsdl generaton for DVR fails on /Dvr/xsd?enum=RecStatus.Type

MythTV noreply at mythtv.org
Sun Sep 27 20:39:14 UTC 2015


#12510: wsdl generaton for DVR fails on /Dvr/xsd?enum=RecStatus.Type
-------------------------------------------------+-------------------------
     Reporter:  mitch.capper@…                   |      Owner:
         Type:  Bug Report - General             |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - Services API - Backend  |    Version:  Master Head
     Severity:  medium                           |   Keywords:  wsdl
Ticket locked:  0                                |  services
-------------------------------------------------+-------------------------
 seems this has been broken for awhile (Tried revisions from March until
 Now). adding in Visual Studio breaks, and command line fails similarly:
 {{{
 wsdl.exe /verbose /l:CS /protocol:SOAP http://127.0.0.1:6544/Dvr/wsdl
 Microsoft (R) Web Services Description Language Utility
 [Microsoft (R) .NET Framework, Version 4.6.81.0]
 Copyright (C) Microsoft Corporation. All rights reserved.
 Warning: http://127.0.0.1:6544/Dvr/xsd?enum=RecStatus.Type
 http://127.0.0.1:6544/Dvr/xsd?enum=RecStatus.Type
     There was an error downloading
 'http://127.0.0.1:6544/Dvr/xsd?enum=RecStatus.Type'. --> The underlying
 connection was closed: The connection was closed unexpectedly.
 }}}




 Curl test:
 {{{
 curl http://127.0.0.1:6544/Dvr/xsd?enum=RecStatus.Type --verbose
 * About to connect() to 127.0.0.1 port 6544 (#0)
 *   Trying 127.0.0.1...
 * connected
 * Connected to 127.0.0.1 (127.0.0.1) port 6544 (#0)
 > GET /Dvr/xsd?enum=RecStatus.Type HTTP/1.1
 > User-Agent: curl/7.27.0
 > Host: 127.0.0.1:6544
 > Accept: */*
 >
 * Empty reply from server
 * Connection #0 to host 127.0.0.1 left intact
 curl: (52) Empty reply from server
 * Closing connection #0
 }}}


 server log:
 {{{
 2015-09-27 20:32:32.854943 I  (Request Header) user-agent: curl/7.27.0
 2015-09-27 20:32:32.855000 I  ExtractMethodFromURL(end) : xsd : /Dvr
 2015-09-27 20:32:32.855019 I  ServiceHost::ProcessRequest: xsd : GET
 /Dvr/xsd?enum=RecStatus.Type HTTP/1.1

 2015-09-27 20:32:32.855065 I  HTTPRequest::SendResponse( None ) :200 OK ->
 127.0.0.1:
 2015-09-27 20:32:32.855072 E  socket(32) - Error returned from
 SendResponse... Closing connection
 2015-09-27 20:32:32.855088 I  HttpWorker(32): Connection 32 closed. 1
 requests were handled
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12510>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list