Is there a way to map calls to axis to use a default URN?  Say for example that I want to send the following XML to AXIS:
 
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <group>
         zach
      </group>
   </soap:Body>
</soapEnvelope>
 
How do I get axis to make a call like
SomeClass.makeGroup("zach");
?
 
Is the above XML even a valid soap call?  I ask because this is a client requirement and I'm not even sure if it is valid soap.  If it is valid, can I get AXIS to work with it?
 
 
 
Thank you,
Zach Calvert

Reply via email to