Issue Details (XML | Word | Printable)

Key: XFIRE-425
Type: New Feature New Feature
Status: Open Open
Priority: Critical Critical
Assignee: Dan Diephouse
Reporter: Turadg Aleahmad
Votes: 23
Watchers: 13
Operations

If you were logged in you would be able to see more operations.
XFire

Support RPC-Encoding

Created: 26/May/06 02:10 PM   Updated: 26/May/06 03:21 PM
Return to search
Component/s: Core, Generator
Affects Version/s: 1.1
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide

XFIRE-358 explains that because XFire does not support RPC-Encoding it cannot be used as a client to the Google Web Service.

It also can't be used as a server to a PHP client, because PHP 5's SOAP extension requires RPC-Encoding.

The FAQ (http://docs.codehaus.org/display/XFIRE/FAQ) says,
"However, the basic framework to support RPC/Encoded services is in place. Someone just needs to finish it."



Dan Diephouse added a comment - 26/May/06 02:15 PM

PHP supports document literal as well. There are many people who use xfire with it.


Turadg Aleahmad added a comment - 26/May/06 02:17 PM

The design of the encoding appears to have been started on this page in Dec 2004,
http://docs.codehaus.org/display/XFIRE/SoapEncoding


Turadg Aleahmad added a comment - 26/May/06 03:21 PM

Dan, thanks for your tip on document/literal. It does indeed work in PHP and I've written up a page on how to use it,
http://docs.codehaus.org/display/XFIRE/PHP+Interoperation