Skip Menu |

This queue is for tickets about the XML-Compile-SOAP CPAN distribution.

Report information
The Basics
Id: 72351
Status: resolved
Priority: 0/
Queue: XML-Compile-SOAP

People
Owner: Nobody in particular
Requestors: lamoz [...] adriver.ru
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 3.07



Subject: No support for rpc-encoded
Its a pity XML-Compile-SOAP to not support rcp-encoded. It seems that there was some support in ancient versions. I would be greatful if this feature would be resurrected.
Subject: Re: [rt.cpan.org #72351] No support for rpc-encoded
Date: Fri, 11 Nov 2011 11:51:42 +0100
To: "Konstantin A. Pustovalov via RT" <bug-XML-Compile-SOAP [...] rt.cpan.org>
From: Mark Overmeer <secretaris [...] nluug.nl>
* Konstantin A. Pustovalov via RT (bug-XML-Compile-SOAP@rt.cpan.org) [111111 09:05]: Show quoted text
> Fri Nov 11 04:05:19 2011: Request 72351 was acted upon. > Transaction: Ticket created by lamoz > Queue: XML-Compile-SOAP > Subject: No support for rpc-encoded > Broken in: (no value) > Severity: Wishlist > Owner: Nobody > Requestors: lamoz@adriver.ru > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=72351 > > > Its a pity XML-Compile-SOAP to not support rcp-encoded. > It seems that there was some support in ancient versions. > I would be greatful if this feature would be resurrected.
The old implementation was not ok. RPC-encoded defeats the whole purpose of XML-schemas: it does not define the message structure (in general). So, there is no advantage to gain by use of XML::Compile::Schema, the base of this ::SOAP implementation. So, for now, unless someone is willing to pay me for a few days development time, I spend my time on more beautiful things. -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
From: lamoz [...] adriver.ru
Thank you, Mark, for the answer. Unluckily service designers make strange decisions sometimes. That will make me use different SOAP client libraries for different WSDLs and potentially for different versions of single WSDL, and unlikely, but possibly, make (generally wonderful library) X-C-S completely useless if WSDL designer mixed rpc-literal with rpc-encoded (found no prohibition for this in specs at a glance). Sadly I think this ticket should be closed.
Subject: Re: [rt.cpan.org #72351] No support for rpc-encoded
Date: Fri, 11 Nov 2011 12:19:01 +0100
To: "Konstantin A. Pustovalov via RT" <bug-XML-Compile-SOAP [...] rt.cpan.org>
From: Mark Overmeer <secretaris [...] nluug.nl>
* Konstantin A. Pustovalov via RT (bug-XML-Compile-SOAP@rt.cpan.org) [111111 11:11]: Show quoted text
> Queue: XML-Compile-SOAP > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=72351 > > > possibly, make (generally wonderful library) X-C-S completely useless if > WSDL designer mixed rpc-literal with rpc-encoded (found no prohibition > for this in specs at a glance).
There is no restriction to that. You can also mix it with document-style, if you want to. Both RPC styles should be avoided... Show quoted text
> Sadly I think this ticket should be closed.
Ah, let it stick. More people request me to implement it. I do offer to implement it, but would like some extra stimulance to work on it ;-) (living as freelance programmer) -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Alpha RPC_encoded code entered in 3.07