You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/06/14 21:36:41 UTC

svn commit: r190652 [4/7] - in /incubator/beehive/trunk/wsm: drt/negative/WEB-INF/ drt/negative/WEB-INF/src/ drt/negative/WEB-INF/src/web/negative/ drt/tests/org/apache/beehive/wsm/jsr181/model/ drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/ drt/tests/org/apache/beehive/wsm/jsr181/processor/apt/ drt/tests/org/apache/beehive/wsm/jsr181/wsdl/ drt/webapp/WEB-INF/ drt/webapp/WEB-INF/src/ drt/webapp/WEB-INF/src/org/apache/beehive/wsm/axis/ drt/webapp/WEB-INF/src/web/ schemas/ src/api/javax/jws/ src/api/javax/jws/soap/ src/runtime/META-INF/services/ src/runtime/org/apache/beehive/wsm/axis/ src/runtime/org/apache/beehive/wsm/axis/ant/ src/runtime/org/apache/beehive/wsm/axis/databinding/ src/runtime/org/apache/beehive/wsm/axis/handlers/ src/runtime/org/apache/beehive/wsm/axis/registration/ src/runtime/org/apache/beehive/wsm/axis/tools/ src/runtime/org/apache/beehive/wsm/axis/util/ src/runtime/org/apache/beehive/wsm/databinding/ src/runtime/org/apache/beehive/wsm/databinding/xmlbeans/ src/runtime/org/apache/beehive/wsm/model/ src/runtime/org/apache/beehive/wsm/model/java/ src/runtime/org/apache/beehive/wsm/model/jsr181/ src/runtime/org/apache/beehive/wsm/processor/apt/ src/runtime/org/apache/beehive/wsm/registration/ src/runtime/org/apache/beehive/wsm/util/ src/runtime/org/apache/beehive/wsm/wsdl/

Modified: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeSOAPMessageHandlersAnnotation.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeSOAPMessageHandlersAnnotation.java?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeSOAPMessageHandlersAnnotation.java (original)
+++ incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeSOAPMessageHandlersAnnotation.java Tue Jun 14 12:36:38 2005
@@ -1,55 +1,55 @@
-package org.apache.beehive.wsm.jsr181.model.fakeAnnotations;
-
-import java.lang.annotation.Annotation;
-
-import javax.jws.soap.SOAPMessageHandler;
-import javax.jws.soap.SOAPMessageHandlers;
-
-/*
- * Copyright 2004 The Apache Software Foundation
- *
- * 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.
- *
- * $Header:$
- */
-
-//org.apache.beehive.wsm.jsr181.model.fakeAnnotations.FakeSOAPMessageHandlersAnnotation.java
-
-public class FakeSOAPMessageHandlersAnnotation implements Annotation,
-        SOAPMessageHandlers {
-
-    SOAPMessageHandler[] value;
-
-    /**
-     * 
-     */
-    public FakeSOAPMessageHandlersAnnotation(SOAPMessageHandler[] value) {
-        this.value = value;
-    }
-
-    /* (non-Javadoc)
-     * @see java.lang.annotation.Annotation#annotationType()
-     */
-    public Class<? extends Annotation> annotationType() {
-        // TODO Auto-generated method stub
-        return SOAPMessageHandlers.class;
-    }
-
-    /* (non-Javadoc)
-     * @see javax.jws.soap.SOAPMessageHandlers#value()
-     */
-    public SOAPMessageHandler[] value() {
-        return value;
-    }
-
-}
+package org.apache.beehive.wsm.jsr181.model.fakeAnnotations;
+
+import java.lang.annotation.Annotation;
+
+import javax.jws.soap.SOAPMessageHandler;
+import javax.jws.soap.SOAPMessageHandlers;
+
+/*
+ * Copyright 2004 The Apache Software Foundation
+ *
+ * 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.
+ *
+ * $Header:$
+ */
+
+//org.apache.beehive.wsm.jsr181.model.fakeAnnotations.FakeSOAPMessageHandlersAnnotation.java
+
+public class FakeSOAPMessageHandlersAnnotation implements Annotation,
+        SOAPMessageHandlers {
+
+    SOAPMessageHandler[] value;
+
+    /**
+     * 
+     */
+    public FakeSOAPMessageHandlersAnnotation(SOAPMessageHandler[] value) {
+        this.value = value;
+    }
+
+    /* (non-Javadoc)
+     * @see java.lang.annotation.Annotation#annotationType()
+     */
+    public Class<? extends Annotation> annotationType() {
+        // TODO Auto-generated method stub
+        return SOAPMessageHandlers.class;
+    }
+
+    /* (non-Javadoc)
+     * @see javax.jws.soap.SOAPMessageHandlers#value()
+     */
+    public SOAPMessageHandler[] value() {
+        return value;
+    }
+
+}

Propchange: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeSOAPMessageHandlersAnnotation.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebMethodAnnotation.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebMethodAnnotation.java?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebMethodAnnotation.java (original)
+++ incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebMethodAnnotation.java Tue Jun 14 12:36:38 2005
@@ -1,62 +1,62 @@
-package org.apache.beehive.wsm.jsr181.model.fakeAnnotations;
-
-import java.lang.annotation.Annotation;
-
-import javax.jws.WebMethod;
-
-/*
- * Copyright 2004 The Apache Software Foundation
- *
- * 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.
- *
- * $Header:$
- */
-
-//org.apache.beehive.wsm.jsr181.model.fakeAnnotations.FakeWebMethodAnnotation.java
-
-public class FakeWebMethodAnnotation implements Annotation, WebMethod {
-
-    private String operationName;
-    private String action;
-
-    /**
-     * 
-     */
-    public FakeWebMethodAnnotation(String operationName, String action) {
-        super();
-        this.operationName = operationName;
-        this.action = action;
-    }
-
-    /* (non-Javadoc)
-     * @see java.lang.annotation.Annotation#annotationType()
-     */
-    public Class<? extends Annotation> annotationType() {
-        return WebMethod.class;
-    }
-
-    /* (non-Javadoc)
-     * @see javax.jws.WebMethod#operationName()
-     */
-    public String operationName() {
-        return operationName;
-    }
-
-    /* (non-Javadoc)
-     * @see javax.jws.WebMethod#action()
-     */
-    public String action() {
-        return action;
-    }
-
-}
+package org.apache.beehive.wsm.jsr181.model.fakeAnnotations;
+
+import java.lang.annotation.Annotation;
+
+import javax.jws.WebMethod;
+
+/*
+ * Copyright 2004 The Apache Software Foundation
+ *
+ * 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.
+ *
+ * $Header:$
+ */
+
+//org.apache.beehive.wsm.jsr181.model.fakeAnnotations.FakeWebMethodAnnotation.java
+
+public class FakeWebMethodAnnotation implements Annotation, WebMethod {
+
+    private String operationName;
+    private String action;
+
+    /**
+     * 
+     */
+    public FakeWebMethodAnnotation(String operationName, String action) {
+        super();
+        this.operationName = operationName;
+        this.action = action;
+    }
+
+    /* (non-Javadoc)
+     * @see java.lang.annotation.Annotation#annotationType()
+     */
+    public Class<? extends Annotation> annotationType() {
+        return WebMethod.class;
+    }
+
+    /* (non-Javadoc)
+     * @see javax.jws.WebMethod#operationName()
+     */
+    public String operationName() {
+        return operationName;
+    }
+
+    /* (non-Javadoc)
+     * @see javax.jws.WebMethod#action()
+     */
+    public String action() {
+        return action;
+    }
+
+}

Propchange: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebMethodAnnotation.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebParamAnnotation.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebParamAnnotation.java?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebParamAnnotation.java (original)
+++ incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebParamAnnotation.java Tue Jun 14 12:36:38 2005
@@ -1,80 +1,80 @@
-package org.apache.beehive.wsm.jsr181.model.fakeAnnotations;
-
-import java.lang.annotation.Annotation;
-
-import javax.jws.WebParam;
-
-/*
- * Copyright 2004 The Apache Software Foundation
- *
- * 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.
- *
- * $Header:$
- */
-
-//org.apache.beehive.wsm.jsr181.model.fakeAnnotations.FakeWebParamAnnotation.java
-
-public class FakeWebParamAnnotation implements Annotation, WebParam {
-
-    private String name;
-    private String targetNamespace;
-    private Mode mode;
-    private boolean header;
-
-    /**
-     * 
-     */
-    public FakeWebParamAnnotation(String name, String targetNamespace, WebParam.Mode mode, boolean header) {
-        super();
-        this.name = name;
-        this.targetNamespace = targetNamespace;
-        this.mode = mode;
-        this.header = header;
-    }
-
-    /* (non-Javadoc)
-     * @see java.lang.annotation.Annotation#annotationType()
-     */
-    public Class<? extends Annotation> annotationType() {
-        return WebParam.class;
-    }
-
-    /* (non-Javadoc)
-     * @see javax.jws.WebParam#name()
-     */
-    public String name() {
-        return name;
-    }
-
-    /* (non-Javadoc)
-     * @see javax.jws.WebParam#name()
-     */
-    public String targetNamespace() {
-        return targetNamespace;
-    }
-
-    /* (non-Javadoc)
-     * @see javax.jws.WebParam#mode()
-     */
-    public Mode mode() {
-        return mode;
-    }
-
-    /* (non-Javadoc)
-     * @see javax.jws.WebParam#header()
-     */
-    public boolean header() {
-        return header;
-    }
-
-}
+package org.apache.beehive.wsm.jsr181.model.fakeAnnotations;
+
+import java.lang.annotation.Annotation;
+
+import javax.jws.WebParam;
+
+/*
+ * Copyright 2004 The Apache Software Foundation
+ *
+ * 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.
+ *
+ * $Header:$
+ */
+
+//org.apache.beehive.wsm.jsr181.model.fakeAnnotations.FakeWebParamAnnotation.java
+
+public class FakeWebParamAnnotation implements Annotation, WebParam {
+
+    private String name;
+    private String targetNamespace;
+    private Mode mode;
+    private boolean header;
+
+    /**
+     * 
+     */
+    public FakeWebParamAnnotation(String name, String targetNamespace, WebParam.Mode mode, boolean header) {
+        super();
+        this.name = name;
+        this.targetNamespace = targetNamespace;
+        this.mode = mode;
+        this.header = header;
+    }
+
+    /* (non-Javadoc)
+     * @see java.lang.annotation.Annotation#annotationType()
+     */
+    public Class<? extends Annotation> annotationType() {
+        return WebParam.class;
+    }
+
+    /* (non-Javadoc)
+     * @see javax.jws.WebParam#name()
+     */
+    public String name() {
+        return name;
+    }
+
+    /* (non-Javadoc)
+     * @see javax.jws.WebParam#name()
+     */
+    public String targetNamespace() {
+        return targetNamespace;
+    }
+
+    /* (non-Javadoc)
+     * @see javax.jws.WebParam#mode()
+     */
+    public Mode mode() {
+        return mode;
+    }
+
+    /* (non-Javadoc)
+     * @see javax.jws.WebParam#header()
+     */
+    public boolean header() {
+        return header;
+    }
+
+}

Propchange: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebParamAnnotation.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebResultAnnotation.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebResultAnnotation.java?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebResultAnnotation.java (original)
+++ incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebResultAnnotation.java Tue Jun 14 12:36:38 2005
@@ -1,62 +1,62 @@
-package org.apache.beehive.wsm.jsr181.model.fakeAnnotations;
-
-import java.lang.annotation.Annotation;
-
-import javax.jws.WebResult;
-
-/*
- * Copyright 2004 The Apache Software Foundation
- *
- * 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.
- *
- * $Header:$
- */
-
-//org.apache.beehive.wsm.jsr181.model.fakeAnnotations.FakeWebResultAnnotation.java
-
-public class FakeWebResultAnnotation implements Annotation, WebResult {
-
-    private String name;
-    private String targetNamespace;
-
-    /**
-     * 
-     */
-    public FakeWebResultAnnotation(String name, String targetNamespace) {
-        super();
-        this.name = name;
-        this.targetNamespace = targetNamespace;
-    }
-
-    /* (non-Javadoc)
-     * @see java.lang.annotation.Annotation#annotationType()
-     */
-    public Class<? extends Annotation> annotationType() {
-        return WebResult.class;
-    }
-
-    /* (non-Javadoc)
-     * @see javax.jws.WebResult#name()
-     */
-    public String name() {
-        return name;
-    }
-
-    /* (non-Javadoc)
-     * @see javax.jws.WebResult#targetNamespace()
-     */
-    public String targetNamespace() {
-        return targetNamespace;
-    }
-
-}
+package org.apache.beehive.wsm.jsr181.model.fakeAnnotations;
+
+import java.lang.annotation.Annotation;
+
+import javax.jws.WebResult;
+
+/*
+ * Copyright 2004 The Apache Software Foundation
+ *
+ * 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.
+ *
+ * $Header:$
+ */
+
+//org.apache.beehive.wsm.jsr181.model.fakeAnnotations.FakeWebResultAnnotation.java
+
+public class FakeWebResultAnnotation implements Annotation, WebResult {
+
+    private String name;
+    private String targetNamespace;
+
+    /**
+     * 
+     */
+    public FakeWebResultAnnotation(String name, String targetNamespace) {
+        super();
+        this.name = name;
+        this.targetNamespace = targetNamespace;
+    }
+
+    /* (non-Javadoc)
+     * @see java.lang.annotation.Annotation#annotationType()
+     */
+    public Class<? extends Annotation> annotationType() {
+        return WebResult.class;
+    }
+
+    /* (non-Javadoc)
+     * @see javax.jws.WebResult#name()
+     */
+    public String name() {
+        return name;
+    }
+
+    /* (non-Javadoc)
+     * @see javax.jws.WebResult#targetNamespace()
+     */
+    public String targetNamespace() {
+        return targetNamespace;
+    }
+
+}

