Hi,  I've a couple of examples of soap I'm trying to get to work.  I can as
.jsp...
The sitemap fragment looks like:

   <map:match pattern="soap/*.xml">
    <map:generate type="serverpages" src="docs/{1}.xml"/>
    <map:serialize type="xml"/>
   </map:match>

and the two examples are:

<?xml version="1.0"?>

<xsp:page
  language="java"
  xmlns:xsp="http://apache.org/xsp";
  xmlns:soap="http://apache.org/xsp/soap/3.0";>

  <page>  
    <soap:call
      url="http://www.lemurlabs.com:80/rpcrouter";
      method="urn:lemurlabs-Fortune">
      <soap:env>
        <soap:body>
          <m:getAnyFortune xmlns:m="urn:lemurlabs-Fortune"/>
        </soap:body>
      </soap:env>
    </soap:call>
  </page>
</xsp:page>

-------------------------------------------------------------

<?xml version="1.0" encoding="ISO-8859-1"?>

<xsp:page
  language="java"
  xmlns:xsp="http://apache.org/xsp";
  xmlns:soap="http://apache.org/xsp/soap/3.0";>

  <page>  
    <soap:call
      url="http://thor.velocigen.com:80/vx_engine/soap-trigger.pperl";
      method="urn:vgx-joke">
      <soap:env>
        <soap:body>
          <ns1:JokeOfTheDay xmlns:ns1="urn:vgx-joke"/>
        </soap:body>
      </soap:env>
    </soap:call>
  </page>
</xsp:page>

-------------------------------------------------------------

Has anybody got SOAP working or has a clue as to where I'm going
wrong?

Thanks,

J.

-- 

"Apathy is not the problem, it's the solution"


=======================================================================
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF

---------------------------------------------------------------------
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