User: cgjung  
  Date: 02/04/02 05:48:42

  Modified:    jboss.net/testsuite/src/resources/addr/client
                        client-config.xml
  Log:
  That is the alpha-version together with the .Net sample client
  I hacked together at JBossOne ;-)
  
  more to come.
  
  Revision  Changes    Path
  1.4       +6 -6      
contrib/jboss.net/testsuite/src/resources/addr/client/client-config.xml
  
  Index: client-config.xml
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jboss.net/testsuite/src/resources/addr/client/client-config.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- client-config.xml 12 Mar 2002 11:04:48 -0000      1.3
  +++ client-config.xml 2 Apr 2002 13:48:42 -0000       1.4
  @@ -15,24 +15,24 @@
   
     <!-- Services from AddressBookService WSDL service -->
         <typeMapping
  -        xmlns:ns="urn:AddressFetcher2"
  -        qname="ns:stateType"
  +        xmlns:ns="http://net.jboss.org/samples/AddressBook";
  +        qname="ns:StateType"
           type="java:samples.addr.StateType"
           serializer="org.apache.axis.encoding.ser.EnumSerializerFactory"
           deserializer="org.apache.axis.encoding.ser.EnumDeserializerFactory"
           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
         />
         <typeMapping
  -        xmlns:ns="urn:AddressFetcher2"
  -        qname="ns:phone"
  +        xmlns:ns="http://net.jboss.org/samples/AddressBook";
  +        qname="ns:Phone"
           type="java:samples.addr.Phone"
           serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
           deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
         />
         <typeMapping
  -        xmlns:ns="urn:AddressFetcher2"
  -        qname="ns:address"
  +        xmlns:ns="http://net.jboss.org/samples/AddressBook";
  +        qname="ns:Address"
           type="java:samples.addr.Address"
           serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
           deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
  
  
  

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

Reply via email to