[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

XMOP: javascript SOAP proxy & server implementation

  • From: "Jonathan Borden" <jborden@m...>
  • To: <xml-dev@x...>
  • Date: Mon, 21 Feb 2000 12:46:50 -0500

javascript soap
I am announcing a new version of XMOP (XML Metadata Object Persistence)
available under GPL see http://jabr.ne.mediaone.net/documents/xmop.htm ,
http://jabr.ne.mediaone.net/xmop/signup.htm (note: get the C++ bits here
which contain the compiled XMOP dll).

This version provides XSLT based javascript proxy generation to enable SOAP
calls (from within IE5, Mozilla support pending), the way this will
ultimately work is that the SOAPproxygen..erator will detect the browser
version and apply the approproate XSLT transform to generate the appropriate
client side javascript code.

This technique is not specific to SOAP, one could also generate a client
javascript proxy to make an RMI or CORBA call.

<script type="text/javascript" src="SOAPproxygen.asp?class=YOUR.Object.1" >
</script>
<script type="text/javascript">
function do_soap_call() {

var obj = new YOUR_Object_1("http://www.wherever.com/SOAP/soapcall.asp");
var res = obj.SomeMethod("these","are","params",1,2,3);
alert(res);

};
</script>

The server side generates an object call from the SOAP request. The ASP
implementation requires the preliminary Microsoft XSLT release (MSXML2).

This works by applying a server side transform to the XML SOAP request using
XSLT. The generated javascript is eval'd making the object call.

ToDo: Integration with Mozilla,XPCOM,Apache,Java etc. etc.

Jonathan Borden


***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/threads.html
***************************************************************************

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.