help-debbugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding a SOAP server to Debbugs.el


From: Michael Albinus
Subject: Re: Adding a SOAP server to Debbugs.el
Date: Fri, 08 Mar 2024 12:23:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Felix Lechner <felix.lechner@lease-up.com> writes:

> Hi Michael,

Hi Felix,

>> You need to add it also into the wsdl:service section of Debbugs.wsdl,
>
> With this patch, I can serve a file with custom endpoints from the Web.

I'm not aware of any debbugs server which offers the wsdl. Even your
server returns an error:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (error "Error retrieving WSDL: 411")
  error("Error retrieving WSDL: %s" 411)
  soap-fetch-xml-from-url("https://debbugs.juix.org/cgi/soap.cgi?WSDL"; 
#s(soap-wsdl :origin "https://debbugs.juix.org/cgi/soap.cgi?WSDL"; :current-file 
"https://debbugs.juix.org/cgi/soap.cgi?WSDL"; :xmlschema-imports nil :ports nil 
:alias-table (("soapenc" . "http://schemas.xmlsoap.org/soap/encoding/";) ("xsd" 
. "http://www.w3.org/2001/XMLSchema";)) :namespaces (#s(soap-namespace :name 
"http://schemas.xmlsoap.org/soap/encoding/"; :elements #<hash-table equal 33/96 
0x15911bd ...>) #s(soap-namespace :name "http://www.w3.org/2001/XMLSchema"; 
:elements #<hash-table equal 33/96 0x160d2ba ...>))))
  soap-fetch-xml("https://debbugs.juix.org/cgi/soap.cgi?WSDL"; #s(soap-wsdl 
:origin "https://debbugs.juix.org/cgi/soap.cgi?WSDL"; :current-file 
"https://debbugs.juix.org/cgi/soap.cgi?WSDL"; :xmlschema-imports nil :ports nil 
:alias-table (("soapenc" . "http://schemas.xmlsoap.org/soap/encoding/";) ("xsd" 
. "http://www.w3.org/2001/XMLSchema";)) :namespaces (#s(soap-namespace :name 
"http://schemas.xmlsoap.org/soap/encoding/"; :elements #<hash-table equal 33/96 
0x15911bd ...>) #s(soap-namespace :name "http://www.w3.org/2001/XMLSchema"; 
:elements #<hash-table equal 33/96 0x160d2ba ...>))))
  soap-load-wsdl("https://debbugs.juix.org/cgi/soap.cgi?WSDL";)
  debbugs-wsdl()
  debbugs-newest-bugs(6)
  (let ((debbugs-port "debbugs.juix.org")) (debbugs-newest-bugs 6))
  (progn (let ((debbugs-port "debbugs.juix.org")) (debbugs-newest-bugs 6)))
  eval((progn (let ((debbugs-port "debbugs.juix.org")) (debbugs-newest-bugs 
6))) t)
  elisp--eval-last-sexp(nil)
  eval-last-sexp(nil)
  funcall-interactively(eval-last-sexp nil)
  command-execute(eval-last-sexp)
--8<---------------cut here---------------end--------------->8---

> Kind regards
> Felix

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]