• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XSLT to transform XML-RPC to SOAP

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic