Chitharanjan,

Try:
http://www.w3schools.com/soap/default.asp

Here is a example of without parameters.
Of course you have to adapt it to your situation.....

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
 Author: Edgar de Graaf, [EMAIL PROTECTED]
 Date: May 2, 2002
-->
<xsp:page
  language="java"
  xmlns:xsp="http://apache.org/xsp";
  xmlns:xsp-request="http://apache.org/xsp/request/2.0";
  xmlns:soap="http://apache.org/xsp/soap/3.0";
  >
  <page>
  <soap:call url="http://localhost:8080/apache-soap/servlet/rpcrouter";>
  <ns1:getAllProjects xmlns:ns1="urn:com/ordina/bugdb/Project">
    <soap:enc/>
  </ns1:getAllProjects>
  </soap:call>
 </page>
</xsp:page>

-----Oorspronkelijk bericht-----
Van: Chitharanjan Das [mailto:[EMAIL PROTECTED]]
Verzonden: woensdag 1 mei 2002 19:28
Aan: [EMAIL PROTECTED]
Onderwerp: Cocoon and SOAP


Hello,
            I had a brief stint with the XSP which invokes Google Search via
SOAP.
Thanks to the author....
 
Is there any documentation to support the SOAP logic sheet..
I was wondering how to invoke a remote method with no parameters.
Any link to documentation regarding the syntax will be deeply appreciated...
 
Regde,
Chiths
 

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to