User: cgjung  
  Date: 02/03/12 03:04:48

  Modified:    jboss.net/testsuite/src/resources/hello/client
                        client-config.xml
  Log:
  Axis Beta RC1 is here. Needs no more to be patched for integrating with the
  jboss classloading architecture. Lots of interna have changed, though.
  
  Adapted the deployment descriptors to support WSDD now.
  
  Revision  Changes    Path
  1.2       +19 -18    
contrib/jboss.net/testsuite/src/resources/hello/client/client-config.xml
  
  Index: client-config.xml
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jboss.net/testsuite/src/resources/hello/client/client-config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- client-config.xml 7 Oct 2001 20:06:11 -0000       1.1
  +++ client-config.xml 12 Mar 2002 11:04:48 -0000      1.2
  @@ -1,18 +1,19 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  -<engineConfig>
  - <handlers>
  -  <handler class="org.apache.axis.transport.http.HTTPSender" name="HTTPSender"/>
  -  <handler class="org.apache.axis.transport.local.LocalSender" name="LocalSender"/>
  - </handlers>
  - <services/>
  - <transports>
  -  <transport pivot="HTTPSender" name="http"/>
  -  <transport pivot="LocalSender" name="local"/>
  - </transports>
  -  <typeMappings>
  -    <typeMapping xmlns:hello="Hello" type="hello:HelloData" 
  -     classname="org.jboss.test.hello.interfaces.HelloData"
  -     serializer="org.apache.axis.encoding.BeanSerializer" 
  -     deserializerFactory="org.apache.axis.encoding.BeanSerializer$BeanSerFactory"/>
  -  </typeMappings>
  -</engineConfig>
  \ No newline at end of file
  +<!-- Example EJB Web Service Descriptor -->
  +
  +<deployment name="Hello" 
  +     targetNamespace="http://net.jboss.org/hello";
  +     xmlns:hello="http://net.jboss.org/hello";
  +     xmlns="http://xml.apache.org/axis/wsdd/";
  +        xmlns:jbnet="http://net.jboss.org/server";
  +     xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  +
  +  <transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender">
  +  </transport>
  +
  +    <typeMapping qname="hello:HelloData" 
  +        type="java:org.jboss.test.hello.interfaces.HelloData"
  +        serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
  +        deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
  +        encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
  +
  +</deployment>
  \ No newline at end of file
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to