Author: sandakith Date: Wed Jan 2 23:41:01 2008 New Revision: 11787 Log:
Adding the conf directory to the jaxws calculator sample Added: trunk/wsas/java/modules/samples/JAXWS/conf/ trunk/wsas/java/modules/samples/JAXWS/conf/codegen.xml trunk/wsas/java/modules/samples/JAXWS/conf/services.xml Added: trunk/wsas/java/modules/samples/JAXWS/conf/codegen.xml ============================================================================== --- (empty file) +++ trunk/wsas/java/modules/samples/JAXWS/conf/codegen.xml Wed Jan 2 23:41:01 2008 @@ -0,0 +1,40 @@ +<!-- + ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com) + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + +<config> + + <!-- JAXWS Calculator Sample --> + <set> + <uri>./wsdl/CalculatorService.wsdl</uri> + <o>./target/generated</o> + <p>org.wso2.wsas.sample.jaxws.services</p> + <d>adb</d> + <ss/> + <ssi/> + <u/> + <ns2p>http://www.wso2.org/types=org.wso2.www.types.services</ns2p> + </set> + + <set> + <uri>./wsdl/CalculatorService.wsdl</uri> + <o>./target/generated</o> + <p>org.wso2.wsas.sample.jaxws.services</p> + <d>adb</d> + <u/> + <ns2p>http://www.wso2.org/types=org.wso2.www.types.services</ns2p> + </set> + +</config> \ No newline at end of file Added: trunk/wsas/java/modules/samples/JAXWS/conf/services.xml ============================================================================== --- (empty file) +++ trunk/wsas/java/modules/samples/JAXWS/conf/services.xml Wed Jan 2 23:41:01 2008 @@ -0,0 +1,32 @@ +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> +<serviceGroup> + <service name="CalculatorService"> + <parameter name="useOriginalwsdl">true</parameter> + <messageReceivers> + <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out" + class="org.apache.axis2.jaxws.server.JAXWSMessageReceiver"/> + </messageReceivers> + <parameter name="ServiceClass">org.wso2.wsas.jaxws.calculator.CalculatorService</parameter> + <operation name="add" mep="http://www.w3.org/2004/08/wsdl/in-out"> + <actionMapping/> + </operation> + </service> +</serviceGroup> + _______________________________________________ Wsas-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
