You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by jo...@gmx.de on 2008/04/27 12:27:13 UTC

Problems with AXIOM API

Hello,
 
I would like to read this Statement with the Axiom API .
 
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
  <soapenv:Body>
    <axis2ns43:getMe xmlns:axis2ns43="http://ws.apache.org/axis2">
      <Name>Name</Name>
      <SUBMIT1>lastElemt</SUBMIT1>
      <MESSAGE>hihihiih</MESSAGE>
      <pNUMBER>hhuhuhu</pNUMBER>
    </axis2ns43:getMe>
  </soapenv:Body>
</soapenv:Envelope>
 
.................................................
 
I cannot read it. I want to creat a REST Service with Axis2. Please help.
How can I get the elements ?
 
Chears
Jörn