Sei sulla pagina 1di 38

### Eclipse Workspace Patch 1.

0
#P ner-endpoint
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSE
ndpoint.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
oint.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
oint.java (working copy)
@@ -0,0 +1,43 @@
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+import com.sopra.ner.adm.businessdelegate.ad090.protect.MyWebDelegate;
+import com.sopra.ner.adm.common.ad090.service.protect.IMyWebService;
+import com.sopra.ner.business.util.EndPointUtility;
+import com.sopra.ner.sup.wsendpoint.r019.service.protect.BusinessUserManagement
WSEndPoint;
+
+@WebService(name = "MyWebService", wsdlLocation = "WEB-INF/wsdl/MyWebWSEndpoint
Service.wsdl")
+@SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL,
parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)
+public class MyWebWSEndpoint
+ implements IMyWebService
+{
+ /**
+ * Logger.
+ */
+ private static Log logger = LogFactory.getLog(BusinessUserManagementWSEndPo
int.class);
+
+ /**
+ * {@inheritDoc}
+ */
+ @SuppressWarnings("rawtypes")
+ @Override
+ public String helloWebService(String pUserName)
+ {
+ String result = null;
+
+ // Prepare parameter
+ Object[] parameterArray = {pUserName};
+ Class[] parameterTypeArray = {String.class};
+ result =
+ ((String) EndPointUtility.manageEndPointMethodCallWithoutFunctional
ExceptionAndWithoutValidation(logger,
+ IMyWebService.OPERATION_HELLO_WEB_SERVICE, parameterArray, para
meterTypeArray,
+ MyWebDelegate.class.getCanonicalName(), this));
+ return result;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSE
ndpoint.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
oint.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
oint.java (working copy)
@@ -0,0 +1,43 @@
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+import com.sopra.ner.adm.businessdelegate.ad090.protect.MyWebDelegate;
+import com.sopra.ner.adm.common.ad090.service.protect.IMyWebService;
+import com.sopra.ner.business.util.EndPointUtility;
+import com.sopra.ner.sup.wsendpoint.r019.service.protect.BusinessUserManagement
WSEndPoint;
+
+@WebService(name = "MyWebService", wsdlLocation = "WEB-INF/wsdl/MyWebWSEndpoint
Service.wsdl")
+@SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL,
parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)
+public class MyWebWSEndpoint
+ implements IMyWebService
+{
+ /**
+ * Logger.
+ */
+ private static Log logger = LogFactory.getLog(BusinessUserManagementWSEndPo
int.class);
+
+ /**
+ * {@inheritDoc}
+ */
+ @SuppressWarnings("rawtypes")
+ @Override
+ public String helloWebService(String pUserName)
+ {
+ String result = null;
+
+ // Prepare parameter
+ Object[] parameterArray = {pUserName};
+ Class[] parameterTypeArray = {String.class};
+ result =
+ ((String) EndPointUtility.manageEndPointMethodCallWithoutFunctional
ExceptionAndWithoutValidation(logger,
+ IMyWebService.OPERATION_HELLO_WEB_SERVICE, parameterArray, para
meterTypeArray,
+ MyWebDelegate.class.getCanonicalName(), this));
+ return result;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSE
ndpoint.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
oint.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
oint.java (working copy)
@@ -0,0 +1,43 @@
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+import com.sopra.ner.adm.businessdelegate.ad090.protect.MyWebDelegate;
+import com.sopra.ner.adm.common.ad090.service.protect.IMyWebService;
+import com.sopra.ner.business.util.EndPointUtility;
+import com.sopra.ner.sup.wsendpoint.r019.service.protect.BusinessUserManagement
WSEndPoint;
+
+@WebService(name = "MyWebService", wsdlLocation = "WEB-INF/wsdl/MyWebWSEndpoint
Service.wsdl")
+@SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL,
parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)
+public class MyWebWSEndpoint
+ implements IMyWebService
+{
+ /**
+ * Logger.
+ */
+ private static Log logger = LogFactory.getLog(BusinessUserManagementWSEndPo
int.class);
+
+ /**
+ * {@inheritDoc}
+ */
+ @SuppressWarnings("rawtypes")
+ @Override
+ public String helloWebService(String pUserName)
+ {
+ String result = null;
+
+ // Prepare parameter
+ Object[] parameterArray = {pUserName};
+ Class[] parameterTypeArray = {String.class};
+ result =
+ ((String) EndPointUtility.manageEndPointMethodCallWithoutFunctional
ExceptionAndWithoutValidation(logger,
+ IMyWebService.OPERATION_HELLO_WEB_SERVICE, parameterArray, para
meterTypeArray,
+ MyWebDelegate.class.getCanonicalName(), this));
+ return result;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSE
ndpoint.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
oint.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
oint.java (working copy)
@@ -0,0 +1,43 @@
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+import com.sopra.ner.adm.businessdelegate.ad090.protect.MyWebDelegate;
+import com.sopra.ner.adm.common.ad090.service.protect.IMyWebService;
+import com.sopra.ner.business.util.EndPointUtility;
+import com.sopra.ner.sup.wsendpoint.r019.service.protect.BusinessUserManagement
WSEndPoint;
+
+@WebService(name = "MyWebService", wsdlLocation = "WEB-INF/wsdl/MyWebWSEndpoint
Service.wsdl")
+@SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL,
parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)
+public class MyWebWSEndpoint
+ implements IMyWebService
+{
+ /**
+ * Logger.
+ */
+ private static Log logger = LogFactory.getLog(BusinessUserManagementWSEndPo
int.class);
+
+ /**
+ * {@inheritDoc}
+ */
+ @SuppressWarnings("rawtypes")
+ @Override
+ public String helloWebService(String pUserName)
+ {
+ String result = null;
+
+ // Prepare parameter
+ Object[] parameterArray = {pUserName};
+ Class[] parameterTypeArray = {String.class};
+ result =
+ ((String) EndPointUtility.manageEndPointMethodCallWithoutFunctional
ExceptionAndWithoutValidation(logger,
+ IMyWebService.OPERATION_HELLO_WEB_SERVICE, parameterArray, para
meterTypeArray,
+ MyWebDelegate.class.getCanonicalName(), this));
+ return result;
+ }
+
+}
#P ner-ejb3
Index: src/main/java/com/sopra/ner/adm/ejb/ad090/service/protect/reportingadmini
stration/MyWSEjbBean.java
===================================================================
--- src/main/java/com/sopra/ner/adm/ejb/ad090/service/protect/reportingadministr
ation/MyWSEjbBean.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/ejb/ad090/service/protect/reportingadministr
ation/MyWSEjbBean.java (working copy)
@@ -0,0 +1,51 @@
+package com.sopra.ner.adm.ejb.ad090.service.protect.reportingadministration;
+
+import javax.ejb.Remote;
+import javax.ejb.Stateless;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+import com.sopra.ner.adm.business.ad090.service.protect.MyWebService;
+import com.sopra.ner.adm.common.ad090.service.protect.IMyWebService;
+import com.sopra.ner.adm.common.co140.service.protect.IEngineCommandService;
+import com.sopra.ner.business.util.EndPointUtility;
+
+/**
+ * Engine Command Ejb
+ */
+@Remote(IEngineCommandService.class)
+@Stateless
+public class MyWSEjbBean
+ implements IMyWebService
+{
+
+ /**
+ * Serial number.
+ */
+ private static final long serialVersionUID = 1L;
+
+ /**
+ * Logger.
+ */
+ private static Log logger = LogFactory.getLog(MyWSEjbBean.class);
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public String helloWebService(String pUserName)
+ {
+ String result = null;
+ // Prepare parameter
+ Object[] parameterArray = {pUserName};
+ Class<?>[] parameterTypeArray = {String.class};
+
+ MyWebService pojoService = new MyWebService();
+ result =
+ (String) EndPointUtility.manageEJBMethodCallWithoutFunctionalExcept
ion(logger, OPERATION_HELLO_WEB_SERVICE,
+ parameterArray, parameterTypeArray, pojoService, this);
+ return result;
+ }
+
+}
#P ner-businessdelegate
Index: src/main/java/com/sopra/ner/adm/businessdelegate/ad090/protect/MyWebDeleg
ate.java
===================================================================
--- src/main/java/com/sopra/ner/adm/businessdelegate/ad090/protect/MyWebDelegate
.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/businessdelegate/ad090/protect/MyWebDelegate
.java (working copy)
@@ -0,0 +1,50 @@
+package com.sopra.ner.adm.businessdelegate.ad090.protect;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+import com.sopra.framework.business.security.ESecurityFacadeBusiness;
+import com.sopra.framework.evolanservicecaller.AbstractDelegate;
+import com.sopra.framework.evolanservicecaller.exception.BusinessDelegateExcept
ionManager;
+import com.sopra.ner.adm.businessdelegate.rt010.protect.ReportingManagementDele
gate;
+import com.sopra.ner.adm.common.ad090.service.protect.IMyWebService;
+import com.sopra.ner.common.label.NERTechnicalExceptionLabelDelegate;
+
+public class MyWebDelegate
+ extends AbstractDelegate
+ implements IMyWebService
+{
+
+ /**
+ * Logger.
+ */
+ private static Log logger = LogFactory.getLog(ReportingManagementDelegate.c
lass);
+
+ /**
+ * Constructor.
+ */
+ public MyWebDelegate()
+ {
+ super(IMyWebService.class, "MyWebService", "neradm", logger);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public String helloWebService(String pUserName)
+ {
+ String result = null;
+ try
+ {
+ result = (String) perform(IMyWebService.OPERATION_HELLO_WEB_SERVICE
, new Object[] {pUserName});
+ }
+ catch (Throwable t)
+ {
+ BusinessDelegateExceptionManager.manage(NERTechnicalExceptionLabelD
elegate.EVO_NER_BD_00000001, t,
+ ESecurityFacadeBusiness.getCurrentServiceContext(), NERTechnica
lExceptionLabelDelegate.getInstance());
+ }
+ return result;
+ }
+
+}
#P ner-web
Index: ressources/jboss/web.xml
===================================================================
--- ressources/jboss/web.xml (revision 102629)
+++ ressources/jboss/web.xml (working copy)
@@ -172,4 +172,13 @@
<servlet-name>SR025BatchLauncherInternWSEndPoint</servlet-name>
<url-pattern>/SR025BatchLauncherInternWSEndPointService</url-pat
tern>
</servlet-mapping>
+
+ <servlet>
+ <servlet-name>MyWebWSEndpoint</servlet-name>
+ <servlet-class>com.sopra.ner.adm.wsendpoint.ad090.service.protec
t.MyWebWSEndpoint</servlet-class>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>MyWebWSEndpoint</servlet-name>
+ <url-pattern>/MyWebWSEndpointService</url-pattern>
+ </servlet-mapping>
</web-app>
\ No newline at end of file
Index: src/main/webapp/WEB-INF/wsdl/MyWebWSEndpointService.wsdl
===================================================================
--- src/main/webapp/WEB-INF/wsdl/MyWebWSEndpointService.wsdl (revision 0)
+++ src/main/webapp/WEB-INF/wsdl/MyWebWSEndpointService.wsdl (working copy)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-
WS RI 2.2.6b21 svn-revision#12959. -->
+<definitions targetNamespace="http://protect.service.ad090.wsendpoint.adm.ner.s
opra.com/" name="MyWebWSEndpointService" xmlns="http://schemas.xmlsoap.org/wsdl/
" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:tns="http://protect.service.a
d090.wsendpoint.adm.ner.sopra.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:soap="http://
schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing
/metadata" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-ws
security-utility-1.0.xsd">
+ <types>
+ <xs:schema version="1.0" targetNamespace="http://protect.service.ad090.wsen
dpoint.adm.ner.sopra.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+ <xs:element name="helloWebService" type="tns:helloWebService"/>
+
+ <xs:element name="helloWebServiceResponse" type="tns:helloWebServiceRespo
nse"/>
+
+ <xs:complexType name="helloWebService">
+ <xs:sequence>
+ <xs:element name="arg0" type="xs:string" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:complexType name="helloWebServiceResponse">
+ <xs:sequence>
+ <xs:element name="return" type="xs:string" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+</xs:schema>
+ </types>
+ <message name="helloWebService">
+ <part name="parameters" element="tns:helloWebService"/>
+ </message>
+ <message name="helloWebServiceResponse">
+ <part name="parameters" element="tns:helloWebServiceResponse"/>
+ </message>
+ <portType name="MyWebService">
+ <operation name="helloWebService">
+ <input wsam:Action="http://protect.service.ad090.wsendpoint.adm.ner.sopra
.com/MyWebService/helloWebServiceRequest" message="tns:helloWebService"/>
+ <output wsam:Action="http://protect.service.ad090.wsendpoint.adm.ner.sopr
a.com/MyWebService/helloWebServiceResponse" message="tns:helloWebServiceResponse
"/>
+ </operation>
+ </portType>
+ <binding name="MyWebServicePortBinding" type="tns:MyWebService">
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="docum
ent"/>
+ <operation name="helloWebService">
+ <soap:operation soapAction=""/>
+ <input>
+ <soap:body use="literal"/>
+ </input>
+ <output>
+ <soap:body use="literal"/>
+ </output>
+ </operation>
+ </binding>
+ <service name="MyWebWSEndpointService">
+ <port name="MyWebServicePort" binding="tns:MyWebServicePortBinding">
+ <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
+ </port>
+ </service>
+</definitions>
+
#P ner-jaxwsclient
Index: src/main/resources/jaxb-binding/MyWebWSEndPointServiceBinding.xml
===================================================================
--- src/main/resources/jaxb-binding/MyWebWSEndPointServiceBinding.xml (revisio
n 0)
+++ src/main/resources/jaxb-binding/MyWebWSEndPointServiceBinding.xml (working
copy)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jaxws:bindings xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:jaxws="http
://java.sun.com/xml/ns/jaxws" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" jaxb:
version="2.1"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <jaxws:bindings node="wsdl:definitions/wsdl:types/xs:schema">
+
+ </jaxws:bindings>
+</jaxws:bindings>
\ No newline at end of file
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWeb
Service.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
vice.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
vice.java (working copy)
@@ -0,0 +1,60 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for helloWebService complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained wi
thin this class.
+ *
+ * <pre>
+ * &lt;complexType name="helloWebService">
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="arg0" type="{http://www.w3.org/2001/XMLSchema}stri
ng" minOccurs="0"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "helloWebService", propOrder = {
+ "arg0"
+})
+public class HelloWebService {
+
+ protected String arg0;
+
+ /**
+ * Gets the value of the arg0 property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getArg0() {
+ return arg0;
+ }
+
+ /**
+ * Sets the value of the arg0 property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setArg0(String value) {
+ this.arg0 = value;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWeb
ServiceResponse.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
viceResponse.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
viceResponse.java (working copy)
@@ -0,0 +1,62 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for helloWebServiceResponse complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained wi
thin this class.
+ *
+ * <pre>
+ * &lt;complexType name="helloWebServiceResponse">
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="return" type="{http://www.w3.org/2001/XMLSchema}st
ring" minOccurs="0"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "helloWebServiceResponse", propOrder = {
+ "_return"
+})
+public class HelloWebServiceResponse {
+
+ @XmlElement(name = "return")
+ protected String _return;
+
+ /**
+ * Gets the value of the return property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getReturn() {
+ return _return;
+ }
+
+ /**
+ * Sets the value of the return property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setReturn(String value) {
+ this._return = value;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebSer
vice.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebServic
e.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebServic
e.java (working copy)
@@ -0,0 +1,40 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.6b21
+ * Generated source version: 2.1
+ *
+ */
+@WebService(name = "MyWebService", targetNamespace = "http://protect.service.ad
090.wsendpoint.adm.ner.sopra.com/")
+@XmlSeeAlso({
+ ObjectFactory.class
+})
+public interface MyWebService {
+
+
+ /**
+ *
+ * @param arg0
+ * @return
+ * returns java.lang.String
+ */
+ @WebMethod
+ @WebResult(targetNamespace = "")
+ @RequestWrapper(localName = "helloWebService", targetNamespace = "http://pr
otect.service.ad090.wsendpoint.adm.ner.sopra.com/", className = "com.sopra.ner.a
dm.wsendpoint.ad090.service.protect.HelloWebService")
+ @ResponseWrapper(localName = "helloWebServiceResponse", targetNamespace = "
http://protect.service.ad090.wsendpoint.adm.ner.sopra.com/", className = "com.so
pra.ner.adm.wsendpoint.ad090.service.protect.HelloWebServiceResponse")
+ public String helloWebService(
+ @WebParam(name = "arg0", targetNamespace = "")
+ String arg0);
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSE
ndpointService.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
ointService.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
ointService.java (working copy)
@@ -0,0 +1,78 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+import javax.xml.ws.WebEndpoint;
+import javax.xml.ws.WebServiceClient;
+import javax.xml.ws.WebServiceException;
+import javax.xml.ws.WebServiceFeature;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.6b21
+ * Generated source version: 2.1
+ *
+ */
+@WebServiceClient(name = "MyWebWSEndpointService", targetNamespace = "http://pr
otect.service.ad090.wsendpoint.adm.ner.sopra.com/", wsdlLocation = "file:/D:/pro
jects/prj-ner/trunk/workspace/ner-web/src/main/webapp/WEB-INF/wsdl/MyWebWSEndpoi
ntService.wsdl")
+public class MyWebWSEndpointService
+ extends Service
+{
+
+ private final static URL MYWEBWSENDPOINTSERVICE_WSDL_LOCATION;
+ private final static WebServiceException MYWEBWSENDPOINTSERVICE_EXCEPTION;
+ private final static QName MYWEBWSENDPOINTSERVICE_QNAME = new QName("http:/
/protect.service.ad090.wsendpoint.adm.ner.sopra.com/", "MyWebWSEndpointService")
;
+
+ static {
+ URL url = null;
+ WebServiceException e = null;
+ try {
+ url = new URL("file:/D:/projects/prj-ner/trunk/workspace/ner-web/sr
c/main/webapp/WEB-INF/wsdl/MyWebWSEndpointService.wsdl");
+ } catch (MalformedURLException ex) {
+ e = new WebServiceException(ex);
+ }
+ MYWEBWSENDPOINTSERVICE_WSDL_LOCATION = url;
+ MYWEBWSENDPOINTSERVICE_EXCEPTION = e;
+ }
+
+ public MyWebWSEndpointService() {
+ super(__getWsdlLocation(), MYWEBWSENDPOINTSERVICE_QNAME);
+ }
+
+ public MyWebWSEndpointService(URL wsdlLocation, QName serviceName) {
+ super(wsdlLocation, serviceName);
+ }
+
+ /**
+ *
+ * @return
+ * returns MyWebService
+ */
+ @WebEndpoint(name = "MyWebServicePort")
+ public MyWebService getMyWebServicePort() {
+ return super.getPort(new QName("http://protect.service.ad090.wsendpoint
.adm.ner.sopra.com/", "MyWebServicePort"), MyWebService.class);
+ }
+
+ /**
+ *
+ * @param features
+ * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the
proxy. Supported features not in the <code>features</code> parameter will have
their default values.
+ * @return
+ * returns MyWebService
+ */
+ @WebEndpoint(name = "MyWebServicePort")
+ public MyWebService getMyWebServicePort(WebServiceFeature... features) {
+ return super.getPort(new QName("http://protect.service.ad090.wsendpoint
.adm.ner.sopra.com/", "MyWebServicePort"), MyWebService.class, features);
+ }
+
+ private static URL __getWsdlLocation() {
+ if (MYWEBWSENDPOINTSERVICE_EXCEPTION!= null) {
+ throw MYWEBWSENDPOINTSERVICE_EXCEPTION;
+ }
+ return MYWEBWSENDPOINTSERVICE_WSDL_LOCATION;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/ObjectFa
ctory.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/ObjectFacto
ry.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/ObjectFacto
ry.java (working copy)
@@ -0,0 +1,71 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each
+ * Java content interface and Java element interface
+ * generated in the com.sopra.ner.adm.wsendpoint.ad090.service.protect package.

+ * <p>An ObjectFactory allows you to programatically
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
+ * provided in this class.
+ *
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+ private final static QName _HelloWebServiceResponse_QNAME = new QName("http
://protect.service.ad090.wsendpoint.adm.ner.sopra.com/", "helloWebServiceRespons
e");
+ private final static QName _HelloWebService_QNAME = new QName("http://prote
ct.service.ad090.wsendpoint.adm.ner.sopra.com/", "helloWebService");
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of s
chema derived classes for package: com.sopra.ner.adm.wsendpoint.ad090.service.pr
otect
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link HelloWebService }
+ *
+ */
+ public HelloWebService createHelloWebService() {
+ return new HelloWebService();
+ }
+
+ /**
+ * Create an instance of {@link HelloWebServiceResponse }
+ *
+ */
+ public HelloWebServiceResponse createHelloWebServiceResponse() {
+ return new HelloWebServiceResponse();
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link HelloWebServic
eResponse }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://protect.service.ad090.wsendpoint.adm.ne
r.sopra.com/", name = "helloWebServiceResponse")
+ public JAXBElement<HelloWebServiceResponse> createHelloWebServiceResponse(H
elloWebServiceResponse value) {
+ return new JAXBElement<HelloWebServiceResponse>(_HelloWebServiceRespons
e_QNAME, HelloWebServiceResponse.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link HelloWebServic
e }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://protect.service.ad090.wsendpoint.adm.ne
r.sopra.com/", name = "helloWebService")
+ public JAXBElement<HelloWebService> createHelloWebService(HelloWebService v
alue) {
+ return new JAXBElement<HelloWebService>(_HelloWebService_QNAME, HelloWe
bService.class, null, value);
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/package-
info.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/package-inf
o.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/package-inf
o.java (working copy)
@@ -0,0 +1,2 @@
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://protect.service.ad090.
wsendpoint.adm.ner.sopra.com/")
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/package-
info.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/package-inf
o.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/package-inf
o.java (working copy)
@@ -0,0 +1,2 @@
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://protect.service.ad090.
wsendpoint.adm.ner.sopra.com/")
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/ObjectFa
ctory.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/ObjectFacto
ry.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/ObjectFacto
ry.java (working copy)
@@ -0,0 +1,71 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each
+ * Java content interface and Java element interface
+ * generated in the com.sopra.ner.adm.wsendpoint.ad090.service.protect package.

+ * <p>An ObjectFactory allows you to programatically
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
+ * provided in this class.
+ *
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+ private final static QName _HelloWebServiceResponse_QNAME = new QName("http
://protect.service.ad090.wsendpoint.adm.ner.sopra.com/", "helloWebServiceRespons
e");
+ private final static QName _HelloWebService_QNAME = new QName("http://prote
ct.service.ad090.wsendpoint.adm.ner.sopra.com/", "helloWebService");
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of s
chema derived classes for package: com.sopra.ner.adm.wsendpoint.ad090.service.pr
otect
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link HelloWebService }
+ *
+ */
+ public HelloWebService createHelloWebService() {
+ return new HelloWebService();
+ }
+
+ /**
+ * Create an instance of {@link HelloWebServiceResponse }
+ *
+ */
+ public HelloWebServiceResponse createHelloWebServiceResponse() {
+ return new HelloWebServiceResponse();
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link HelloWebServic
eResponse }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://protect.service.ad090.wsendpoint.adm.ne
r.sopra.com/", name = "helloWebServiceResponse")
+ public JAXBElement<HelloWebServiceResponse> createHelloWebServiceResponse(H
elloWebServiceResponse value) {
+ return new JAXBElement<HelloWebServiceResponse>(_HelloWebServiceRespons
e_QNAME, HelloWebServiceResponse.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link HelloWebServic
e }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://protect.service.ad090.wsendpoint.adm.ne
r.sopra.com/", name = "helloWebService")
+ public JAXBElement<HelloWebService> createHelloWebService(HelloWebService v
alue) {
+ return new JAXBElement<HelloWebService>(_HelloWebService_QNAME, HelloWe
bService.class, null, value);
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSE
ndpointService.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
ointService.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
ointService.java (working copy)
@@ -0,0 +1,78 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+import javax.xml.ws.WebEndpoint;
+import javax.xml.ws.WebServiceClient;
+import javax.xml.ws.WebServiceException;
+import javax.xml.ws.WebServiceFeature;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.6b21
+ * Generated source version: 2.1
+ *
+ */
+@WebServiceClient(name = "MyWebWSEndpointService", targetNamespace = "http://pr
otect.service.ad090.wsendpoint.adm.ner.sopra.com/", wsdlLocation = "file:/D:/pro
jects/prj-ner/trunk/workspace/ner-web/src/main/webapp/WEB-INF/wsdl/MyWebWSEndpoi
ntService.wsdl")
+public class MyWebWSEndpointService
+ extends Service
+{
+
+ private final static URL MYWEBWSENDPOINTSERVICE_WSDL_LOCATION;
+ private final static WebServiceException MYWEBWSENDPOINTSERVICE_EXCEPTION;
+ private final static QName MYWEBWSENDPOINTSERVICE_QNAME = new QName("http:/
/protect.service.ad090.wsendpoint.adm.ner.sopra.com/", "MyWebWSEndpointService")
;
+
+ static {
+ URL url = null;
+ WebServiceException e = null;
+ try {
+ url = new URL("file:/D:/projects/prj-ner/trunk/workspace/ner-web/sr
c/main/webapp/WEB-INF/wsdl/MyWebWSEndpointService.wsdl");
+ } catch (MalformedURLException ex) {
+ e = new WebServiceException(ex);
+ }
+ MYWEBWSENDPOINTSERVICE_WSDL_LOCATION = url;
+ MYWEBWSENDPOINTSERVICE_EXCEPTION = e;
+ }
+
+ public MyWebWSEndpointService() {
+ super(__getWsdlLocation(), MYWEBWSENDPOINTSERVICE_QNAME);
+ }
+
+ public MyWebWSEndpointService(URL wsdlLocation, QName serviceName) {
+ super(wsdlLocation, serviceName);
+ }
+
+ /**
+ *
+ * @return
+ * returns MyWebService
+ */
+ @WebEndpoint(name = "MyWebServicePort")
+ public MyWebService getMyWebServicePort() {
+ return super.getPort(new QName("http://protect.service.ad090.wsendpoint
.adm.ner.sopra.com/", "MyWebServicePort"), MyWebService.class);
+ }
+
+ /**
+ *
+ * @param features
+ * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the
proxy. Supported features not in the <code>features</code> parameter will have
their default values.
+ * @return
+ * returns MyWebService
+ */
+ @WebEndpoint(name = "MyWebServicePort")
+ public MyWebService getMyWebServicePort(WebServiceFeature... features) {
+ return super.getPort(new QName("http://protect.service.ad090.wsendpoint
.adm.ner.sopra.com/", "MyWebServicePort"), MyWebService.class, features);
+ }
+
+ private static URL __getWsdlLocation() {
+ if (MYWEBWSENDPOINTSERVICE_EXCEPTION!= null) {
+ throw MYWEBWSENDPOINTSERVICE_EXCEPTION;
+ }
+ return MYWEBWSENDPOINTSERVICE_WSDL_LOCATION;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWeb
Service.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
vice.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
vice.java (working copy)
@@ -0,0 +1,60 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for helloWebService complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained wi
thin this class.
+ *
+ * <pre>
+ * &lt;complexType name="helloWebService">
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="arg0" type="{http://www.w3.org/2001/XMLSchema}stri
ng" minOccurs="0"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "helloWebService", propOrder = {
+ "arg0"
+})
+public class HelloWebService {
+
+ protected String arg0;
+
+ /**
+ * Gets the value of the arg0 property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getArg0() {
+ return arg0;
+ }
+
+ /**
+ * Sets the value of the arg0 property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setArg0(String value) {
+ this.arg0 = value;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWeb
ServiceResponse.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
viceResponse.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
viceResponse.java (working copy)
@@ -0,0 +1,62 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for helloWebServiceResponse complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained wi
thin this class.
+ *
+ * <pre>
+ * &lt;complexType name="helloWebServiceResponse">
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="return" type="{http://www.w3.org/2001/XMLSchema}st
ring" minOccurs="0"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "helloWebServiceResponse", propOrder = {
+ "_return"
+})
+public class HelloWebServiceResponse {
+
+ @XmlElement(name = "return")
+ protected String _return;
+
+ /**
+ * Gets the value of the return property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getReturn() {
+ return _return;
+ }
+
+ /**
+ * Sets the value of the return property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setReturn(String value) {
+ this._return = value;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebSer
vice.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebServic
e.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebServic
e.java (working copy)
@@ -0,0 +1,40 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.6b21
+ * Generated source version: 2.1
+ *
+ */
+@WebService(name = "MyWebService", targetNamespace = "http://protect.service.ad
090.wsendpoint.adm.ner.sopra.com/")
+@XmlSeeAlso({
+ ObjectFactory.class
+})
+public interface MyWebService {
+
+
+ /**
+ *
+ * @param arg0
+ * @return
+ * returns java.lang.String
+ */
+ @WebMethod
+ @WebResult(targetNamespace = "")
+ @RequestWrapper(localName = "helloWebService", targetNamespace = "http://pr
otect.service.ad090.wsendpoint.adm.ner.sopra.com/", className = "com.sopra.ner.a
dm.wsendpoint.ad090.service.protect.HelloWebService")
+ @ResponseWrapper(localName = "helloWebServiceResponse", targetNamespace = "
http://protect.service.ad090.wsendpoint.adm.ner.sopra.com/", className = "com.so
pra.ner.adm.wsendpoint.ad090.service.protect.HelloWebServiceResponse")
+ public String helloWebService(
+ @WebParam(name = "arg0", targetNamespace = "")
+ String arg0);
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSE
ndpointService.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
ointService.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
ointService.java (working copy)
@@ -0,0 +1,78 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+import javax.xml.ws.WebEndpoint;
+import javax.xml.ws.WebServiceClient;
+import javax.xml.ws.WebServiceException;
+import javax.xml.ws.WebServiceFeature;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.6b21
+ * Generated source version: 2.1
+ *
+ */
+@WebServiceClient(name = "MyWebWSEndpointService", targetNamespace = "http://pr
otect.service.ad090.wsendpoint.adm.ner.sopra.com/", wsdlLocation = "file:/D:/pro
jects/prj-ner/trunk/workspace/ner-web/src/main/webapp/WEB-INF/wsdl/MyWebWSEndpoi
ntService.wsdl")
+public class MyWebWSEndpointService
+ extends Service
+{
+
+ private final static URL MYWEBWSENDPOINTSERVICE_WSDL_LOCATION;
+ private final static WebServiceException MYWEBWSENDPOINTSERVICE_EXCEPTION;
+ private final static QName MYWEBWSENDPOINTSERVICE_QNAME = new QName("http:/
/protect.service.ad090.wsendpoint.adm.ner.sopra.com/", "MyWebWSEndpointService")
;
+
+ static {
+ URL url = null;
+ WebServiceException e = null;
+ try {
+ url = new URL("file:/D:/projects/prj-ner/trunk/workspace/ner-web/sr
c/main/webapp/WEB-INF/wsdl/MyWebWSEndpointService.wsdl");
+ } catch (MalformedURLException ex) {
+ e = new WebServiceException(ex);
+ }
+ MYWEBWSENDPOINTSERVICE_WSDL_LOCATION = url;
+ MYWEBWSENDPOINTSERVICE_EXCEPTION = e;
+ }
+
+ public MyWebWSEndpointService() {
+ super(__getWsdlLocation(), MYWEBWSENDPOINTSERVICE_QNAME);
+ }
+
+ public MyWebWSEndpointService(URL wsdlLocation, QName serviceName) {
+ super(wsdlLocation, serviceName);
+ }
+
+ /**
+ *
+ * @return
+ * returns MyWebService
+ */
+ @WebEndpoint(name = "MyWebServicePort")
+ public MyWebService getMyWebServicePort() {
+ return super.getPort(new QName("http://protect.service.ad090.wsendpoint
.adm.ner.sopra.com/", "MyWebServicePort"), MyWebService.class);
+ }
+
+ /**
+ *
+ * @param features
+ * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the
proxy. Supported features not in the <code>features</code> parameter will have
their default values.
+ * @return
+ * returns MyWebService
+ */
+ @WebEndpoint(name = "MyWebServicePort")
+ public MyWebService getMyWebServicePort(WebServiceFeature... features) {
+ return super.getPort(new QName("http://protect.service.ad090.wsendpoint
.adm.ner.sopra.com/", "MyWebServicePort"), MyWebService.class, features);
+ }
+
+ private static URL __getWsdlLocation() {
+ if (MYWEBWSENDPOINTSERVICE_EXCEPTION!= null) {
+ throw MYWEBWSENDPOINTSERVICE_EXCEPTION;
+ }
+ return MYWEBWSENDPOINTSERVICE_WSDL_LOCATION;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/ObjectFa
ctory.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/ObjectFacto
ry.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/ObjectFacto
ry.java (working copy)
@@ -0,0 +1,71 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each
+ * Java content interface and Java element interface
+ * generated in the com.sopra.ner.adm.wsendpoint.ad090.service.protect package.

+ * <p>An ObjectFactory allows you to programatically
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
+ * provided in this class.
+ *
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+ private final static QName _HelloWebServiceResponse_QNAME = new QName("http
://protect.service.ad090.wsendpoint.adm.ner.sopra.com/", "helloWebServiceRespons
e");
+ private final static QName _HelloWebService_QNAME = new QName("http://prote
ct.service.ad090.wsendpoint.adm.ner.sopra.com/", "helloWebService");
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of s
chema derived classes for package: com.sopra.ner.adm.wsendpoint.ad090.service.pr
otect
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link HelloWebService }
+ *
+ */
+ public HelloWebService createHelloWebService() {
+ return new HelloWebService();
+ }
+
+ /**
+ * Create an instance of {@link HelloWebServiceResponse }
+ *
+ */
+ public HelloWebServiceResponse createHelloWebServiceResponse() {
+ return new HelloWebServiceResponse();
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link HelloWebServic
eResponse }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://protect.service.ad090.wsendpoint.adm.ne
r.sopra.com/", name = "helloWebServiceResponse")
+ public JAXBElement<HelloWebServiceResponse> createHelloWebServiceResponse(H
elloWebServiceResponse value) {
+ return new JAXBElement<HelloWebServiceResponse>(_HelloWebServiceRespons
e_QNAME, HelloWebServiceResponse.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link HelloWebServic
e }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://protect.service.ad090.wsendpoint.adm.ne
r.sopra.com/", name = "helloWebService")
+ public JAXBElement<HelloWebService> createHelloWebService(HelloWebService v
alue) {
+ return new JAXBElement<HelloWebService>(_HelloWebService_QNAME, HelloWe
bService.class, null, value);
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/package-
info.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/package-inf
o.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/package-inf
o.java (working copy)
@@ -0,0 +1,2 @@
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://protect.service.ad090.
wsendpoint.adm.ner.sopra.com/")
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWeb
Service.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
vice.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
vice.java (working copy)
@@ -0,0 +1,60 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for helloWebService complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained wi
thin this class.
+ *
+ * <pre>
+ * &lt;complexType name="helloWebService">
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="arg0" type="{http://www.w3.org/2001/XMLSchema}stri
ng" minOccurs="0"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "helloWebService", propOrder = {
+ "arg0"
+})
+public class HelloWebService {
+
+ protected String arg0;
+
+ /**
+ * Gets the value of the arg0 property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getArg0() {
+ return arg0;
+ }
+
+ /**
+ * Sets the value of the arg0 property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setArg0(String value) {
+ this.arg0 = value;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWeb
ServiceResponse.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
viceResponse.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
viceResponse.java (working copy)
@@ -0,0 +1,62 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for helloWebServiceResponse complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained wi
thin this class.
+ *
+ * <pre>
+ * &lt;complexType name="helloWebServiceResponse">
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="return" type="{http://www.w3.org/2001/XMLSchema}st
ring" minOccurs="0"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "helloWebServiceResponse", propOrder = {
+ "_return"
+})
+public class HelloWebServiceResponse {
+
+ @XmlElement(name = "return")
+ protected String _return;
+
+ /**
+ * Gets the value of the return property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getReturn() {
+ return _return;
+ }
+
+ /**
+ * Sets the value of the return property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setReturn(String value) {
+ this._return = value;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebSer
vice.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebServic
e.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebServic
e.java (working copy)
@@ -0,0 +1,40 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.6b21
+ * Generated source version: 2.1
+ *
+ */
+@WebService(name = "MyWebService", targetNamespace = "http://protect.service.ad
090.wsendpoint.adm.ner.sopra.com/")
+@XmlSeeAlso({
+ ObjectFactory.class
+})
+public interface MyWebService {
+
+
+ /**
+ *
+ * @param arg0
+ * @return
+ * returns java.lang.String
+ */
+ @WebMethod
+ @WebResult(targetNamespace = "")
+ @RequestWrapper(localName = "helloWebService", targetNamespace = "http://pr
otect.service.ad090.wsendpoint.adm.ner.sopra.com/", className = "com.sopra.ner.a
dm.wsendpoint.ad090.service.protect.HelloWebService")
+ @ResponseWrapper(localName = "helloWebServiceResponse", targetNamespace = "
http://protect.service.ad090.wsendpoint.adm.ner.sopra.com/", className = "com.so
pra.ner.adm.wsendpoint.ad090.service.protect.HelloWebServiceResponse")
+ public String helloWebService(
+ @WebParam(name = "arg0", targetNamespace = "")
+ String arg0);
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSE
ndpointService.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
ointService.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebWSEndp
ointService.java (working copy)
@@ -0,0 +1,78 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+import javax.xml.ws.WebEndpoint;
+import javax.xml.ws.WebServiceClient;
+import javax.xml.ws.WebServiceException;
+import javax.xml.ws.WebServiceFeature;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.6b21
+ * Generated source version: 2.1
+ *
+ */
+@WebServiceClient(name = "MyWebWSEndpointService", targetNamespace = "http://pr
otect.service.ad090.wsendpoint.adm.ner.sopra.com/", wsdlLocation = "file:/D:/pro
jects/prj-ner/trunk/workspace/ner-web/src/main/webapp/WEB-INF/wsdl/MyWebWSEndpoi
ntService.wsdl")
+public class MyWebWSEndpointService
+ extends Service
+{
+
+ private final static URL MYWEBWSENDPOINTSERVICE_WSDL_LOCATION;
+ private final static WebServiceException MYWEBWSENDPOINTSERVICE_EXCEPTION;
+ private final static QName MYWEBWSENDPOINTSERVICE_QNAME = new QName("http:/
/protect.service.ad090.wsendpoint.adm.ner.sopra.com/", "MyWebWSEndpointService")
;
+
+ static {
+ URL url = null;
+ WebServiceException e = null;
+ try {
+ url = new URL("file:/D:/projects/prj-ner/trunk/workspace/ner-web/sr
c/main/webapp/WEB-INF/wsdl/MyWebWSEndpointService.wsdl");
+ } catch (MalformedURLException ex) {
+ e = new WebServiceException(ex);
+ }
+ MYWEBWSENDPOINTSERVICE_WSDL_LOCATION = url;
+ MYWEBWSENDPOINTSERVICE_EXCEPTION = e;
+ }
+
+ public MyWebWSEndpointService() {
+ super(__getWsdlLocation(), MYWEBWSENDPOINTSERVICE_QNAME);
+ }
+
+ public MyWebWSEndpointService(URL wsdlLocation, QName serviceName) {
+ super(wsdlLocation, serviceName);
+ }
+
+ /**
+ *
+ * @return
+ * returns MyWebService
+ */
+ @WebEndpoint(name = "MyWebServicePort")
+ public MyWebService getMyWebServicePort() {
+ return super.getPort(new QName("http://protect.service.ad090.wsendpoint
.adm.ner.sopra.com/", "MyWebServicePort"), MyWebService.class);
+ }
+
+ /**
+ *
+ * @param features
+ * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the
proxy. Supported features not in the <code>features</code> parameter will have
their default values.
+ * @return
+ * returns MyWebService
+ */
+ @WebEndpoint(name = "MyWebServicePort")
+ public MyWebService getMyWebServicePort(WebServiceFeature... features) {
+ return super.getPort(new QName("http://protect.service.ad090.wsendpoint
.adm.ner.sopra.com/", "MyWebServicePort"), MyWebService.class, features);
+ }
+
+ private static URL __getWsdlLocation() {
+ if (MYWEBWSENDPOINTSERVICE_EXCEPTION!= null) {
+ throw MYWEBWSENDPOINTSERVICE_EXCEPTION;
+ }
+ return MYWEBWSENDPOINTSERVICE_WSDL_LOCATION;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/ObjectFa
ctory.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/ObjectFacto
ry.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/ObjectFacto
ry.java (working copy)
@@ -0,0 +1,71 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each
+ * Java content interface and Java element interface
+ * generated in the com.sopra.ner.adm.wsendpoint.ad090.service.protect package.

+ * <p>An ObjectFactory allows you to programatically
+ * construct new instances of the Java representation
+ * for XML content. The Java representation of XML
+ * content can consist of schema derived interfaces
+ * and classes representing the binding of schema
+ * type definitions, element declarations and model
+ * groups. Factory methods for each of these are
+ * provided in this class.
+ *
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+ private final static QName _HelloWebServiceResponse_QNAME = new QName("http
://protect.service.ad090.wsendpoint.adm.ner.sopra.com/", "helloWebServiceRespons
e");
+ private final static QName _HelloWebService_QNAME = new QName("http://prote
ct.service.ad090.wsendpoint.adm.ner.sopra.com/", "helloWebService");
+
+ /**
+ * Create a new ObjectFactory that can be used to create new instances of s
chema derived classes for package: com.sopra.ner.adm.wsendpoint.ad090.service.pr
otect
+ *
+ */
+ public ObjectFactory() {
+ }
+
+ /**
+ * Create an instance of {@link HelloWebService }
+ *
+ */
+ public HelloWebService createHelloWebService() {
+ return new HelloWebService();
+ }
+
+ /**
+ * Create an instance of {@link HelloWebServiceResponse }
+ *
+ */
+ public HelloWebServiceResponse createHelloWebServiceResponse() {
+ return new HelloWebServiceResponse();
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link HelloWebServic
eResponse }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://protect.service.ad090.wsendpoint.adm.ne
r.sopra.com/", name = "helloWebServiceResponse")
+ public JAXBElement<HelloWebServiceResponse> createHelloWebServiceResponse(H
elloWebServiceResponse value) {
+ return new JAXBElement<HelloWebServiceResponse>(_HelloWebServiceRespons
e_QNAME, HelloWebServiceResponse.class, null, value);
+ }
+
+ /**
+ * Create an instance of {@link JAXBElement }{@code <}{@link HelloWebServic
e }{@code >}}
+ *
+ */
+ @XmlElementDecl(namespace = "http://protect.service.ad090.wsendpoint.adm.ne
r.sopra.com/", name = "helloWebService")
+ public JAXBElement<HelloWebService> createHelloWebService(HelloWebService v
alue) {
+ return new JAXBElement<HelloWebService>(_HelloWebService_QNAME, HelloWe
bService.class, null, value);
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/package-
info.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/package-inf
o.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/package-inf
o.java (working copy)
@@ -0,0 +1,2 @@
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://protect.service.ad090.
wsendpoint.adm.ner.sopra.com/")
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebSer
vice.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebServic
e.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/MyWebServic
e.java (working copy)
@@ -0,0 +1,40 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.2.6b21
+ * Generated source version: 2.1
+ *
+ */
+@WebService(name = "MyWebService", targetNamespace = "http://protect.service.ad
090.wsendpoint.adm.ner.sopra.com/")
+@XmlSeeAlso({
+ ObjectFactory.class
+})
+public interface MyWebService {
+
+
+ /**
+ *
+ * @param arg0
+ * @return
+ * returns java.lang.String
+ */
+ @WebMethod
+ @WebResult(targetNamespace = "")
+ @RequestWrapper(localName = "helloWebService", targetNamespace = "http://pr
otect.service.ad090.wsendpoint.adm.ner.sopra.com/", className = "com.sopra.ner.a
dm.wsendpoint.ad090.service.protect.HelloWebService")
+ @ResponseWrapper(localName = "helloWebServiceResponse", targetNamespace = "
http://protect.service.ad090.wsendpoint.adm.ner.sopra.com/", className = "com.so
pra.ner.adm.wsendpoint.ad090.service.protect.HelloWebServiceResponse")
+ public String helloWebService(
+ @WebParam(name = "arg0", targetNamespace = "")
+ String arg0);
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWeb
ServiceResponse.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
viceResponse.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
viceResponse.java (working copy)
@@ -0,0 +1,62 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for helloWebServiceResponse complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained wi
thin this class.
+ *
+ * <pre>
+ * &lt;complexType name="helloWebServiceResponse">
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="return" type="{http://www.w3.org/2001/XMLSchema}st
ring" minOccurs="0"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "helloWebServiceResponse", propOrder = {
+ "_return"
+})
+public class HelloWebServiceResponse {
+
+ @XmlElement(name = "return")
+ protected String _return;
+
+ /**
+ * Gets the value of the return property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getReturn() {
+ return _return;
+ }
+
+ /**
+ * Sets the value of the return property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setReturn(String value) {
+ this._return = value;
+ }
+
+}
Index: src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWeb
Service.java
===================================================================
--- src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
vice.java (revision 0)
+++ src/main/java/com/sopra/ner/adm/wsendpoint/ad090/service/protect/HelloWebSer
vice.java (working copy)
@@ -0,0 +1,60 @@
+
+package com.sopra.ner.adm.wsendpoint.ad090.service.protect;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for helloWebService complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained wi
thin this class.
+ *
+ * <pre>
+ * &lt;complexType name="helloWebService">
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="arg0" type="{http://www.w3.org/2001/XMLSchema}stri
ng" minOccurs="0"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "helloWebService", propOrder = {
+ "arg0"
+})
+public class HelloWebService {
+
+ protected String arg0;
+
+ /**
+ * Gets the value of the arg0 property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getArg0() {
+ return arg0;
+ }
+
+ /**
+ * Sets the value of the arg0 property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setArg0(String value) {
+ this.arg0 = value;
+ }
+
+}
#P ner-common
Index: src/main/java/com/sopra/ner/adm/common/ad090/service/protect/IMyWebServic
e.java
===================================================================
--- src/main/java/com/sopra/ner/adm/common/ad090/service/protect/IMyWebService.j
ava (revision 0)
+++ src/main/java/com/sopra/ner/adm/common/ad090/service/protect/IMyWebService.j
ava (working copy)
@@ -0,0 +1,9 @@
+package com.sopra.ner.adm.common.ad090.service.protect;
+
+public interface IMyWebService
+{
+ public static final String OPERATION_HELLO_WEB_SERVICE = "helloWebService";
+
+ public String helloWebService(String userName);
+
+}
#P ner-enginedaemon
Index: src/main/conf/wsdl/MyWebWSEndpointService.wsdl
===================================================================
--- src/main/conf/wsdl/MyWebWSEndpointService.wsdl (revision 0)
+++ src/main/conf/wsdl/MyWebWSEndpointService.wsdl (working copy)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-
WS RI 2.2.6b21 svn-revision#12959. -->
+<definitions targetNamespace="http://protect.service.ad090.wsendpoint.adm.ner.s
opra.com/" name="MyWebWSEndpointService" xmlns="http://schemas.xmlsoap.org/wsdl/
" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:tns="http://protect.service.a
d090.wsendpoint.adm.ner.sopra.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:soap="http://
schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing
/metadata" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-ws
security-utility-1.0.xsd">
+ <types>
+ <xs:schema version="1.0" targetNamespace="http://protect.service.ad090.wsen
dpoint.adm.ner.sopra.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+ <xs:element name="helloWebService" type="tns:helloWebService"/>
+
+ <xs:element name="helloWebServiceResponse" type="tns:helloWebServiceRespo
nse"/>
+
+ <xs:complexType name="helloWebService">
+ <xs:sequence>
+ <xs:element name="arg0" type="xs:string" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:complexType name="helloWebServiceResponse">
+ <xs:sequence>
+ <xs:element name="return" type="xs:string" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+</xs:schema>
+ </types>
+ <message name="helloWebService">
+ <part name="parameters" element="tns:helloWebService"/>
+ </message>
+ <message name="helloWebServiceResponse">
+ <part name="parameters" element="tns:helloWebServiceResponse"/>
+ </message>
+ <portType name="MyWebService">
+ <operation name="helloWebService">
+ <input wsam:Action="http://protect.service.ad090.wsendpoint.adm.ner.sopra
.com/MyWebService/helloWebServiceRequest" message="tns:helloWebService"/>
+ <output wsam:Action="http://protect.service.ad090.wsendpoint.adm.ner.sopr
a.com/MyWebService/helloWebServiceResponse" message="tns:helloWebServiceResponse
"/>
+ </operation>
+ </portType>
+ <binding name="MyWebServicePortBinding" type="tns:MyWebService">
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="docum
ent"/>
+ <operation name="helloWebService">
+ <soap:operation soapAction=""/>
+ <input>
+ <soap:body use="literal"/>
+ </input>
+ <output>
+ <soap:body use="literal"/>
+ </output>
+ </operation>
+ </binding>
+ <service name="MyWebWSEndpointService">
+ <port name="MyWebServicePort" binding="tns:MyWebServicePortBinding">
+ <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
+ </port>
+ </service>
+</definitions>
+
#P ner-business
Index: src/main/java/com/sopra/ner/adm/business/ad090/service/protect/MyWebServi
ce.java
===================================================================
--- src/main/java/com/sopra/ner/adm/business/ad090/service/protect/MyWebService.
java (revision 0)
+++ src/main/java/com/sopra/ner/adm/business/ad090/service/protect/MyWebService.
java (working copy)
@@ -0,0 +1,20 @@
+package com.sopra.ner.adm.business.ad090.service.protect;
+
+import com.sopra.framework.business.core.AbstractEvolanService;
+import com.sopra.ner.adm.common.ad090.service.protect.IMyWebService;
+
+public class MyWebService
+ extends AbstractEvolanService
+ implements IMyWebService
+{
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public String helloWebService(String pUserName)
+ {
+ return "Hello " + pUserName;
+ }
+
+}
#P ner-batch-launcher
Index: src/main/dos/wsdl/MyWebWSEndpointService.wsdl
===================================================================
--- src/main/dos/wsdl/MyWebWSEndpointService.wsdl (revision 0)
+++ src/main/dos/wsdl/MyWebWSEndpointService.wsdl (working copy)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-
WS RI 2.2.6b21 svn-revision#12959. -->
+<definitions targetNamespace="http://protect.service.ad090.wsendpoint.adm.ner.s
opra.com/" name="MyWebWSEndpointService" xmlns="http://schemas.xmlsoap.org/wsdl/
" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:tns="http://protect.service.a
d090.wsendpoint.adm.ner.sopra.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:soap="http://
schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing
/metadata" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-ws
security-utility-1.0.xsd">
+ <types>
+ <xs:schema version="1.0" targetNamespace="http://protect.service.ad090.wsen
dpoint.adm.ner.sopra.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+ <xs:element name="helloWebService" type="tns:helloWebService"/>
+
+ <xs:element name="helloWebServiceResponse" type="tns:helloWebServiceRespo
nse"/>
+
+ <xs:complexType name="helloWebService">
+ <xs:sequence>
+ <xs:element name="arg0" type="xs:string" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:complexType name="helloWebServiceResponse">
+ <xs:sequence>
+ <xs:element name="return" type="xs:string" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+</xs:schema>
+ </types>
+ <message name="helloWebService">
+ <part name="parameters" element="tns:helloWebService"/>
+ </message>
+ <message name="helloWebServiceResponse">
+ <part name="parameters" element="tns:helloWebServiceResponse"/>
+ </message>
+ <portType name="MyWebService">
+ <operation name="helloWebService">
+ <input wsam:Action="http://protect.service.ad090.wsendpoint.adm.ner.sopra
.com/MyWebService/helloWebServiceRequest" message="tns:helloWebService"/>
+ <output wsam:Action="http://protect.service.ad090.wsendpoint.adm.ner.sopr
a.com/MyWebService/helloWebServiceResponse" message="tns:helloWebServiceResponse
"/>
+ </operation>
+ </portType>
+ <binding name="MyWebServicePortBinding" type="tns:MyWebService">
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="docum
ent"/>
+ <operation name="helloWebService">
+ <soap:operation soapAction=""/>
+ <input>
+ <soap:body use="literal"/>
+ </input>
+ <output>
+ <soap:body use="literal"/>
+ </output>
+ </operation>
+ </binding>
+ <service name="MyWebWSEndpointService">
+ <port name="MyWebServicePort" binding="tns:MyWebServicePortBinding">
+ <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
+ </port>
+ </service>
+</definitions>
+

Potrebbero piacerti anche