Cynthia Please take a look at sample http://synapse.apache.org/Synapse_Samples.html#Sample50
Which converts from POX (XML-RPC) to SOAP. This assumes the XML body is the same for XML-RPC and the SOAP endpoint. You may need to do some simple XML transformation too. Paul On Wed, Jun 4, 2008 at 10:03 AM, <[EMAIL PROTECTED]> wrote: > Hi Paul, > > Thanks for such a quick reply! > > Recently, I'm using a real Axis2 Server with Synapse, implementing > ourselves Use Case. > The current data model is the default format SOAP (processed by AXIS2 > Axiom), does it possible to transform XML-RPC data into SOAP? Where and > how can I define/configure it? > > Anyway, I feel better after knowing the "yes" answer... because I have > learnt and deploying Synapse using SOAP for about 2 months but forgot to > notice the XML-RPC part, you know, it's not easy to create a real XML-RPC > service example. > > So now, the implementation can be continued. > > Thank you, > Cynthia > > > > > > > Cynthia > > I don't believe we have explicitly tested Synapse with any XML-RPC > clients or services. However, XML-RPC is (as far as Synapse is > concerned) simply a POST of XML content to a URL. So Synapse will > treat this as a POX (plain old XML request). So the answer is yes. > > Paul > > On Wed, Jun 4, 2008 at 9:13 AM, <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> I have a simplest question...... >> >> Does Synapse support XML-RPC (to be the XML message)?? >> I know the difference between XML-RPC, REST and SOAP.. and I cannot find >> any information like Synapse supports XML-RPC.... >> >> I really really need to know it. >> >> Thanks, >> Cynthia > > > > -- > Paul Fremantle > Co-Founder and CTO, WSO2 > Apache Synapse PMC Chair > OASIS WS-RX TC Co-chair > > blog: http://pzf.fremantle.org > [EMAIL PROTECTED] > > "Oxygenating the Web Service Platform", www.wso2.com > > -- Paul Fremantle Co-Founder and CTO, WSO2 Apache Synapse PMC Chair OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com
