Opened 9 years ago

Closed 8 years ago

#12510 closed Bug Report - General (fixed)

wsdl generaton for DVR fails on /Dvr/xsd?enum=RecStatus.Type

Reported by: mitch.capper@… Owned by: stuartm
Priority: minor Milestone: unknown
Component: MythTV - Services API - Backend Version: Master Head
Severity: medium Keywords: wsdl services
Cc: Ticket locked: no

Description

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

Change History (3)

comment:1 Changed 8 years ago by Karl Egly

Owner: set to stuartm
Status: newassigned

comment:2 Changed 8 years ago by mitch.capper@…

comment:3 Changed 8 years ago by David Blain <dblain@…>

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.