You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by DO <de...@dbvrsystems.com> on 2006/06/05 18:14:28 UTC

service and module xsd needed

Hello,

I am wondering if you guys have XSDs for service.xml and module.xml as
they would simplify development considerably.

Thanks

Denis  


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: service and module xsd needed

Posted by DO <de...@dbvrsystems.com>.
super thanks! 

can you also pinpoint to the location of your service interface (all
methods that are invoked when service starts up i.e. init(...),
setOperationContext and so on)

thanks again

Denis

On Mon, 2006-06-05 at 22:28 +0530, Eran Chinthaka wrote:
> https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/xdocs/latest/resources/schemas
> 
> DO wrote:
> > Hello,
> > 
> > I am wondering if you guys have XSDs for service.xml and module.xml as
> > they would simplify development considerably.
> > 
> > Thanks
> > 
> > Denis  
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-dev-help@ws.apache.org
> > 
> > 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: service and module xsd needed

Posted by Igor Peshansky <ig...@us.ibm.com>.
Eran Chinthaka wrote on 06/05/2006 12:58:13 PM:

> DO wrote:
> > Hello,
> > 
> > I am wondering if you guys have XSDs for service.xml and module.xml
> > as they would simplify development considerably.
> > 
> > Thanks
> > Denis 
> 
> 
https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/xdocs/latest/resources/schemas

Chinthaka,

The services.xml schema seems to be missing the <serviceGroup> element
description.  Is that deprecated now?  Also, the <service> element has
a required "mep" attribute, but there is no mention of the "scope"
attribute.  In the description of the <operation> element, the
<actionMapping> sub-element is missing too.

Going by the samples distributed with Axis2 1.0, the <parameter>
elements can occur after the <operation> elements, and can have an
<action> sub-element.  The <module> element can also occur before the
<parameter> elements in a <service>...
        Igor
-- 
Igor Peshansky  (note the spelling change!)
IBM T.J. Watson Research Center
XJ: No More Pain for XML?s Gain (http://www.research.ibm.com/xj/)


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: service and module xsd needed

Posted by Eran Chinthaka <ch...@opensource.lk>.
https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/xdocs/latest/resources/schemas

DO wrote:
> Hello,
> 
> I am wondering if you guys have XSDs for service.xml and module.xml as
> they would simplify development considerably.
> 
> Thanks
> 
> Denis  
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
> 
>