[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: |
Thu, 07 Mar 2024 18:56:45 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Felix Lechner via "General discussion for the tracker at
debbugs.gnu.org" <help-debbugs@gnu.org> writes:
> Hi Michael,
Hi Felix,
> I would to test the SOAP functionality of a few sites with something
> like:
>
> (add-to-list
> 'debbugs-servers
> '("debbugs.juix.org"
> :wsdl "https://debbugs.juix.org/cgi/soap.cgi?WSDL"
> :bugreport-url "https://debbugs.juix.org/cgi/bugreport.cgi"))
>
> (let ((debbugs-port "debbugs.juix.org"))
> (debbugs-newest-bugs 6))
>
> That seemed to resemble the instructions [1] but resulted only in
>
> Unknown SOAP server: debbugs.juix.org
>
> How may I use a different server in Debbugs.el, please?
You need to add it also into the wsdl:service section of Debbugs.wsdl,
located in parallel to debbugs.el.
I'm short in time ATM. If it doesn't work for you, I'll send you a patch
by tomorrow.
> Kind regards
> Felix
Best regards, Michael.
- Adding a SOAP server to Debbugs.el, Felix Lechner, 2024/03/07
- Re: Adding a SOAP server to Debbugs.el,
Michael Albinus <=
- Re: Adding a SOAP server to Debbugs.el, Felix Lechner, 2024/03/07
- Re: Adding a SOAP server to Debbugs.el, Felix Lechner, 2024/03/08
- Re: Adding a SOAP server to Debbugs.el, Michael Albinus, 2024/03/08
- Re: Adding a SOAP server to Debbugs.el, Felix Lechner, 2024/03/08
- Re: Adding a SOAP server to Debbugs.el, Michael Albinus, 2024/03/09
- [PATCH 00/12] Download WSDL for SOAP services from server, Felix Lechner, 2024/03/10
- [PATCH 02/12] Fix docstring for :affects., Felix Lechner, 2024/03/10
- [PATCH 03/12] Fix description in docstring for debbugs-ports., Felix Lechner, 2024/03/10
- [PATCH 05/12] Pass query to debbugs-get-bugs as a list; make space for WSDL., Felix Lechner, 2024/03/10
- [PATCH 07/12] Pass query to debbugs-search-est as a list; make space for WSDL., Felix Lechner, 2024/03/10