| Author |
XSLT to transform XML-RPC to SOAP
|
Philip Gleghorn
Greenhorn
Joined: Apr 05, 2007
Posts: 2
|
|
Hi, Has anyone seen or developed an xslt for transforming xml-rpc into soap? I am building a xml-rpc interface onto an application that only speaks soap. In the search of an elegant solution, I like the idea of transforming the xml-rpc request into a soap request using an xslt. I appreciate there are differences between the protocols to the extent that only a subset of the full power of soap could be expressed asxml-rpc, but nontheless it may be enough for me. The jakarta taglibs-io package tantalisingly refers to one in example documentation, but it appears not to exist. http://jakarta.apache.org/taglibs/doc/io-doc/index.htm Similarly here http://www.stylusstudio.com/xmldev/200003/post00210.html but now a dead link. Thanks in advance for any help, Phil
|
 |
Prasath Nadarajah
Greenhorn
Joined: Sep 18, 2010
Posts: 18
|
|
Hi philip,
I,m experiencing a similar problem now.
I want to convert an XMLRPC request to SOAP to send it to a SOAP
processing engine and return the SOAP and convert that response to XMLRPC again
I'm interested in knowing how did you proceed with this.
I appreciate any guidelines/tutorials or even code samples
Thanks in advance
|
 |
Prasath Nadarajah
Greenhorn
Joined: Sep 18, 2010
Posts: 18
|
|
I found this xsl that transfrom xmlrpc to soap
http://web.archive.org/web/20010703074143/http://soap.develop.com/xmlrpc/
http://web.archive.org/web/20010611155715/http://soap.develop.com/xmlrpc/fromxr.xsl
Currently i,m working on this and will you keep you updated for future reference
|
 |
 |
|
|
subject: XSLT to transform XML-RPC to SOAP
|
|
|