Yes you are correct, but for my purposes this is fine.

On a related note I would also like to restrict access to a service to just 
localhost for example. 

<serviceGroup>
  <service name="ExternalInterface" />
  <service name="InternalInterface" />
</serviceGroup>

Can you recommend a way to limit access to the InternalInterface service to 
just localhost (or a specific IP, etc).

thanks,
charles

On Jul 22, 2010, at 2:41 PM, Deepal Jayasinghe wrote:

> With the setting you mentioned Axis2 still generates namespaces in
> WSDL but at the run time it just ignores the name spaces in the
> message.
> 
> Deepal
> 
> On Thu, Jul 22, 2010 at 1:58 PM, Moritz Mädler <m...@moritz-maedler.de> wrote:
>> I think if you just add
>> 
>>        <schema elementFormDefaultQualified="false"/>
>> 
>> to the service.xml it will work.
>> 
>> 
>> Am 22.07.2010 um 19:53 schrieb Charles Galpin:
>> 
>>> Is it possible to have a POJO based service with no namespace generated in 
>>> the XML? I am using  Ext.js to consume the xml from my service but it 
>>> cannot handle namespaces in the tags generated for the objects I am 
>>> returning.
>>> 
>>> thanks,
>>> charles
> 

Reply via email to