[jboss-cvs] jbosstest/src/resources/webservice/jbws1034/META-INF ...

Alex Guizar alex.guizar at jboss.com
Sun Jul 16 19:23:39 EDT 2006


  User: aguizar 
  Date: 06/07/16 19:23:39

  Added:       src/resources/webservice/jbws1034/META-INF   Tag:
                        JBoss_4_0_2_JBWS-1034 jboss-client.xml
                        application-client.xml
  Log:
  JBWS-1034
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +13 -0     jbosstest/src/resources/webservice/jbws1034/META-INF/Attic/jboss-client.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-client.xml
  ===================================================================
  RCS file: jboss-client.xml
  diff -N jboss-client.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ jboss-client.xml	16 Jul 2006 23:23:39 -0000	1.1.2.1
  @@ -0,0 +1,13 @@
  +<!DOCTYPE jboss-client PUBLIC "-//JBoss//DTD Application Client 4.0//EN"
  +  "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
  +
  +<jboss-client>
  +
  +  <jndi-name>ws4ee-client</jndi-name>
  +  
  +  <service-ref>
  +    <service-ref-name>service/Echoer</service-ref-name>
  +    <wsdl-override>http://localhost:8080/ws4ee-jbws1034/echoerService?wsdl</wsdl-override>
  +  </service-ref>
  +  
  +</jboss-client>
  \ No newline at end of file
  
  
  
  1.1.2.1   +21 -0     jbosstest/src/resources/webservice/jbws1034/META-INF/Attic/application-client.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: application-client.xml
  ===================================================================
  RCS file: application-client.xml
  diff -N application-client.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ application-client.xml	16 Jul 2006 23:23:39 -0000	1.1.2.1
  @@ -0,0 +1,21 @@
  +<application-client version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee"
  +  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  +  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd">
  +
  +  <display-name>echoer client</display-name>
  +
  +  <service-ref>
  +  
  +    <service-ref-name>service/Echoer</service-ref-name>
  +    <service-interface>javax.xml.rpc.Service</service-interface>
  +    <wsdl-file>USE_JBOSS_CLIENT_OVERRIDE</wsdl-file>
  +    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
  +    
  +    <handler>
  +      <handler-name>charsetHandler</handler-name>
  +      <handler-class>org.jboss.test.webservice.jbws1034.client.CharsetHandler</handler-class>
  +    </handler>
  +    
  +  </service-ref>
  +
  +</application-client>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list