Hi,

As  I see in Axis 2 doesn't support a format of SOAP messages which doesn't 
have namespace prefix.As shown below the request doesn't work ,however when 
substituted bya namespace prefix it does work well.



<SOAP-ENV:Envelope 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";> 
                
<SOAP-ENV:Body> 
                                <executeSQLQuery 
xmlns=http://www.kiran.com/AXL/API/7.1> 
                                                
<sql>select * from typeproduct</sql>  
                                
</executeSQLQuery> 
                
</SOAP-ENV:Body> 

</SOAP-ENV:Envelope>     
 



 (axis 2) expects the request message  to have 
namespace prefix in the request 
. 
  
<SOAP-ENV:Envelope 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";> 
                
<SOAP-ENV:Body> 
                                <ns:executeSQLQuery xmlns:ns 
="http://www.kiran.com/AXL/API/8.0";> 
                                                
<sql>select * from typeproduct</sql>  
                                </ns:executeSQLQuery> 
                
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>
Is there a way to  make the axis 2 framework to allow and process the other 
format of request ie withoute the namespace prefix.



Is this (namespace prefix )  a standard followed by all the SOAPEngines and 
Parsers.Can some one throw some light on it.

Please  reply back soon.

If this kind of question is already addressed can you guys  please give link to 
the corresponding mail.


Thanks ,
Sriram 


      Yahoo! India has a new look. Take a sneak peek http://in.yahoo.com/trynew
  • [no subject] sri ram
    • Re: Paul Fremantle
      • Re: Andreas Veithen
        • Re: sri ram
          • Re: Amila Suriarachchi

Reply via email to