Propchange: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebResultAnnotation.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebServiceAnnotation.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebServiceAnnotation.java?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebServiceAnnotation.java (original)
+++ incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebServiceAnnotation.java Tue Jun 14 12:36:38 2005
@@ -1,97 +1,97 @@
-package org.apache.beehive.wsm.jsr181.model.fakeAnnotations;
-
-/*
- * Copyright 2004 The Apache Software Foundation
- *
- * 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.
- *
- * $Header:$
- */
-
-import java.lang.annotation.Annotation;
-
-import javax.jws.WebService;
-
-public class FakeWebServiceAnnotation implements WebService, Annotation {
-    private String name;
-    private String endpointInterface;
-    private String serviceName;
-    private String wsdlLocation;
-    private String targetNamespace;
-
-    public FakeWebServiceAnnotation(String name,
-                                    String serviceName,
-                                    String wsdlLocation,
-                                    String targetNamespace,
-                                    String endpointInterface) {
-        this.name = name;
-        this.serviceName = serviceName;
-        this.wsdlLocation = wsdlLocation;
-        this.targetNamespace = targetNamespace;
-        this.endpointInterface = endpointInterface;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see javax.jws.WebService#name()
-     */
-    public String name() {
-        return name;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see javax.jws.WebService#serviceName()
-     */
-    public String serviceName() {
-        return serviceName;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see javax.jws.WebService#wsdlLocation()
-     */
-    public String wsdlLocation() {
-        return wsdlLocation;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see javax.jws.WebService#targetNamespace()
-     */
-    public String targetNamespace() {
-        return targetNamespace;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see javax.jws.WebService#endpointInterface()
-     */
-    public String endpointInterface() {
-        return endpointInterface;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
-     * @see java.lang.annotation.Annotation#annotationType()
-     */
-    public Class annotationType() {
-        return WebService.class;
-    }
+package org.apache.beehive.wsm.jsr181.model.fakeAnnotations;
+
+/*
+ * Copyright 2004 The Apache Software Foundation
+ *
+ * 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.
+ *
+ * $Header:$
+ */
+
+import java.lang.annotation.Annotation;
+
+import javax.jws.WebService;
+
+public class FakeWebServiceAnnotation implements WebService, Annotation {
+    private String name;
+    private String endpointInterface;
+    private String serviceName;
+    private String wsdlLocation;
+    private String targetNamespace;
+
+    public FakeWebServiceAnnotation(String name,
+                                    String serviceName,
+                                    String wsdlLocation,
+                                    String targetNamespace,
+                                    String endpointInterface) {
+        this.name = name;
+        this.serviceName = serviceName;
+        this.wsdlLocation = wsdlLocation;
+        this.targetNamespace = targetNamespace;
+        this.endpointInterface = endpointInterface;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see javax.jws.WebService#name()
+     */
+    public String name() {
+        return name;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see javax.jws.WebService#serviceName()
+     */
+    public String serviceName() {
+        return serviceName;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see javax.jws.WebService#wsdlLocation()
+     */
+    public String wsdlLocation() {
+        return wsdlLocation;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see javax.jws.WebService#targetNamespace()
+     */
+    public String targetNamespace() {
+        return targetNamespace;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see javax.jws.WebService#endpointInterface()
+     */
+    public String endpointInterface() {
+        return endpointInterface;
+    }
+
+    /*
+     * (non-Javadoc)
+     * 
+     * @see java.lang.annotation.Annotation#annotationType()
+     */
+    public Class annotationType() {
+        return WebService.class;
+    }
 }

Propchange: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/model/fakeAnnotations/FakeWebServiceAnnotation.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/processor/apt/WsmAnnotationProcessorEndpointInterfaceTest.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/processor/apt/WsmAnnotationProcessorEndpointInterfaceTest.java?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/processor/apt/WsmAnnotationProcessorEndpointInterfaceTest.java (original)
+++ incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/processor/apt/WsmAnnotationProcessorEndpointInterfaceTest.java Tue Jun 14 12:36:38 2005
@@ -1,69 +1,69 @@
-/*
- * Copyright 2004 The Apache Software Foundation
- *
- * 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.
- *
- * $Header:$
- */
-package org.apache.beehive.wsm.jsr181.processor.apt;
-
-import org.apache.beehive.wsm.jsr181.model.BarTestCase;
-import org.apache.beehive.wsm.model.jsr181.Jsr181ObjectModelStore;
-
-/**
- * Test case verifies that a source file can be read and its annotations can be
- * interpreted by the annotation processor.
- */
-public class WsmAnnotationProcessorEndpointInterfaceTest
-    extends BarTestCase {
-
-    @Override
-    public void setUp() throws Exception {
-
-        // check if we have an object model
-        objectModel = Jsr181ObjectModelStore.load(Class.forName(CLASSNAME));
-        if (null == objectModel) {
-            throw new Exception ("No object model found.");
-        }
-    }
-
-    /**
-     * We can't derive default values for WebParam from binaries. Thus, we use
-     * our own default name "in<number>".
-    @Override
-    public void testWebParamGoLocoFirst() throws Exception {
-        final int paramNo = 0;
-        Jsr181ParameterMetadata param = getParam("GoLocoCheetorama", paramNo);
-        assertNotNull("Cannot find first param for WebMethod GoLocoCheetorama()", param);
-        assertEquals("Invalid wpName", "in" + paramNo, param.getWpName());
-        assertEquals("Invalid return type: " + param.getJavaType(),
-                int.class,
-                param.getJavaType());
-    }
-     */
-
-    /**
-     * We can't derive default values for WebParam from binaries. Thus, we use
-     * our own default name "in<number>".
-    @Override
-    public void testWebParamDropMoneyFirst() throws Exception {
-        final int paramNo = 0;
-        Jsr181ParameterMetadata param = getParam("dropMoney", paramNo);
-        assertNotNull("Cannot find first param for WebMethod dropMoeny()", param);
-        assertEquals("Invalid wpName", "in" + paramNo, param.getWpName());
-        assertEquals("Invalid return type: " + param.getJavaType(),
-                int.class,
-                param.getJavaType());
-    }
-     */
+/*
+ * Copyright 2004 The Apache Software Foundation
+ *
+ * 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.
+ *
+ * $Header:$
+ */
+package org.apache.beehive.wsm.jsr181.processor.apt;
+
+import org.apache.beehive.wsm.jsr181.model.BarTestCase;
+import org.apache.beehive.wsm.model.jsr181.Jsr181ObjectModelStore;
+
+/**
+ * Test case verifies that a source file can be read and its annotations can be
+ * interpreted by the annotation processor.
+ */
+public class WsmAnnotationProcessorEndpointInterfaceTest
+    extends BarTestCase {
+
+    @Override
+    public void setUp() throws Exception {
+
+        // check if we have an object model
+        objectModel = Jsr181ObjectModelStore.load(Class.forName(CLASSNAME));
+        if (null == objectModel) {
+            throw new Exception ("No object model found.");
+        }
+    }
+
+    /**
+     * We can't derive default values for WebParam from binaries. Thus, we use
+     * our own default name "in<number>".
+    @Override
+    public void testWebParamGoLocoFirst() throws Exception {
+        final int paramNo = 0;
+        Jsr181ParameterMetadata param = getParam("GoLocoCheetorama", paramNo);
+        assertNotNull("Cannot find first param for WebMethod GoLocoCheetorama()", param);
+        assertEquals("Invalid wpName", "in" + paramNo, param.getWpName());
+        assertEquals("Invalid return type: " + param.getJavaType(),
+                int.class,
+                param.getJavaType());
+    }
+     */
+
+    /**
+     * We can't derive default values for WebParam from binaries. Thus, we use
+     * our own default name "in<number>".
+    @Override
+    public void testWebParamDropMoneyFirst() throws Exception {
+        final int paramNo = 0;
+        Jsr181ParameterMetadata param = getParam("dropMoney", paramNo);
+        assertNotNull("Cannot find first param for WebMethod dropMoeny()", param);
+        assertEquals("Invalid wpName", "in" + paramNo, param.getWpName());
+        assertEquals("Invalid return type: " + param.getJavaType(),
+                int.class,
+                param.getJavaType());
+    }
+     */
 }

Propchange: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/processor/apt/WsmAnnotationProcessorEndpointInterfaceTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/processor/apt/WsmAnnotationProcessorTest.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/processor/apt/WsmAnnotationProcessorTest.java?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/processor/apt/WsmAnnotationProcessorTest.java (original)
+++ incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/processor/apt/WsmAnnotationProcessorTest.java Tue Jun 14 12:36:38 2005
@@ -1,55 +1,55 @@
-/*
- * Copyright 2004 The Apache Software Foundation
- *
- * 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.
- *
- * $Header:$
- */
-package org.apache.beehive.wsm.jsr181.processor.apt;
-
-import org.apache.beehive.wsm.jsr181.model.FooTestCase;
-import org.apache.beehive.wsm.model.jsr181.Jsr181ObjectModelStore;
-
-/**
- * Test case verifies that a source file can be read and its annotations can be
- * interpreted by the annotation processor.
- */
-public class WsmAnnotationProcessorTest
-    extends FooTestCase {
-
-    @Override
-    public void setUp() throws Exception {
-
-        // check if we have an object model
-        objectModel = Jsr181ObjectModelStore.load(Class.forName(CLASSNAME));
-
-        if (null == objectModel) {
-            throw new Exception ("No object model found.");
-        }
-    }
-
-    /**
-     * We can't derive default values for WebParam from binaries. Thus, we use
-     * our own default name "in<number>".
-    @Override
-    public void testWebParamGoLocoFirst() throws Exception {
-        final int paramNo = 0;
-        Jsr181ParameterMetadata param = getParam("GoLoco", paramNo);
-        assertNotNull("Cannot find first param for WebMethod GoLoco()", param);
-        assertEquals("Invalid wpName", "in" + paramNo, param.getWpName());
-        assertEquals("Invalid return type: " + param.getJavaType(),
-                int.class,
-                param.getJavaType());
-    }
-     */
-}
+/*
+ * Copyright 2004 The Apache Software Foundation
+ *
+ * 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.
+ *
+ * $Header:$
+ */
+package org.apache.beehive.wsm.jsr181.processor.apt;
+
+import org.apache.beehive.wsm.jsr181.model.FooTestCase;
+import org.apache.beehive.wsm.model.jsr181.Jsr181ObjectModelStore;
+
+/**
+ * Test case verifies that a source file can be read and its annotations can be
+ * interpreted by the annotation processor.
+ */
+public class WsmAnnotationProcessorTest
+    extends FooTestCase {
+
+    @Override
+    public void setUp() throws Exception {
+
+        // check if we have an object model
+        objectModel = Jsr181ObjectModelStore.load(Class.forName(CLASSNAME));
+
+        if (null == objectModel) {
+            throw new Exception ("No object model found.");
+        }
+    }
+
+    /**
+     * We can't derive default values for WebParam from binaries. Thus, we use
+     * our own default name "in<number>".
+    @Override
+    public void testWebParamGoLocoFirst() throws Exception {
+        final int paramNo = 0;
+        Jsr181ParameterMetadata param = getParam("GoLoco", paramNo);
+        assertNotNull("Cannot find first param for WebMethod GoLoco()", param);
+        assertEquals("Invalid wpName", "in" + paramNo, param.getWpName());
+        assertEquals("Invalid return type: " + param.getJavaType(),
+                int.class,
+                param.getJavaType());
+    }
+     */
+}

Propchange: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/processor/apt/WsmAnnotationProcessorTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/beehive/trunk/wsm/drt/tests/org/apache/beehive/wsm/jsr181/wsdl/WSDL2AnnotatedJavaTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/server-config.wsdd
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/server-config.wsdd?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/server-config.wsdd (original)
+++ incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/server-config.wsdd Tue Jun 14 12:36:38 2005
@@ -1,46 +1,46 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
- <globalConfiguration>
-  <parameter name="adminPassword" value="admin"/>
-  <parameter name="disablePrettyXML" value="true"/>
-  <parameter name="attachments.implementation" value="org.apache.axis.attachments.AttachmentsImpl"/>
-  <parameter name="sendXsiTypes" value="true"/>
-  <parameter name="sendXMLDeclaration" value="true"/>
-  <requestFlow>
-  <handler type="java:org.apache.beehive.wsm.axis.handlers.AnnotatedWebServiceDeploymentHandler">
-    <parameter name="scope" value="session"/>
-   </handler>
-  <handler type="java:org.apache.axis.handlers.JWSHandler">
-    <parameter name="scope" value="session"/>
-   </handler>
-  </requestFlow>
- </globalConfiguration>
- <handler name="LocalResponder" type="java:org.apache.axis.transport.local.LocalResponder"/>
- <handler name="URLMapper" type="java:org.apache.axis.handlers.http.URLMapper"/>
- <handler name="Authenticate" type="java:org.apache.axis.handlers.SimpleAuthenticationHandler"/>
- <service name="AdminService" provider="java:MSG">
-  <parameter name="allowedMethods" value="AdminService"/>
-  <parameter name="enableRemoteAdmin" value="false"/>
-  <parameter name="className" value="org.apache.axis.utils.Admin"/>
-  <namespace>http://xml.apache.org/axis/wsdd/</namespace>
- </service>
- <service name="Version" provider="java:RPC">
-  <parameter name="allowedMethods" value="getVersion"/>
-  <parameter name="className" value="org.apache.axis.Version"/>
- </service>
- <transport name="http">
-  <requestFlow>
-   <handler type="URLMapper"/>
-   <handler type="java:org.apache.axis.handlers.http.HTTPAuthHandler"/>
-  </requestFlow>
-  <parameter name="qs:list" value="org.apache.axis.transport.http.QSListHandler"/>
-  <parameter name="qs:wsdl" value="org.apache.axis.transport.http.QSWSDLHandler"/>
-  <parameter name="qs:method" value="org.apache.axis.transport.http.QSMethodHandler"/>
- </transport>
- <transport name="local">
-  <responseFlow>
-   <handler type="LocalResponder"/>
-  </responseFlow>
- </transport>
-</deployment>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
+ <globalConfiguration>
+  <parameter name="adminPassword" value="admin"/>
+  <parameter name="disablePrettyXML" value="true"/>
+  <parameter name="attachments.implementation" value="org.apache.axis.attachments.AttachmentsImpl"/>
+  <parameter name="sendXsiTypes" value="true"/>
+  <parameter name="sendXMLDeclaration" value="true"/>
+  <requestFlow>
+  <handler type="java:org.apache.beehive.wsm.axis.handlers.AnnotatedWebServiceDeploymentHandler">
+    <parameter name="scope" value="session"/>
+   </handler>
+  <handler type="java:org.apache.axis.handlers.JWSHandler">
+    <parameter name="scope" value="session"/>
+   </handler>
+  </requestFlow>
+ </globalConfiguration>
+ <handler name="LocalResponder" type="java:org.apache.axis.transport.local.LocalResponder"/>
+ <handler name="URLMapper" type="java:org.apache.axis.handlers.http.URLMapper"/>
+ <handler name="Authenticate" type="java:org.apache.axis.handlers.SimpleAuthenticationHandler"/>
+ <service name="AdminService" provider="java:MSG">
+  <parameter name="allowedMethods" value="AdminService"/>
+  <parameter name="enableRemoteAdmin" value="false"/>
+  <parameter name="className" value="org.apache.axis.utils.Admin"/>
+  <namespace>http://xml.apache.org/axis/wsdd/</namespace>
+ </service>
+ <service name="Version" provider="java:RPC">
+  <parameter name="allowedMethods" value="getVersion"/>
+  <parameter name="className" value="org.apache.axis.Version"/>
+ </service>
+ <transport name="http">
+  <requestFlow>
+   <handler type="URLMapper"/>
+   <handler type="java:org.apache.axis.handlers.http.HTTPAuthHandler"/>
+  </requestFlow>
+  <parameter name="qs:list" value="org.apache.axis.transport.http.QSListHandler"/>
+  <parameter name="qs:wsdl" value="org.apache.axis.transport.http.QSWSDLHandler"/>
+  <parameter name="qs:method" value="org.apache.axis.transport.http.QSMethodHandler"/>
+ </transport>
+ <transport name="local">
+  <responseFlow>
+   <handler type="LocalResponder"/>
+  </responseFlow>
+ </transport>
+</deployment>
+

Propchange: incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/server-config.wsdd
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/Cheetorama.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/Cheetorama.java?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/Cheetorama.java (original)
+++ incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/Cheetorama.java Tue Jun 14 12:36:38 2005
@@ -1,43 +1,43 @@
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * 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
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * 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.
- */
-
-import javax.jws.Oneway;
-import javax.jws.WebMethod;
-import javax.jws.WebParam;
-import javax.jws.WebResult;
-import javax.jws.WebService;
-
-/**
- * ****************************************************************************
- */
-@WebService(name = "Abacus", targetNamespace = "http://www.superflaco.com/AnnotationEndpointInterfaceTest")
-public interface Cheetorama {
-    @WebMethod(operationName = "GoLocoCheetorama", action = "LocoActionCheetorama")
-    @WebResult
-    public boolean getNutty(@WebParam int level, @WebParam(name = "detailCheetorama") String detail);
-
-    @WebMethod
-    @Oneway
-    public void goHome(@WebParam(name = "whenCheetorama") long time);
-
-    public int dropMoney(int amount);
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * 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
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * 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.
+ */
+
+import javax.jws.Oneway;
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+
+/**
+ * ****************************************************************************
+ */
+@WebService(name = "Abacus", targetNamespace = "http://www.superflaco.com/AnnotationEndpointInterfaceTest")
+public interface Cheetorama {
+    @WebMethod(operationName = "GoLocoCheetorama", action = "LocoActionCheetorama")
+    @WebResult
+    public boolean getNutty(@WebParam int level, @WebParam(name = "detailCheetorama") String detail);
+
+    @WebMethod
+    @Oneway
+    public void goHome(@WebParam(name = "whenCheetorama") long time);
+
+    public int dropMoney(int amount);
 }

Propchange: incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/Cheetorama.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/org/apache/beehive/wsm/axis/FakeDocWebService.jws
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/web/Bar.jws
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/web/Bar.jws?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/web/Bar.jws (original)
+++ incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/web/Bar.jws Tue Jun 14 12:36:38 2005
@@ -1,39 +1,39 @@
-package web;
-
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * 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.
- */
-
-import javax.jws.WebService;
-
-/**
- * ****************************************************************************
- *
- * @author Jonathan Colwell
- */
-@WebService(serviceName = "Bar1Service", endpointInterface = "Cheetorama")
-public class Bar {
-    public boolean getNutty(int level, String detail) {
-        return (level > 5);
-    }
-
-    public void goHome(long time) {
-        return;
-    }
-
-    public int dropMoney(int amount) {
-        return amount;
-    }
-}
+package web;
+
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * 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.
+ */
+
+import javax.jws.WebService;
+
+/**
+ * ****************************************************************************
+ *
+ * @author Jonathan Colwell
+ */
+@WebService(serviceName = "Bar1Service", endpointInterface = "Cheetorama")
+public class Bar {
+    public boolean getNutty(int level, String detail) {
+        return (level > 5);
+    }
+
+    public void goHome(long time) {
+        return;
+    }
+
+    public int dropMoney(int amount) {
+        return amount;
+    }
+}

Propchange: incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/web/Bar.jws
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/web/Bar3.jws
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/web/Bar3.jws?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/web/Bar3.jws (original)
+++ incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/web/Bar3.jws Tue Jun 14 12:36:38 2005
@@ -1,44 +1,44 @@
-package web;
-
-/*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * 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.
- */
-
-import javax.jws.WebMethod;
-import javax.jws.WebService;
-
-/**
- * ****************************************************************************
- * Although this class implements the dropMoney method in
- * the endpoint interface (cheetorama), the method is not
- * annotated with @WebMethod.
- */
-@WebService(serviceName = "Bar3Service", endpointInterface = "Cheetorama")
-public class Bar3 {
-    @WebMethod
-    public boolean getNutty(int level, String detail) {
-        return (level > 5);
-    }
-
-    @WebMethod
-    public void goHome(long time) {
-        return;
-    }
-
-    public int dropMoney(int amount) {
-        return amount;
-    }
-}
-
+package web;
+
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * 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.
+ */
+
+import javax.jws.WebMethod;
+import javax.jws.WebService;
+
+/**
+ * ****************************************************************************
+ * Although this class implements the dropMoney method in
+ * the endpoint interface (cheetorama), the method is not
+ * annotated with @WebMethod.
+ */
+@WebService(serviceName = "Bar3Service", endpointInterface = "Cheetorama")
+public class Bar3 {
+    @WebMethod
+    public boolean getNutty(int level, String detail) {
+        return (level > 5);
+    }
+
+    @WebMethod
+    public void goHome(long time) {
+        return;
+    }
+
+    public int dropMoney(int amount) {
+        return amount;
+    }
+}
+

Propchange: incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/src/web/Bar3.jws
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/web.xml?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/web.xml (original)
+++ incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/web.xml Tue Jun 14 12:36:38 2005
@@ -1,82 +1,82 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
-Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
-
-<web-app>
-
-  <display-name>beehive-wsm drt webapp</display-name>
-
-  <!-- configure beehive controls context -->    
-  <filter>
-    <filter-name>ControlFilter</filter-name>
-    <filter-class>org.apache.beehive.controls.runtime.servlet.ControlFilter</filter-class>
-  </filter>
-  <filter-mapping>
-    <filter-name>ControlFilter</filter-name>
-    <url-pattern>*.jws</url-pattern>
-  </filter-mapping>
-
-  <!-- configure SOAP stack -->
-  <listener>
-    <listener-class>org.apache.axis.transport.http.AxisHTTPSessionListener</listener-class>
-  </listener>
-  <servlet>
-    <servlet-name>AxisServlet</servlet-name>
-    <display-name>Apache-Axis Servlet</display-name>
-    <servlet-class>
-        org.apache.axis.transport.http.AxisServlet
-    </servlet-class>
-  </servlet>
-
- <!-- uncomment this if you want the admin servlet -->
- <!--
-  <servlet>
-    <servlet-name>AdminServlet</servlet-name>
-    <display-name>Axis Admin Servlet</display-name>
-    <servlet-class>
-        org.apache.axis.transport.http.AdminServlet
-    </servlet-class>
-    <load-on-startup>100</load-on-startup>
-  </servlet>
- -->
- 
-  <servlet-mapping>
-    <servlet-name>AxisServlet</servlet-name>
-    <url-pattern>*.jws</url-pattern>
-  </servlet-mapping>
-
- <!-- uncomment this if you want the admin servlet -->
- <!--
-  <servlet-mapping>
-    <servlet-name>AdminServlet</servlet-name>
-    <url-pattern>/servlet/AdminServlet</url-pattern>
-  </servlet-mapping>
- -->
-
-    <session-config>
-        <!-- Default to 5 minute session timeouts -->
-        <session-timeout>5</session-timeout>
-    </session-config>
-
-    <!-- currently the W3C havent settled on a media type for WSDL;
-    http://www.w3.org/TR/2003/WD-wsdl12-20030303/#ietf-draft
-    for now we go with the basic 'it's XML' response -->
-  <mime-mapping>
-    <extension>wsdl</extension>
-     <mime-type>text/xml</mime-type>
-  </mime-mapping>
-  
-
-  <mime-mapping>
-    <extension>xsd</extension>
-    <mime-type>text/xml</mime-type>
-  </mime-mapping>
-
-  <welcome-file-list id="WelcomeFileList">
-    <welcome-file>index.html</welcome-file>
-    <welcome-file>index.jsp</welcome-file>
-    <welcome-file>index.jws</welcome-file>
-  </welcome-file-list>
-
-</web-app>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
+Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
+
+<web-app>
+
+  <display-name>beehive-wsm drt webapp</display-name>
+
+  <!-- configure beehive controls context -->    
+  <filter>
+    <filter-name>ControlFilter</filter-name>
+    <filter-class>org.apache.beehive.controls.runtime.servlet.ControlFilter</filter-class>
+  </filter>
+  <filter-mapping>
+    <filter-name>ControlFilter</filter-name>
+    <url-pattern>*.jws</url-pattern>
+  </filter-mapping>
+
+  <!-- configure SOAP stack -->
+  <listener>
+    <listener-class>org.apache.axis.transport.http.AxisHTTPSessionListener</listener-class>
+  </listener>
+  <servlet>
+    <servlet-name>AxisServlet</servlet-name>
+    <display-name>Apache-Axis Servlet</display-name>
+    <servlet-class>
+        org.apache.axis.transport.http.AxisServlet
+    </servlet-class>
+  </servlet>
+
+ <!-- uncomment this if you want the admin servlet -->
+ <!--
+  <servlet>
+    <servlet-name>AdminServlet</servlet-name>
+    <display-name>Axis Admin Servlet</display-name>
+    <servlet-class>
+        org.apache.axis.transport.http.AdminServlet
+    </servlet-class>
+    <load-on-startup>100</load-on-startup>
+  </servlet>
+ -->
+ 
+  <servlet-mapping>
+    <servlet-name>AxisServlet</servlet-name>
+    <url-pattern>*.jws</url-pattern>
+  </servlet-mapping>
+
+ <!-- uncomment this if you want the admin servlet -->
+ <!--
+  <servlet-mapping>
+    <servlet-name>AdminServlet</servlet-name>
+    <url-pattern>/servlet/AdminServlet</url-pattern>
+  </servlet-mapping>
+ -->
+
+    <session-config>
+        <!-- Default to 5 minute session timeouts -->
+        <session-timeout>5</session-timeout>
+    </session-config>
+
+    <!-- currently the W3C havent settled on a media type for WSDL;
+    http://www.w3.org/TR/2003/WD-wsdl12-20030303/#ietf-draft
+    for now we go with the basic 'it's XML' response -->
+  <mime-mapping>
+    <extension>wsdl</extension>
+     <mime-type>text/xml</mime-type>
+  </mime-mapping>
+  
+
+  <mime-mapping>
+    <extension>xsd</extension>
+    <mime-type>text/xml</mime-type>
+  </mime-mapping>
+
+  <welcome-file-list id="WelcomeFileList">
+    <welcome-file>index.html</welcome-file>
+    <welcome-file>index.jsp</welcome-file>
+    <welcome-file>index.jws</welcome-file>
+  </welcome-file-list>
+
+</web-app>

Propchange: incubator/beehive/trunk/wsm/drt/webapp/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/beehive/trunk/wsm/schemas/soap.xsd
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/schemas/soap.xsd?rev=190652&r1=190651&r2=190652&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/schemas/soap.xsd (original)
+++ incubator/beehive/trunk/wsm/schemas/soap.xsd Tue Jun 14 12:36:38 2005
@@ -1,150 +1,150 @@
-<?xml version="1.0" encoding="UTF-8" ?> 
-<!-- 
- 
-Copyright 2001-2003 International Business Machines Corporation, Microsoft Corporation. All rights reserved.
-
-The presentation, distribution or other dissemination of the
-information contained herein by Microsoft is not a license,
-either expressly or impliedly, to any intellectual property owned or
-controlled by Microsoft.
-
-This document and the information contained herein is provided on an
-"AS IS" basis and to the maximum extent permitted by applicable law,
-Microsoft provides the document AS IS AND WITH ALL FAULTS, and hereby
-disclaims all other warranties and conditions, either express, implied
-or statutory, including, but not limited to, any (if any) implied
-warranties, duties or conditions of merchantability, of fitness for a
-particular purpose, of accuracy or completeness of responses, of
-results, of workmanlike effort, of lack of viruses, and of lack of
-negligence, all with regard to the document. ALSO, THERE IS NO
-WARRANTY OR CONDITION OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION,
-CORRESPONDENCE TO DESCRIPTION OR NON-INFRINGEMENT WITH REGARD TO THE
-DOCUMENT.
-
-IN NO EVENT WILL MICROSOFT BE LIABLE TO ANY OTHER PARTY FOR THE COST
-OF PROCURING SUBSTITUTE GOODS OR SERVICES, LOST PROFITS, LOSS OF USE,
-LOSS OF DATA, OR ANY INCIDENTAL, CONSEQUENTIAL, DIRECT, INDIRECT, OR
-SPECIAL DAMAGES WHETHER UNDER CONTRACT, TORT, WARRANTY, OR OTHERWISE,
-ARISING IN ANY WAY OUT OF THIS OR ANY OTHER AGREEMENT RELATING TO THIS
-DOCUMENT, WHETHER OR NOT SUCH PARTY HAD ADVANCE NOTICE OF THE
-POSSIBILITY OF SUCH DAMAGES.  
-
---> 
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-           xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-           xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
-           targetNamespace="http://schemas.xmlsoap.org/wsdl/soap/" >
-
-  <xs:import namespace = "http://schemas.xmlsoap.org/wsdl/" />
-
-  <xs:simpleType name="encodingStyle" >
-    <xs:annotation>
-      <xs:documentation>
-      "encodingStyle" indicates any canonicalization conventions followed in the contents of the containing element.  For example, the value "http://schemas.xmlsoap.org/soap/encoding/" indicates the pattern described in SOAP specification
-      </xs:documentation>
-    </xs:annotation>
-    <xs:list itemType="xs:anyURI" />
-  </xs:simpleType>
-
-  <xs:element name="binding" type="soap:tBinding" />
-  <xs:complexType name="tBinding" >
-    <xs:complexContent>
-      <xs:extension base="wsdl:tExtensibilityElement" >
-        <xs:attribute name="transport" type="xs:anyURI" use="required" />
-        <xs:attribute name="style" type="soap:tStyleChoice" use="optional" />
-      </xs:extension>
-    </xs:complexContent>
-  </xs:complexType>
-
-  <xs:simpleType name="tStyleChoice" >
-    <xs:restriction base="xs:string" >
-      <xs:enumeration value="rpc" />
-      <xs:enumeration value="document" />
-    </xs:restriction>
-  </xs:simpleType>
-
-  <xs:element name="operation" type="soap:tOperation" />
-  <xs:complexType name="tOperation" >
-    <xs:complexContent>
-      <xs:extension base="wsdl:tExtensibilityElement" >
-        <xs:attribute name="soapAction" type="xs:anyURI" use="optional" />
-        <xs:attribute name="style" type="soap:tStyleChoice" use="optional" />
-      </xs:extension>
-    </xs:complexContent>
-  </xs:complexType>
-
-  <xs:element name="body" type="soap:tBody" />
-  <xs:attributeGroup name="tBodyAttributes" >
-    <xs:attribute name="encodingStyle" type="soap:encodingStyle" use="optional" />	   
-    <xs:attribute name="use" type="soap:useChoice" use="optional" />
-    <xs:attribute name="namespace" type="xs:anyURI" use="optional" />
-  </xs:attributeGroup>
-  <xs:complexType name="tBody" >
-    <xs:complexContent>
-      <xs:extension base="wsdl:tExtensibilityElement" >
-        <xs:attribute name="parts" type="xs:NMTOKENS" use="optional" />
-        <xs:attributeGroup ref = "soap:tBodyAttributes" />
-      </xs:extension>
-    </xs:complexContent>
-  </xs:complexType>
-  
-  <xs:simpleType name="useChoice" >
-    <xs:restriction base="xs:string" >
-      <xs:enumeration value="literal" />
-      <xs:enumeration value="encoded" />
-    </xs:restriction>
-  </xs:simpleType>
-
-  <xs:element name="fault" type="soap:tFault" />
-  <xs:complexType name="tFaultRes" abstract="true" >
-    <xs:complexContent>
-      <xs:restriction base="soap:tBody" >
-	    <xs:attribute ref="wsdl:required" use="optional" /> 
-        <xs:attribute name="parts" type="xs:NMTOKENS" use="prohibited" />
-		<xs:attributeGroup ref="soap:tBodyAttributes" />
-      </xs:restriction>
-    </xs:complexContent>  	
-  </xs:complexType>
-  <xs:complexType name="tFault" >
-    <xs:complexContent>
-      <xs:extension base="soap:tFaultRes">
-        <xs:attribute name="name" type="xs:NCName" use="required" />
-      </xs:extension>
-    </xs:complexContent>
-  </xs:complexType>
-
-
-  <xs:element name="header" type="soap:tHeader" />
-  <xs:attributeGroup name="tHeaderAttributes" >
-    <xs:attribute name="message" type="xs:QName" use="required" />
-    <xs:attribute name="part" type="xs:NMTOKEN" use="required" />
-    <xs:attribute name="use" type="soap:useChoice" use="required" />
-    <xs:attribute name="encodingStyle" type="soap:encodingStyle" use="optional" />
-    <xs:attribute name="namespace" type="xs:anyURI" use="optional" />      
-  </xs:attributeGroup>
-  <xs:complexType name="tHeader" >
-    <xs:complexContent>
-      <xs:extension base="wsdl:tExtensibilityElement" >
-        <xs:sequence>
-          <xs:element ref="soap:headerfault" minOccurs="0" maxOccurs="unbounded" />
-        </xs:sequence>
-		<xs:attributeGroup ref="soap:tHeaderAttributes" />
-      </xs:extension>
-    </xs:complexContent>
-  </xs:complexType>
-
-  <xs:element name="headerfault" type="soap:tHeaderFault" />
-  <xs:complexType name="tHeaderFault" >
-	<xs:attributeGroup ref="soap:tHeaderAttributes" />
-  </xs:complexType>
-
-  <xs:element name="address" type="soap:tAddress" />
-  <xs:complexType name="tAddress" >
-    <xs:complexContent>
-      <xs:extension base="wsdl:tExtensibilityElement" >
-        <xs:attribute name="location" type="xs:anyURI" use="required" />
-      </xs:extension>
-    </xs:complexContent>
-  </xs:complexType>
-
+<?xml version="1.0" encoding="UTF-8" ?> 
+<!-- 
+ 
+Copyright 2001-2003 International Business Machines Corporation, Microsoft Corporation. All rights reserved.
+
+The presentation, distribution or other dissemination of the
+information contained herein by Microsoft is not a license,
+either expressly or impliedly, to any intellectual property owned or
+controlled by Microsoft.
+
+This document and the information contained herein is provided on an
+"AS IS" basis and to the maximum extent permitted by applicable law,
+Microsoft provides the document AS IS AND WITH ALL FAULTS, and hereby
+disclaims all other warranties and conditions, either express, implied
+or statutory, including, but not limited to, any (if any) implied
+warranties, duties or conditions of merchantability, of fitness for a
+particular purpose, of accuracy or completeness of responses, of
+results, of workmanlike effort, of lack of viruses, and of lack of
+negligence, all with regard to the document. ALSO, THERE IS NO
+WARRANTY OR CONDITION OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION,
+CORRESPONDENCE TO DESCRIPTION OR NON-INFRINGEMENT WITH REGARD TO THE
+DOCUMENT.
+
+IN NO EVENT WILL MICROSOFT BE LIABLE TO ANY OTHER PARTY FOR THE COST
+OF PROCURING SUBSTITUTE GOODS OR SERVICES, LOST PROFITS, LOSS OF USE,
+LOSS OF DATA, OR ANY INCIDENTAL, CONSEQUENTIAL, DIRECT, INDIRECT, OR
+SPECIAL DAMAGES WHETHER UNDER CONTRACT, TORT, WARRANTY, OR OTHERWISE,
+ARISING IN ANY WAY OUT OF THIS OR ANY OTHER AGREEMENT RELATING TO THIS
+DOCUMENT, WHETHER OR NOT SUCH PARTY HAD ADVANCE NOTICE OF THE
+POSSIBILITY OF SUCH DAMAGES.  
+
+--> 
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+           xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+           xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+           targetNamespace="http://schemas.xmlsoap.org/wsdl/soap/" >
+
+  <xs:import namespace = "http://schemas.xmlsoap.org/wsdl/" />
+
+  <xs:simpleType name="encodingStyle" >
+    <xs:annotation>
+      <xs:documentation>
+      "encodingStyle" indicates any canonicalization conventions followed in the contents of the containing element.  For example, the value "http://schemas.xmlsoap.org/soap/encoding/" indicates the pattern described in SOAP specification
+      </xs:documentation>
+    </xs:annotation>
+    <xs:list itemType="xs:anyURI" />
+  </xs:simpleType>
+
+  <xs:element name="binding" type="soap:tBinding" />
+  <xs:complexType name="tBinding" >
+    <xs:complexContent>
+      <xs:extension base="wsdl:tExtensibilityElement" >
+        <xs:attribute name="transport" type="xs:anyURI" use="required" />
+        <xs:attribute name="style" type="soap:tStyleChoice" use="optional" />
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <xs:simpleType name="tStyleChoice" >
+    <xs:restriction base="xs:string" >
+      <xs:enumeration value="rpc" />
+      <xs:enumeration value="document" />
+    </xs:restriction>
+  </xs:simpleType>
+
+  <xs:element name="operation" type="soap:tOperation" />
+  <xs:complexType name="tOperation" >
+    <xs:complexContent>
+      <xs:extension base="wsdl:tExtensibilityElement" >
+        <xs:attribute name="soapAction" type="xs:anyURI" use="optional" />
+        <xs:attribute name="style" type="soap:tStyleChoice" use="optional" />
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <xs:element name="body" type="soap:tBody" />
+  <xs:attributeGroup name="tBodyAttributes" >
+    <xs:attribute name="encodingStyle" type="soap:encodingStyle" use="optional" />	   
+    <xs:attribute name="use" type="soap:useChoice" use="optional" />
+    <xs:attribute name="namespace" type="xs:anyURI" use="optional" />
+  </xs:attributeGroup>
+  <xs:complexType name="tBody" >
+    <xs:complexContent>
+      <xs:extension base="wsdl:tExtensibilityElement" >
+        <xs:attribute name="parts" type="xs:NMTOKENS" use="optional" />
+        <xs:attributeGroup ref = "soap:tBodyAttributes" />
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+  
+  <xs:simpleType name="useChoice" >
+    <xs:restriction base="xs:string" >
+      <xs:enumeration value="literal" />
+      <xs:enumeration value="encoded" />
+    </xs:restriction>
+  </xs:simpleType>
+
+  <xs:element name="fault" type="soap:tFault" />
+  <xs:complexType name="tFaultRes" abstract="true" >
+    <xs:complexContent>
+      <xs:restriction base="soap:tBody" >
+	    <xs:attribute ref="wsdl:required" use="optional" /> 
+        <xs:attribute name="parts" type="xs:NMTOKENS" use="prohibited" />
+		<xs:attributeGroup ref="soap:tBodyAttributes" />
+      </xs:restriction>
+    </xs:complexContent>  	
+  </xs:complexType>
+  <xs:complexType name="tFault" >
+    <xs:complexContent>
+      <xs:extension base="soap:tFaultRes">
+        <xs:attribute name="name" type="xs:NCName" use="required" />
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+
+  <xs:element name="header" type="soap:tHeader" />
+  <xs:attributeGroup name="tHeaderAttributes" >
+    <xs:attribute name="message" type="xs:QName" use="required" />
+    <xs:attribute name="part" type="xs:NMTOKEN" use="required" />
+    <xs:attribute name="use" type="soap:useChoice" use="required" />
+    <xs:attribute name="encodingStyle" type="soap:encodingStyle" use="optional" />
+    <xs:attribute name="namespace" type="xs:anyURI" use="optional" />      
+  </xs:attributeGroup>
+  <xs:complexType name="tHeader" >
+    <xs:complexContent>
+      <xs:extension base="wsdl:tExtensibilityElement" >
+        <xs:sequence>
+          <xs:element ref="soap:headerfault" minOccurs="0" maxOccurs="unbounded" />
+        </xs:sequence>
+		<xs:attributeGroup ref="soap:tHeaderAttributes" />
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
+  <xs:element name="headerfault" type="soap:tHeaderFault" />
+  <xs:complexType name="tHeaderFault" >
+	<xs:attributeGroup ref="soap:tHeaderAttributes" />
+  </xs:complexType>
+
+  <xs:element name="address" type="soap:tAddress" />
+  <xs:complexType name="tAddress" >
+    <xs:complexContent>
+      <xs:extension base="wsdl:tExtensibilityElement" >
+        <xs:attribute name="location" type="xs:anyURI" use="required" />
+      </xs:extension>
+    </xs:complexContent>
+  </xs:complexType>
+
 </xs:schema>

Propchange: incubator/beehive/trunk/wsm/schemas/soap.xsd
------------------------------------------------------------------------------
    svn:eol-style = native