You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/02/02 07:33:56 UTC

svn commit: r502518 - in /webservices/axis2/trunk/c: ./ include/ modules/core/clientapi/ modules/core/context/ modules/core/deployment/ modules/core/description/ modules/core/engine/ modules/core/phaseresolver/ modules/core/receivers/ modules/core/tran...

Author: samisa
Date: Thu Feb  1 22:33:54 2007
New Revision: 502518

URL: http://svn.apache.org/viewvc?view=rev&rev=502518
Log:
Fixed the linking to woden and xml-schema


Modified:
    webservices/axis2/trunk/c/Makefile.am
    webservices/axis2/trunk/c/build.sh
    webservices/axis2/trunk/c/include/axis2_msg.h
    webservices/axis2/trunk/c/include/axis2_svc.h
    webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am
    webservices/axis2/trunk/c/modules/core/context/Makefile.am
    webservices/axis2/trunk/c/modules/core/deployment/Makefile.am
    webservices/axis2/trunk/c/modules/core/description/Makefile.am
    webservices/axis2/trunk/c/modules/core/description/msg.c
    webservices/axis2/trunk/c/modules/core/description/svc.c
    webservices/axis2/trunk/c/modules/core/engine/Makefile.am
    webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am
    webservices/axis2/trunk/c/modules/core/receivers/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c
    webservices/axis2/trunk/c/modules/core/transport/http/receiver/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/Makefile.am
    webservices/axis2/trunk/c/modules/core/util/Makefile.am
    webservices/axis2/trunk/c/modules/mod_addr/Makefile.am
    webservices/axis2/trunk/c/modules/mod_log/Makefile.am
    webservices/axis2/trunk/c/rampart/samples/client/sec_echo/Makefile.am
    webservices/axis2/trunk/c/rampart/src/core/Makefile.am
    webservices/axis2/trunk/c/rampart/src/handlers/Makefile.am
    webservices/axis2/trunk/c/rampart/src/util/Makefile.am
    webservices/axis2/trunk/c/samples/client/Makefile.am
    webservices/axis2/trunk/c/samples/client/echo/Makefile.am
    webservices/axis2/trunk/c/samples/client/google/Makefile.am
    webservices/axis2/trunk/c/samples/client/math/Makefile.am
    webservices/axis2/trunk/c/samples/client/mtom/Makefile.am
    webservices/axis2/trunk/c/samples/client/notify/Makefile.am
    webservices/axis2/trunk/c/samples/client/yahoo/Makefile.am
    webservices/axis2/trunk/c/samples/configure.ac
    webservices/axis2/trunk/c/samples/user_guide/clients/Makefile.am
    webservices/axis2/trunk/c/savan/samples/client/subscriber/Makefile.am
    webservices/axis2/trunk/c/savan/src/client/Makefile.am
    webservices/axis2/trunk/c/savan/src/core/Makefile.am
    webservices/axis2/trunk/c/savan/src/handlers/Makefile.am
    webservices/axis2/trunk/c/savan/src/msgreceivers/Makefile.am
    webservices/axis2/trunk/c/savan/src/subscribers/Makefile.am
    webservices/axis2/trunk/c/savan/src/util/Makefile.am
    webservices/axis2/trunk/c/test/core/addr/Makefile.am
    webservices/axis2/trunk/c/test/core/clientapi/Makefile.am
    webservices/axis2/trunk/c/test/core/context/Makefile.am
    webservices/axis2/trunk/c/test/core/deployment/Makefile.am
    webservices/axis2/trunk/c/test/core/description/Makefile.am
    webservices/axis2/trunk/c/test/core/engine/Makefile.am
    webservices/axis2/trunk/c/test/core/transport/http/Makefile.am
    webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am
    webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am

Modified: webservices/axis2/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Thu Feb  1 22:33:54 2007
@@ -5,7 +5,7 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = axis2c.pc
 
-SUBDIRS = util $(GUTHTHILA_DIR) axiom xml_schema woden modules $(RAMPART_DIR) $(TESTDIR) include ides
+SUBDIRS = util $(GUTHTHILA_DIR) axiom modules $(RAMPART_DIR) $(TESTDIR) include ides
 include_HEADERS=$(top_builddir)/include/*.h
 data_DATA= samples/server/axis2.xml README \
 	INSTALL CREDITS COPYING NEWS NOTICE config.guess missing install-sh depcomp config.sub ltmain.sh

Modified: webservices/axis2/trunk/c/build.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build.sh?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/build.sh (original)
+++ webservices/axis2/trunk/c/build.sh Thu Feb  1 22:33:54 2007
@@ -1,4 +1,5 @@
 #!/bin/bash
+set -e
 ./autogen.sh
 AXIS2C_HOME=${AXIS2C_HOME:=`pwd`/deploy}
 

Modified: webservices/axis2/trunk/c/include/axis2_msg.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_msg.h?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_msg.h (original)
+++ webservices/axis2/trunk/c/include/axis2_msg.h Thu Feb  1 22:33:54 2007
@@ -256,10 +256,10 @@
          * @return pointer to XML schema element, returns a reference, not 
          * a cloned copy
          */
-        xml_schema_element_t *(AXIS2_CALL *
+        /*xml_schema_element_t *(AXIS2_CALL *
                 get_schema_element)(
                     const axis2_msg_t *msg,
-                    const axis2_env_t *env);
+                    const axis2_env_t *env);*/
     };
 
     /**
@@ -360,8 +360,8 @@
 
 /** Gets schema element associated with message.
     @sa axis2_msg_ops#get_schema_element */
-#define AXIS2_MSG_GET_SCHEMA_ELEMENT(msg, env) \
-      ((msg)->ops->get_schema_element(msg, env))
+/*#define AXIS2_MSG_GET_SCHEMA_ELEMENT(msg, env) \
+      ((msg)->ops->get_schema_element(msg, env))*/
 
 /** @} */
 #ifdef __cplusplus

Modified: webservices/axis2/trunk/c/include/axis2_svc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_svc.h?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc.h Thu Feb  1 22:33:54 2007
@@ -55,10 +55,7 @@
 #include <axis2_module_desc.h>
 #include <axis2_conf.h>
 #include <axis2_string.h>
-#include <xml_schema.h>
-#include <xml_schema_external.h>
 #include <axis2_stream.h>
-#include <xml_schema_element.h>
 
 #ifdef __cplusplus
 extern "C"
@@ -654,11 +651,11 @@
          * @param env pointer to environment struct
          * @return AXIS2_TRUE if XML schema is adjusted, else AXIS2_FALSE
          */
-        axis2_bool_t (AXIS2_CALL *
+        /*axis2_bool_t (AXIS2_CALL *
                 is_schema_location_adjusted)(
                     axis2_svc_t *svc,
                     const axis2_env_t *env);
-
+        */
 
         /**
          * Sets the bool value indicating if the XML schema location is adjusted.
@@ -667,11 +664,12 @@
          * @param adjusted AXIS2_TRUE if XML schema is adjusted, else AXIS2_FALSE
          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE 
          */
+         /*
         axis2_status_t (AXIS2_CALL *
                 set_schema_location_adjusted)(
                     axis2_svc_t *svc,
                     const axis2_env_t *env,
-                    const axis2_bool_t adjusted);
+                    const axis2_bool_t adjusted);*/
 
         /**
          * Gets XML schema mapping table for service. 
@@ -680,10 +678,11 @@
          * @return pointer to hash map with XML schema mappings, returns a 
          * reference, not a cloned copy
          */
+         /*
         axis2_hash_t *(AXIS2_CALL *
                 get_schema_mapping_table)(
                     const axis2_svc_t *svc,
-                    const axis2_env_t *env);
+                    const axis2_env_t *env);*/
 
         /**
          * Sets XML schema mapping table for service. 
@@ -692,23 +691,23 @@
          * @param table pointer to hash map with XML schema mappings, service 
          * assumes ownership of the map
          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE 
-         */
+         *//*
         axis2_status_t (AXIS2_CALL *
                 set_schema_mapping_table)(
                     axis2_svc_t *svc,
                     const axis2_env_t *env,
-                    axis2_hash_t *table);
+                    axis2_hash_t *table);*/
 
         /**
          * Gets custom schema prefix.
          * @param svc pointer to service struct
          * @param env pointer to environment struct
          * @return custom schema prefix string
-         */
+         *//*
         const axis2_char_t *(AXIS2_CALL *
                 get_custom_schema_prefix)(
                     const axis2_svc_t *svc,
-                    const axis2_env_t *env);
+                    const axis2_env_t *env);*/
 
         /**
          * Sets custom schema prefix.
@@ -716,12 +715,12 @@
          * @param env pointer to environment struct
          * @param prefix custom schema prefix string
          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE 
-         */
+         *//*
         axis2_status_t (AXIS2_CALL *
                 set_custom_schema_prefix)(
                     axis2_svc_t *svc,
                     const axis2_env_t *env,
-                    const axis2_char_t *prefix);
+                    const axis2_char_t *prefix);*/
 
         /**
          * Gets custom schema suffix.
@@ -729,10 +728,11 @@
          * @param env pointer to environment struct
          * @return custom schema suffix string
          */
+         /*
         const axis2_char_t *(AXIS2_CALL *
                 get_custom_schema_suffix)(
                     const axis2_svc_t *svc,
-                    const axis2_env_t *env);
+                    const axis2_env_t *env);*/
 
         /**
          * Sets custom schema suffix.
@@ -741,11 +741,12 @@
          * @param suffix custom schema suffix string
          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE 
          */
+         /*
         axis2_status_t (AXIS2_CALL *
                 set_custom_schema_suffix)(
                     axis2_svc_t *svc,
                     const axis2_env_t *env,
-                    const axis2_char_t *suffix);
+                    const axis2_char_t *suffix);*/
 
         /**
          * Prints the schema to given stream.
@@ -753,12 +754,12 @@
          * @param env pointer to environment struct
          * @param out_stream stream to print to
          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE 
-         */
+         *//*
         axis2_status_t (AXIS2_CALL *
                 print_schema)(
                     axis2_svc_t *svc,
                     const axis2_env_t *env,
-                    axis2_stream_t *out_stream);
+                    axis2_stream_t *out_stream);*/
 
         /**
          * Gets the XML schema at the given index of XML schema array list.
@@ -767,11 +768,11 @@
          * @param index index of the XML schema to be retrieved
          * @return pointer to XML schema, returns a reference, not a cloned copy
          */
-        xml_schema_t *(AXIS2_CALL *
+        /*xml_schema_t *(AXIS2_CALL *
                 get_schema)(
                     const axis2_svc_t *svc,
                     const axis2_env_t *env,
-                    const int index);
+                    const int index);*/
 
         /**
          * Adds all namespaces in the namespace map to the XML schema at 
@@ -782,11 +783,11 @@
          * @return pointer to XML schema with namespaces added, 
          * returns a reference, not a cloned copy         
          */
-        xml_schema_t *(AXIS2_CALL *
+/*        xml_schema_t *(AXIS2_CALL *
                 add_all_namespaces)(
                     axis2_svc_t *svc,
                     const axis2_env_t *env,
-                    int index);
+                    int index);*/
 
         /**
          * Gets the list of XML schemas associated with service. 
@@ -795,10 +796,11 @@
          * @return pointer to array list of XML schemas, returns a reference,
          * not a cloned copy
          */
+         /*
         axis2_array_list_t *(AXIS2_CALL *
                 get_all_schemas)(
                     const axis2_svc_t *svc,
-                    const axis2_env_t *env);
+                    const axis2_env_t *env);*/
 
         /**
          * Adds the given XML schema to the list of XML schemas associated 
@@ -809,11 +811,12 @@
          * ownership of struct
          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE 
          */
+         /*
         axis2_status_t (AXIS2_CALL *
                 add_schema)(
                     axis2_svc_t *svc,
                     const axis2_env_t *env,
-                    xml_schema_t *schema);
+                    xml_schema_t *schema);*/
 
         /**
          * Adds the list of all XML schemas to service.
@@ -821,23 +824,23 @@
          * @param env pointer to environment struct
          * @param schemas pointer to array list containing XML schemas
          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE 
-         */
+         *//*
         axis2_status_t (AXIS2_CALL *
                 add_all_schemas)(
                     axis2_svc_t *svc,
                     const axis2_env_t *env,
-                    axis2_array_list_t *schemas);
+                    axis2_array_list_t *schemas);*/
 
         /**
          * Gets XML schema's target namespace.
          * @param svc pointer to service struct
          * @param env pointer to environment struct
          * @return XML schema target namespace string 
-         */
+         *//*
         const axis2_char_t *(AXIS2_CALL *
                 get_schema_target_ns)(
                     const axis2_svc_t *svc,
-                    const axis2_env_t *env);
+                    const axis2_env_t *env);*/
 
         /**
          * Sets XML schema's target namespace.
@@ -845,23 +848,23 @@
          * @param env pointer to environment struct
          * @param ns namespace string 
          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE 
-         */
+         *//*
         axis2_status_t (AXIS2_CALL *
                 set_schema_target_ns)(
                     axis2_svc_t *svc,
                     const axis2_env_t *env,
-                    const axis2_char_t *ns);
+                    const axis2_char_t *ns);*/
 
         /**
          * Gets XML schema's target namespace prefix.
          * @param svc pointer to service struct
          * @param env pointer to environment struct
          * @return XML schema target namespace prefix string 
-         */
+         *//*
         const axis2_char_t *(AXIS2_CALL *
                 get_schema_target_ns_prefix)(
                     const axis2_svc_t *svc,
-                    const axis2_env_t *env);
+                    const axis2_env_t *env);*/
 
         /**
          * Sets XML schema's target namespace prefix.
@@ -869,12 +872,12 @@
          * @param env pointer to environment struct
          * @param prefix namespace prefix string 
          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE 
-         */
+         *//*
         axis2_status_t (AXIS2_CALL *
                 set_schema_target_ns_prefix)(
                     axis2_svc_t *svc,
                     const axis2_env_t *env,
-                    const axis2_char_t *prefix);
+                    const axis2_char_t *prefix);*/
 
         /**
          * Gets target namespace.
@@ -932,11 +935,11 @@
          * @return pointer to XML schema element, returns a reference, not a 
          * cloned copy
          */
-        xml_schema_element_t *(AXIS2_CALL *
+        /*xml_schema_element_t *(AXIS2_CALL *
                 get_schema_element)(
                     const axis2_svc_t *svc,
                     const axis2_env_t *env,
-                    const axis2_qname_t *qname);
+                    const axis2_qname_t *qname);*/
 
         /**
          * Gets the namespace map with all namespaces related to service.
@@ -971,10 +974,10 @@
          * @param env pointer to environment struct
          * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE 
          */
-        axis2_status_t (AXIS2_CALL *
+        /*axis2_status_t (AXIS2_CALL *
                 populate_schema_mappings)(
                     axis2_svc_t *svc,
-                    const axis2_env_t *env);
+                    const axis2_env_t *env);*/
     };
 
     /**
@@ -1249,95 +1252,97 @@
 
 /** Checks if the XML schema location is adjusted.
     @sa axis2_svc_ops#is_schema_location_adjusted */
-#define AXIS2_SVC_IS_SCHEMA_LOCATION_ADJUSTED(svc, env) \
+/*#define AXIS2_SVC_IS_SCHEMA_LOCATION_ADJUSTED(svc, env) \
         ((svc)->ops->is_schema_location_adjusted(svc, env))
-
+*/
 /** Sets bool value indicating that XML schema location is adjusted.
     @sa axis2_svc_ops#set_schema_location_adjusted */
-#define AXIS2_SVC_SET_SCHEMA_LOCATION_ADJUSTED(svc, env, adjusted) \
+/*#define AXIS2_SVC_SET_SCHEMA_LOCATION_ADJUSTED(svc, env, adjusted) \
         ((svc)->ops->set_schema_location_adjusted(svc, env, adjusted))
-
+*/
 /** Gets XML schema mapping table.
     @sa axis2_svc_ops#get_schema_mapping_table */
-#define AXIS2_SVC_GET_SCHEMA_MAPPING_TABLE(svc, env) \
+/*#define AXIS2_SVC_GET_SCHEMA_MAPPING_TABLE(svc, env) \
         ((svc)->ops->get_schema_mapping_table(svc, env))
-
+*/
 /** Sets XML schema mapping table.
     @sa axis2_svc_ops#set_schema_mapping_table */
-#define AXIS2_SVC_SET_SCHEMA_MAPPING_TABLE(svc, env, table) \
+/*#define AXIS2_SVC_SET_SCHEMA_MAPPING_TABLE(svc, env, table) \
         ((svc)->ops->set_schema_mapping_table(svc, env, table))
-
+*/
 /** Gets custom XML schema prefix.
     @sa axis2_svc_ops#get_custom_schema_prefix */
-#define AXIS2_SVC_GET_CUSTOM_SCHEMA_PREFIX(svc, env) \
+/*#define AXIS2_SVC_GET_CUSTOM_SCHEMA_PREFIX(svc, env) \
         ((svc)->ops->get_custom_schema_prefix(svc, env))
+*/
 
 /** Sets custom XML schema prefix.
     @sa axis2_svc_ops#set_custom_schema_prefix */
-#define AXIS2_SVC_SET_CUSTOM_SCHEMA_PREFIX(svc, env, prefix) \
+/*#define AXIS2_SVC_SET_CUSTOM_SCHEMA_PREFIX(svc, env, prefix) \
         ((svc)->ops->set_custom_schema_prefix(svc, env, prefix))
-
+*/
 /** Gets custom XML schema suffix.
     @sa axis2_svc_ops#get_custom_schema_suffix */
-#define AXIS2_SVC_GET_CUSTOM_SCHEMA_SUFFIX(svc, env) \
+/*#define AXIS2_SVC_GET_CUSTOM_SCHEMA_SUFFIX(svc, env) \
         ((svc)->ops->get_custom_schema_suffix(svc, env))
-
+*/
 /** Sets custom XML schema suffix.
     @sa axis2_svc_ops#set_custom_schema_suffix */
-#define AXIS2_SVC_SET_CUSTOM_SCHEMA_SUFFIX(svc, env, suffix) \
+/*#define AXIS2_SVC_SET_CUSTOM_SCHEMA_SUFFIX(svc, env, suffix) \
         ((svc)->ops->set_custom_schema_suffix(svc, env, suffix))
-
+*/
 /** Prints XML schema to given stream.
     @sa axis2_svc_ops#print_schema */
-#define AXIS2_SVC_PRINT_SCHEMA(svc, env) \
+/*#define AXIS2_SVC_PRINT_SCHEMA(svc, env) \
         ((svc)->ops->print_schema(svc, env))
+*/
 
 /** Gets XML schema at the given index of the XML schema list.
     @sa axis2_svc_ops#get_schema */
-#define AXIS2_SVC_GET_SCHEMA(svc, env, index) \
+/*#define AXIS2_SVC_GET_SCHEMA(svc, env, index) \
         ((svc)->ops->get_schema(svc, env, index))
-
+*/
 /** Adds all namespaces to the XML schema at the given index of the XML 
     schema list.
     @sa axis2_svc_ops#add_all_namespaces */
-#define AXIS2_SVC_ADD_ALL_NAMESPACES(svc, env, index) \
+/*#define AXIS2_SVC_ADD_ALL_NAMESPACES(svc, env, index) \
         ((svc)->ops->add_all_namespaces(svc, env, index))
-
+*/
 /** Gets all XML schemas.
     @sa axis2_svc_ops#get_all_schemas */
-#define AXIS2_SVC_GET_ALL_SCHEMAS(svc, env) \
+/*#define AXIS2_SVC_GET_ALL_SCHEMAS(svc, env) \
         ((svc)->ops->get_all_schemas(svc, env))
-
+*/
 /** Adds given XML schema.
     @sa axis2_svc_ops#add_schema */
-#define AXIS2_SVC_ADD_SCHEMA(svc, env, schema) \
+/*#define AXIS2_SVC_ADD_SCHEMA(svc, env, schema) \
         ((svc)->ops->add_schema(svc, env, schema))
-
+*/
 /** Adds the given list as the list of XML schemas.
     @sa axis2_svc_ops#add_all_schemas */
-#define AXIS2_SVC_ADD_ALL_SCHEMAS(svc, env, schemas) \
+/*#define AXIS2_SVC_ADD_ALL_SCHEMAS(svc, env, schemas) \
         ((svc)->ops->add_all_schemas(svc, env, schemas))
-
+*/
 /** Gets XML schema target namespace.
     @sa axis2_svc_ops#get_schema_target_name_space */
-#define AXIS2_SVC_GET_SCHEMA_TARGET_NAME_SPACE(svc, env) \
+/*#define AXIS2_SVC_GET_SCHEMA_TARGET_NAME_SPACE(svc, env) \
         ((svc)->ops->get_schema_target_ns(svc, env))
-
+*/
 /** Sets XML schema target namespace.
     @sa axis2_svc_ops#set_schema_target_name_space */
-#define AXIS2_SVC_SET_SCHEMA_TARGET_NAME_SPACE(svc, env, ns) \
+/*#define AXIS2_SVC_SET_SCHEMA_TARGET_NAME_SPACE(svc, env, ns) \
         ((svc)->ops->set_schema_target_ns(svc, env, ns))
-
+*/
 /** Gets XML schema target namespace prefix.
     @sa axis2_svc_ops#get_schema_target_name_spaces_prefix */
-#define AXIS2_SVC_GET_SCHEMA_TARGET_NAME_SPACE_PREFIX(svc, env) \
+/*#define AXIS2_SVC_GET_SCHEMA_TARGET_NAME_SPACE_PREFIX(svc, env) \
         ((svc)->ops->get_schema_target_ns_prefix(svc, env))
-
+*/
 /** Sets XML schema target namespace prefix.
     @sa axis2_svc_ops#set_schema_target_name_space_prefix */
-#define AXIS2_SVC_SET_SCHEMA_TARGET_NAME_SPACE_PREFIX(svc, env, prefix) \
+/*#define AXIS2_SVC_SET_SCHEMA_TARGET_NAME_SPACE_PREFIX(svc, env, prefix) \
         ((svc)->ops->set_schema_target_ns_prefix(svc, env, prefix))
-
+*/
 /** Gets target namespace.
     @sa axis2_svc_ops#get_target_ns */
 #define AXIS2_SVC_GET_TARGET_NS(svc, env) \
@@ -1360,8 +1365,9 @@
 
 /** Gets XML schema element.
     @sa axis2_svc_ops#get_schema_element */
-#define AXIS2_SVC_GET_SCHEMA_ELEMENT(svc, env) \
+/*#define AXIS2_SVC_GET_SCHEMA_ELEMENT(svc, env) \
         ((svc)->ops->get_schema_element(svc, env))
+*/
 
 /** Gets namespace map.
     @sa axis2_svc_ops#get_ns_map */
@@ -1375,9 +1381,9 @@
 
 /** Populates XML schema mappings.
     @sa axis2_svc_ops#populate_schema_mappings */
-#define AXIS2_SVC_POPULATE_SCHEMA_MAPPINGS(svc, env) \
+/*#define AXIS2_SVC_POPULATE_SCHEMA_MAPPINGS(svc, env) \
         ((svc)->ops->populate_schema_mappings(svc, env))
-
+*/
 /** @} */
 #ifdef __cplusplus
 }

Modified: webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am Thu Feb  1 22:33:54 2007
@@ -10,9 +10,7 @@
 								svc_client.c
 
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/engine \
             -I$(top_builddir)/modules/core/deployment \
-            -I$(top_builddir)/xml_schema/include \
             -I$(top_builddir)/util/include \
             -I$(top_builddir)/axiom/include

Modified: webservices/axis2/trunk/c/modules/core/context/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/context/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/context/Makefile.am Thu Feb  1 22:33:54 2007
@@ -8,8 +8,6 @@
                             conf_ctx.c
 
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/engine \
-            -I$(top_builddir)/xml_schema/include \
             -I$(top_builddir)/util/include \
             -I$(top_builddir)/axiom/include

Modified: webservices/axis2/trunk/c/modules/core/deployment/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/deployment/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/deployment/Makefile.am Thu Feb  1 22:33:54 2007
@@ -28,12 +28,10 @@
                                 conf_init.c
 
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/description \
             -I$(top_builddir)/modules/core/engine \
             -I$(top_builddir)/modules/core/phaseresolver \
             -I$(top_builddir)/modules/core/deployment \
             -I$(top_builddir)/modules/core/util \
-            -I$(top_builddir)/xml_schema/include \
             -I$(top_builddir)/axiom/include \
             -I$(top_builddir)/util/include

Modified: webservices/axis2/trunk/c/modules/core/description/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/description/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/description/Makefile.am Thu Feb  1 22:33:54 2007
@@ -14,9 +14,7 @@
                                 msg.c 
 
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/engine \
-            -I$(top_builddir)/xml_schema/include \
             -I$(top_builddir)/util/include \
             -I$(top_builddir)/axiom/include
 

Modified: webservices/axis2/trunk/c/modules/core/description/msg.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/description/msg.c?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/msg.c (original)
+++ webservices/axis2/trunk/c/modules/core/description/msg.c Thu Feb  1 22:33:54 2007
@@ -17,7 +17,6 @@
 
 #include <axis2_msg.h>
 #include <axis2_property.h>
-#include <xml_schema_obj_collection.h>
 
 typedef struct axis2_msg_impl
 {
@@ -120,10 +119,10 @@
     const axis2_env_t *env,
     const axis2_char_t *name);
 
-xml_schema_element_t *AXIS2_CALL
+/*xml_schema_element_t *AXIS2_CALL
 axis2_msg_get_schema_element(
     const axis2_msg_t *msg,
-    const axis2_env_t *env);
+    const axis2_env_t *env);*/
 
 
 AXIS2_EXTERN axis2_msg_t *AXIS2_CALL
@@ -190,7 +189,7 @@
     msg_impl->msg.ops->set_element_qname = axis2_msg_set_element_qname;
     msg_impl->msg.ops->get_name = axis2_msg_get_name;
     msg_impl->msg.ops->set_name = axis2_msg_set_name;
-    msg_impl->msg.ops->get_schema_element = axis2_msg_get_schema_element;
+    /*msg_impl->msg.ops->get_schema_element = axis2_msg_get_schema_element;*/
 
     return &(msg_impl->msg);
 }
@@ -461,7 +460,7 @@
 }
 
 
-xml_schema_element_t *AXIS2_CALL
+/*xml_schema_element_t *AXIS2_CALL
 axis2_msg_get_schema_element(
     const axis2_msg_t *msg,
     const axis2_env_t *env)
@@ -514,7 +513,7 @@
         }
     }
     return NULL;
-}
+}*/
 
 const axis2_char_t *AXIS2_CALL
 axis2_msg_get_name(

Modified: webservices/axis2/trunk/c/modules/core/description/svc.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/description/svc.c?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/svc.c (original)
+++ webservices/axis2/trunk/c/modules/core/description/svc.c Thu Feb  1 22:33:54 2007
@@ -18,7 +18,6 @@
 #include <axis2_svc.h>
 #include <axis2_addr.h>
 #include <axis2_property.h>
-#include <xml_schema_obj_collection.h>
 #include <axis2_module.h>
 #include "../deployment/axis2_desc_builder.h"
 
@@ -340,7 +339,7 @@
     const axis2_svc_t *svc,
     const axis2_env_t *env);
 
-axis2_bool_t AXIS2_CALL
+/*axis2_bool_t AXIS2_CALL
 axis2_svc_is_schema_location_adjusted(
     axis2_svc_t *svc,
     const axis2_env_t *env);
@@ -440,7 +439,7 @@
     axis2_svc_t *svc,
     const axis2_env_t *env,
     const axis2_char_t *prefix);
-
+*/
 const axis2_char_t *AXIS2_CALL
 axis2_svc_get_target_ns(
     const axis2_svc_t *svc,
@@ -463,11 +462,12 @@
     const axis2_env_t *env,
     const axis2_char_t *prefix);
 
-xml_schema_element_t *AXIS2_CALL
+/*xml_schema_element_t *AXIS2_CALL
 axis2_svc_get_schema_element(
     const axis2_svc_t *svc,
     const axis2_env_t *env,
     const axis2_qname_t *qname);
+*/
 
 axis2_hash_t *AXIS2_CALL
 axis2_svc_get_ns_map(
@@ -480,6 +480,7 @@
     const axis2_env_t *env,
     axis2_hash_t *ns_map);
 
+/*
 axis2_status_t AXIS2_CALL
 axis2_svc_add_schema_ns(
     axis2_svc_t *svc,
@@ -504,6 +505,7 @@
     const axis2_env_t *env,
     xml_schema_t *schema,
     axis2_hash_t *names);
+*/
 
 axis2_hash_t *AXIS2_CALL
 axis2_svc_swap_mapping_table(
@@ -689,7 +691,7 @@
     svc_impl->svc.ops->add_module_qname = axis2_svc_add_module_qname;
     svc_impl->svc.ops->get_all_module_qnames = axis2_svc_get_all_module_qnames;
 
-    svc_impl->svc.ops->is_schema_location_adjusted =
+    /*svc_impl->svc.ops->is_schema_location_adjusted =
         axis2_svc_is_schema_location_adjusted;
     svc_impl->svc.ops->set_schema_location_adjusted =
         axis2_svc_set_schema_location_adjusted;
@@ -706,9 +708,9 @@
     svc_impl->svc.ops->set_custom_schema_suffix =
         axis2_svc_set_custom_schema_suffix;
     svc_impl->svc.ops->print_schema = axis2_svc_print_schema;
-    svc_impl->svc.ops->get_schema = axis2_svc_get_schema;
-    svc_impl->svc.ops->add_all_namespaces = axis2_svc_add_all_namespaces;
-    svc_impl->svc.ops->get_all_schemas = axis2_svc_get_all_schemas;
+    svc_impl->svc.ops->get_schema = axis2_svc_get_schema;*/
+    /*svc_impl->svc.ops->add_all_namespaces = axis2_svc_add_all_namespaces;*/
+    /*svc_impl->svc.ops->get_all_schemas = axis2_svc_get_all_schemas;
     svc_impl->svc.ops->add_schema = axis2_svc_add_schema;
     svc_impl->svc.ops->add_all_schemas = axis2_svc_add_all_schemas;
     svc_impl->svc.ops->get_schema_target_ns = axis2_svc_get_schema_target_ns;
@@ -716,16 +718,16 @@
     svc_impl->svc.ops->get_schema_target_ns_prefix =
         axis2_svc_get_schema_target_ns_prefix;
     svc_impl->svc.ops->set_schema_target_ns_prefix =
-        axis2_svc_set_schema_target_ns_prefix;
+        axis2_svc_set_schema_target_ns_prefix;*/
     svc_impl->svc.ops->get_target_ns = axis2_svc_get_target_ns;
     svc_impl->svc.ops->set_target_ns = axis2_svc_set_target_ns;
     svc_impl->svc.ops->get_target_ns_prefix = axis2_svc_get_target_ns_prefix;
     svc_impl->svc.ops->set_target_ns_prefix = axis2_svc_set_target_ns_prefix;
-    svc_impl->svc.ops->get_schema_element = axis2_svc_get_schema_element;
+    /*svc_impl->svc.ops->get_schema_element = axis2_svc_get_schema_element;*/
     svc_impl->svc.ops->get_ns_map = axis2_svc_get_ns_map;
     svc_impl->svc.ops->set_ns_map = axis2_svc_set_ns_map;
-    svc_impl->svc.ops->populate_schema_mappings =
-        axis2_svc_populate_schema_mappings;
+    /*svc_impl->svc.ops->populate_schema_mappings =
+        axis2_svc_populate_schema_mappings;*/
 
     return &(svc_impl->svc);
 }
@@ -1936,7 +1938,7 @@
     return AXIS2_INTF_TO_IMPL(svc)->module_list;
 }
 
-axis2_bool_t AXIS2_CALL
+/*axis2_bool_t AXIS2_CALL
 axis2_svc_is_schema_location_adjusted(
     axis2_svc_t *svc,
     const axis2_env_t *env)
@@ -2244,7 +2246,7 @@
     }
     svc_impl->schema_target_ns_prefix = AXIS2_STRDUP(prefix, env);
     return AXIS2_SUCCESS;
-}
+}*/
 
 const axis2_char_t *AXIS2_CALL
 axis2_svc_get_target_ns(
@@ -2306,6 +2308,7 @@
     return AXIS2_SUCCESS;
 }
 
+/*
 xml_schema_element_t *AXIS2_CALL
 axis2_svc_get_schema_element(
     const axis2_svc_t *svc,
@@ -2334,7 +2337,7 @@
         }
     }
     return NULL;
-}
+}*/
 
 axis2_hash_t *AXIS2_CALL
 axis2_svc_get_ns_map(
@@ -2385,7 +2388,7 @@
     return AXIS2_SUCCESS;
 }
 
-axis2_status_t AXIS2_CALL
+/*axis2_status_t AXIS2_CALL
 axis2_svc_add_schema_ns(
     axis2_svc_t *svc,
     const axis2_env_t *env,
@@ -2459,21 +2462,16 @@
         axis2_hash_t *schema_table = NULL;
 
         count = AXIS2_ARRAY_LIST_SIZE(schemas, env);
-        /* calculate unique names for the schemas */
         for (i = 0; i < count; i++)
         {
             xml_schema_t *schema = AXIS2_ARRAY_LIST_GET(schemas, env, i);
             axis2_svc_calculate_schema_names(svc, env, schema, name_table);
         }
-        /* adjust the schema locations as per the calculated names */
         for (i = 0; i < count; i++)
         {
             xml_schema_t *schema = AXIS2_ARRAY_LIST_GET(schemas, env, i);
             axis2_svc_adjust_schema_names(svc, env, schema, name_table);
         }
-        /* reverse the name table so that there is a mapping from the
-         * name to the schema
-         */
         schema_table = axis2_svc_swap_mapping_table(svc, env, name_table);
         axis2_svc_set_schema_mapping_table(svc, env, schema_table);
     }
@@ -2581,7 +2579,7 @@
         }
     }
     return AXIS2_SUCCESS;
-}
+}*/
 
 axis2_hash_t *AXIS2_CALL
 axis2_svc_swap_mapping_table(

Modified: webservices/axis2/trunk/c/modules/core/engine/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/engine/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/engine/Makefile.am Thu Feb  1 22:33:54 2007
@@ -23,7 +23,6 @@
 					$(top_builddir)/modules/core/phaseresolver/libaxis2_phaseresolver.la \
 					$(top_builddir)/modules/core/util/libaxis2_core_utils.la \
 					$(top_builddir)/modules/core/transport/http/libaxis2_http.la \
-					$(top_builddir)/xml_schema/src/libaxis2_xml_schema.la \
 					$(top_builddir)/util/src/libaxis2_util.la \
 					$(top_builddir)/axiom/src/om/libaxis2_axiom.la 
 
@@ -36,6 +35,5 @@
             -I$(top_builddir)/modules/core/context \
             -I$(top_builddir)/modules/core/util \
             -I$(top_builddir)/modules/core/clientapi \
-            -I$(top_builddir)/xml_schema/include \
             -I$(top_builddir)/util/include \
             -I$(top_builddir)/axiom/include

Modified: webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am Thu Feb  1 22:33:54 2007
@@ -4,8 +4,6 @@
                                 	phase_resolver.c
 
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/engine \
-            -I$(top_builddir)/xml_schema/include \
             -I$(top_builddir)/axiom/include	\
             -I$(top_builddir)/util/include

Modified: webservices/axis2/trunk/c/modules/core/receivers/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/receivers/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/receivers/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/receivers/Makefile.am Thu Feb  1 22:33:54 2007
@@ -5,9 +5,7 @@
                                 svr_callback.c
 
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/engine \
             -I$(top_builddir)/modules/core/util \
-            -I$(top_builddir)/xml_schema/include \
             -I$(top_builddir)/util/include	\
             -I$(top_builddir)/axiom/include

Modified: webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am Thu Feb  1 22:33:54 2007
@@ -12,8 +12,6 @@
                             http_chunked_stream.c
 
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/engine \
-            -I$(top_builddir)/xml_schema/include \
             -I$(top_builddir)/util/include \
             -I$(top_builddir)/axiom/include

Modified: webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c Thu Feb  1 22:33:54 2007
@@ -34,11 +34,6 @@
 #include <axis2_property.h>
 #include <axis2_utils.h>
 #include <axiom_mime_parser.h>
-#include <xml_schema_type.h>
-#include <xml_schema_group_base.h>
-#include <xml_schema_obj_collection.h>
-#include <xml_schema_particle.h>
-#include <xml_schema_complex_type.h>
 #include <axis2_disp.h>
 #include <axis2_msg.h>
 
@@ -141,13 +136,20 @@
     const axis2_env_t *env,
     axis2_msg_ctx_t *msg_ctx);
 
-AXIS2_EXTERN axiom_soap_envelope_t *AXIS2_CALL
+/*AXIS2_EXTERN axiom_soap_envelope_t *AXIS2_CALL
 axis2_http_transport_utils_handle_media_type_url_encoded(
     const axis2_env_t *env,
     axis2_msg_ctx_t *msg_ctx,
     axis2_hash_t *param_map,
     axis2_char_t *method,
-    xml_schema_element_t *schema_element);
+    xml_schema_element_t *schema_element);*/
+
+AXIS2_EXTERN axiom_soap_envelope_t *AXIS2_CALL
+axis2_http_transport_utils_handle_media_type_url_encoded(
+    const axis2_env_t *env,
+    axis2_msg_ctx_t *msg_ctx,
+    axis2_hash_t *param_map,
+    axis2_char_t *method);
 
 /***************************** End of function headers ************************/
 
@@ -528,7 +530,7 @@
     axiom_soap_envelope_t *soap_envelope = NULL;
     axis2_engine_t *engine = NULL;
     axis2_op_t *op = NULL;
-    xml_schema_element_t *schema_element = NULL;
+    /*xml_schema_element_t *schema_element = NULL;*/
 
     AXIS2_PARAM_CHECK(env->error, msg_ctx, AXIS2_FALSE);
     AXIS2_PARAM_CHECK(env->error, in_stream, AXIS2_FALSE);
@@ -548,15 +550,14 @@
         return AXIS2_FALSE;
     }
     op = AXIS2_MSG_CTX_GET_OP(msg_ctx, env);
-    if (op)
+    /*if (op)
     {
         axis2_msg_t *msg = NULL;
         msg = AXIS2_OP_GET_MSG(op, env, AXIS2_MSG_IN);
         schema_element = AXIS2_MSG_GET_SCHEMA_ELEMENT(msg, env);
-    }
+    }*/
     soap_envelope = axis2_http_transport_utils_handle_media_type_url_encoded(
-                env, msg_ctx, request_params, AXIS2_HTTP_HEADER_GET,
-                schema_element);
+                env, msg_ctx, request_params, AXIS2_HTTP_HEADER_GET);
     if (NULL == soap_envelope)
     {
         return AXIS2_FALSE;
@@ -1310,7 +1311,7 @@
     return tmp2;
 }
 
-AXIS2_EXTERN axiom_soap_envelope_t *AXIS2_CALL
+/*AXIS2_EXTERN axiom_soap_envelope_t *AXIS2_CALL
 axis2_http_transport_utils_handle_media_type_url_encoded(
     const axis2_env_t *env,
     axis2_msg_ctx_t *msg_ctx,
@@ -1438,7 +1439,61 @@
         }
     }
     return soap_env;
+}*/
+
+AXIS2_EXTERN axiom_soap_envelope_t *AXIS2_CALL
+axis2_http_transport_utils_handle_media_type_url_encoded(
+    const axis2_env_t *env,
+    axis2_msg_ctx_t *msg_ctx,
+    axis2_hash_t *param_map,
+    axis2_char_t *method)
+{
+    axiom_soap_envelope_t *soap_env = NULL;
+    axiom_soap_body_t *soap_body = NULL;
+
+    AXIS2_ENV_CHECK(env, NULL);
+    AXIS2_PARAM_CHECK(env->error, msg_ctx, NULL);
+    AXIS2_PARAM_CHECK(env->error, method, NULL);
+
+
+    soap_env = axiom_soap_envelope_create_default_soap_envelope(env,
+            AXIOM_SOAP11);
+    soap_body = AXIOM_SOAP_ENVELOPE_GET_BODY(soap_env, env);
+    if (NULL == soap_body)
+    {
+        AXIS2_ERROR_SET(env->error, AXIS2_ERROR_SOAP_ENVELOPE_OR_SOAP_BODY_NULL,
+                AXIS2_FAILURE);
+        return NULL;
+    }
+
+    axiom_element_t *body_child = NULL;
+    axiom_node_t *body_child_node = NULL;
+
+    body_child = axiom_element_create_with_qname(env, NULL,
+            AXIS2_OP_GET_QNAME(AXIS2_MSG_CTX_GET_OP(msg_ctx, env),
+                    env), &body_child_node);
+    AXIOM_SOAP_BODY_ADD_CHILD(soap_body, env, body_child_node);
+    if (param_map)
+    {
+        axis2_hash_index_t *hi = NULL;
+        for (hi = axis2_hash_first(param_map, env); hi ;
+                hi = axis2_hash_next(env, hi))
+        {
+            void *name = NULL;
+            void *value = NULL;
+            axiom_node_t *node = NULL;
+            axiom_element_t *element = NULL;
+
+            axis2_hash_this(hi, (const void **)&name, NULL, (void **)&value);
+            element = axiom_element_create(env, NULL, (axis2_char_t *)name,
+                    NULL, &node);
+            AXIOM_ELEMENT_SET_TEXT(element, env, (axis2_char_t *)value, node);
+            AXIOM_NODE_ADD_CHILD(body_child_node, env, node);
+        }
+    }
+    return soap_env;
 }
+
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 axis2_http_transport_utils_dispatch_and_verify(

Modified: webservices/axis2/trunk/c/modules/core/transport/http/receiver/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/receiver/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/receiver/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/receiver/Makefile.am Thu Feb  1 22:33:54 2007
@@ -8,7 +8,6 @@
                                     http_server.c
 
 INCLUDES = -I$(top_builddir)/include \
-	       -I$(top_builddir)/modules/wsdl\
 	       -I$(top_builddir)/modules/core/transport\
 	       -I$(top_builddir)/modules/core/transport/http \
            -I$(top_builddir)/modules/core/description \
@@ -16,6 +15,5 @@
            -I$(top_builddir)/modules/core/phaseresolver \
            -I$(top_builddir)/modules/core/engine \
            -I$(top_builddir)/modules/core/deployment \
-           -I$(top_builddir)/xml_schema/include \
            -I$(top_builddir)/util/include \
            -I$(top_builddir)/axiom/include

Modified: webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am Thu Feb  1 22:33:54 2007
@@ -17,7 +17,6 @@
 endif
 
 INCLUDES = -I$(top_builddir)/include \
-	       -I$(top_builddir)/modules/wsdl\
 	       -I$(top_builddir)/modules/core/transport\
 	       -I$(top_builddir)/modules/core/transport/http \
            -I$(top_builddir)/modules/core/description \
@@ -25,6 +24,5 @@
            -I$(top_builddir)/modules/core/phaseresolver \
            -I$(top_builddir)/modules/core/engine \
            -I$(top_builddir)/modules/core/deployment \
-           -I$(top_builddir)/xml_schema/include \
            -I$(top_builddir)/util/include \
            -I$(top_builddir)/axiom/include

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/Makefile.am Thu Feb  1 22:33:54 2007
@@ -7,18 +7,14 @@
 AM_CFLAGS = -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
 
 libmod_axis2_la_LIBADD   = $(LDFLAGS) \
-                    -L$(top_builddir)/modules/wsdl \
                     -L$(top_builddir)/modules/core/engine \
                     -L$(top_builddir)/modules/core/transport/http/sender \
                     -L$(top_builddir)/modules/core/transport/http/receiver \
 		     $(top_builddir)/axiom/src/om/libaxis2_axiom.la \
 							$(top_builddir)/util/src/libaxis2_util.la \
 							../../../../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-							$(top_builddir)/woden/src/wsdl20/libwoden.la \
-							$(top_builddir)/xml_schema/src/libaxis2_xml_schema.la \
                     -laxis2_engine \
                     -lpthread \
-                    -laxis2_wsdl \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
                     -L$(top_builddir)$(GUTHTHILA_LIBS) \
@@ -26,14 +22,12 @@
 					$(LIBXML2_LIBS)
 
 INCLUDES = -I$(top_builddir)/include \
-	       -I$(top_builddir)/modules/wsdl\
 	       -I$(top_builddir)/modules/core/transport/http \
            -I$(top_builddir)/modules/core/description \
            -I$(top_builddir)/modules/core/context \
            -I$(top_builddir)/modules/core/phaseresolver \
            -I$(top_builddir)/modules/core/engine \
            -I$(top_builddir)/modules/core/deployment \
-           -I$(top_builddir)/xml_schema/include\
            -I$(top_builddir)/axiom/include\
            -I$(top_builddir)/util/include\
             @APACHE2INC@ \

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/Makefile.am Thu Feb  1 22:33:54 2007
@@ -5,30 +5,24 @@
 axis2_http_server_SOURCES = http_server_main.c
 
 axis2_http_server_LDADD   =  $(LDFLAGS) \
-                            -L$(top_builddir)/modules/wsdl \
                             -L$(top_builddir)/modules/core/engine \
                             -L$(top_builddir)/modules/core/transport/http/sender \
                             -L$(top_builddir)/modules/core/transport/http/receiver \
 							$(top_builddir)/axiom/src/om/libaxis2_axiom.la \
 							$(top_builddir)/util/src/libaxis2_util.la \
 							../../../../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-							$(top_builddir)/woden/src/wsdl20/libwoden.la \
-							$(top_builddir)/xml_schema/src/libaxis2_xml_schema.la \
                             -laxis2_engine \
                             -lpthread \
-                            -laxis2_wsdl \
                             -laxis2_http_sender \
                             -laxis2_http_receiver \
 							-L$(top_builddir)$(GUTHTHILA_LIBS) \
                             $(LIBXML2_LIBS)
                     
 INCLUDES =  -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl\
             -I$(top_builddir)/modules/core/description\
             -I$(top_builddir)/modules/core/context \
             -I$(top_builddir)/modules/core/deployment\
             -I$(top_builddir)/modules/core/phaseresolver \
             -I$(top_builddir)/modules/core/engine \
-            -I$(top_builddir)/xml_schema/include \
             -I$(top_builddir)/util/include \
             -I$(top_builddir)/axiom/include

Modified: webservices/axis2/trunk/c/modules/core/util/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/util/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/core/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/util/Makefile.am Thu Feb  1 22:33:54 2007
@@ -4,8 +4,6 @@
 libaxis2_core_utils_la_SOURCES =	core_utils.c
 
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/engine \
-            -I$(top_builddir)/xml_schema/include \
             -I$(top_builddir)/util/include \
             -I$(top_builddir)/axiom/include

Modified: webservices/axis2/trunk/c/modules/mod_addr/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/mod_addr/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/mod_addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/mod_addr/Makefile.am Thu Feb  1 22:33:54 2007
@@ -19,12 +19,8 @@
 							$(top_builddir)/axiom/src/om/libaxis2_axiom.la \
 							$(top_builddir)/axiom/src/parser/${WRAPPER_DIR}/libaxis2_parser.la \
 							$(top_builddir)/util/src/libaxis2_util.la \
-							$(top_builddir)/woden/src/wsdl/libwoden_wsdl.la \
-							$(top_builddir)/woden/src/wsdl20/libwoden.la \
 							$(top_builddir)/modules/core/transport/http/sender/libaxis2_http_sender.la \
-							$(top_builddir)/modules/core/transport/http/receiver/libaxis2_http_receiver.la \
-							$(top_builddir)/modules/wsdl/libaxis2_wsdl.la \
-							$(top_builddir)/xml_schema/src/libaxis2_xml_schema.la 
+							$(top_builddir)/modules/core/transport/http/receiver/libaxis2_http_receiver.la 
 
 
 INCLUDES = -I$(top_builddir)/include \
@@ -33,7 +29,5 @@
             -I$(top_builddir)/modules/core/phaseresolver \
             -I$(top_builddir)/modules/core/engine \
             -I$(top_builddir)/modules/core/deployment \
-            -I$(top_builddir)/modules/wsdl \
-            -I$(top_builddir)/xml_schema/include \
             -I$(top_builddir)/util/include \
             -I$(top_builddir)/axiom/include

Modified: webservices/axis2/trunk/c/modules/mod_log/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/mod_log/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/modules/mod_log/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/mod_log/Makefile.am Thu Feb  1 22:33:54 2007
@@ -17,8 +17,6 @@
             -I$(top_builddir)/modules/core/phaseresolver \
             -I$(top_builddir)/modules/core/engine \
             -I$(top_builddir)/modules/core/deployment \
-            -I$(top_builddir)/modules/wsdl \
-            -I$(top_builddir)/xml_schema/include\
             -I$(top_builddir)/util/include\
             -I$(top_builddir)/axiom/include
 

Modified: webservices/axis2/trunk/c/rampart/samples/client/sec_echo/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/samples/client/sec_echo/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/rampart/samples/client/sec_echo/Makefile.am (original)
+++ webservices/axis2/trunk/c/rampart/samples/client/sec_echo/Makefile.am Thu Feb  1 22:33:54 2007
@@ -9,9 +9,6 @@
                     -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_axiom \
-                    -laxis2_wsdl \
-                    -lwoden \
-                    -laxis2_xml_schema \
                     -laxis2_engine \
                     -laxis2_parser \
                     -lpthread \

Modified: webservices/axis2/trunk/c/rampart/src/core/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/core/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/core/Makefile.am (original)
+++ webservices/axis2/trunk/c/rampart/src/core/Makefile.am Thu Feb  1 22:33:54 2007
@@ -14,5 +14,4 @@
 INCLUDES = -I$(top_builddir)/include \
 			-I ../../../include \
 			-I ../../../util/include \
-			-I ../../../axiom/include \
-			-I ../../../xml_schema/include 
+			-I ../../../axiom/include 

Modified: webservices/axis2/trunk/c/rampart/src/handlers/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/handlers/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/handlers/Makefile.am (original)
+++ webservices/axis2/trunk/c/rampart/src/handlers/Makefile.am Thu Feb  1 22:33:54 2007
@@ -6,5 +6,4 @@
 INCLUDES = -I$(top_builddir)/include \
 			-I ../../../include \
 			-I ../../../util/include \
-			-I ../../../xml_schema/include \
 			-I ../../../axiom/include 

Modified: webservices/axis2/trunk/c/rampart/src/util/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/util/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/rampart/src/util/Makefile.am Thu Feb  1 22:33:54 2007
@@ -15,5 +15,4 @@
 INCLUDES = -I$(top_builddir)/include \
 			-I ../../../include \
 			-I ../../../util/include \
-			-I ../../../xml_schema/include \
 			-I ../../../axiom/include

Modified: webservices/axis2/trunk/c/samples/client/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/samples/client/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/Makefile.am Thu Feb  1 22:33:54 2007
@@ -1,4 +1,4 @@
 clientdir=$(prefix)/samples/client
-SUBDIRS = echo math google notify mtom dynamic_client yahoo
+SUBDIRS = echo math google notify mtom yahoo
 client_DATA = Makefile.am Makefile.in
 EXTRA_DIST= Makefile.am

Modified: webservices/axis2/trunk/c/samples/client/echo/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/echo/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/echo/Makefile.am Thu Feb  1 22:33:54 2007
@@ -8,12 +8,9 @@
                 -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_axiom \
-                    -laxis2_wsdl \
                     -laxis2_engine \
                     -laxis2_parser \
                     -lpthread \
-					-lwoden \
-					-laxis2_xml_schema \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
                     $(GUTHTHILA_LIBS) \

Modified: webservices/axis2/trunk/c/samples/client/google/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/google/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/samples/client/google/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/google/Makefile.am Thu Feb  1 22:33:54 2007
@@ -8,13 +8,10 @@
                     -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_axiom \
-                    -laxis2_wsdl \
                     -laxis2_engine \
                     -laxis2_parser \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
-					-lwoden \
-					-laxis2_xml_schema \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/samples/client/math/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/math/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/samples/client/math/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/math/Makefile.am Thu Feb  1 22:33:54 2007
@@ -10,14 +10,11 @@
                 -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_axiom \
-                    -laxis2_wsdl \
                     -laxis2_engine \
                     -laxis2_parser \
                     -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
-					-lwoden \
-					-laxis2_xml_schema \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/samples/client/mtom/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/mtom/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/samples/client/mtom/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/mtom/Makefile.am Thu Feb  1 22:33:54 2007
@@ -10,14 +10,11 @@
                     -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_axiom \
-                    -laxis2_wsdl \
                     -laxis2_engine \
                     -laxis2_parser \
                     -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
-					-lwoden \
-					-laxis2_xml_schema \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/samples/client/notify/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/notify/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/samples/client/notify/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/notify/Makefile.am Thu Feb  1 22:33:54 2007
@@ -8,14 +8,11 @@
                     -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_axiom \
-                    -laxis2_wsdl \
                     -laxis2_engine \
                     -laxis2_parser \
                     -lpthread \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
-					-lwoden \
-					-laxis2_xml_schema \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/samples/client/yahoo/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/yahoo/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/samples/client/yahoo/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/yahoo/Makefile.am Thu Feb  1 22:33:54 2007
@@ -8,13 +8,10 @@
                     -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
                     -laxis2_axiom \
-                    -laxis2_wsdl \
                     -laxis2_engine \
                     -laxis2_parser \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
-					-lwoden \
-					-laxis2_xml_schema \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/samples/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/configure.ac?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/samples/configure.ac Thu Feb  1 22:33:54 2007
@@ -153,7 +153,6 @@
     client/Makefile \
     client/echo/Makefile \
     client/math/Makefile \
-    client/dynamic_client/Makefile \
     client/mtom/Makefile \
     client/mtom/resources/Makefile \
     client/notify/Makefile \

Modified: webservices/axis2/trunk/c/samples/user_guide/clients/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/user_guide/clients/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/samples/user_guide/clients/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/user_guide/clients/Makefile.am Thu Feb  1 22:33:54 2007
@@ -16,14 +16,11 @@
              -L$(AXIS2C_HOME)/lib \
 			 -laxis2_util \
              -laxis2_axiom \
-             -laxis2_wsdl \
              -laxis2_engine \
              -laxis2_parser \
              -lpthread \
              -laxis2_http_sender \
              -laxis2_http_receiver \
-				-lwoden \
-				-laxis2_xml_schema \
              $(GUTHTHILA_LIBS) \
              $(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/savan/samples/client/subscriber/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/savan/samples/client/subscriber/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/savan/samples/client/subscriber/Makefile.am (original)
+++ webservices/axis2/trunk/c/savan/samples/client/subscriber/Makefile.am Thu Feb  1 22:33:54 2007
@@ -8,12 +8,9 @@
 					-L../../../src/core \
 					-laxis2_util \
                     -laxis2_axiom \
-                    -laxis2_wsdl \
                     -laxis2_engine \
                     -laxis2_parser \
                     -lpthread \
-					-lwoden \
-					-laxis2_xml_schema \
                     -laxis2_http_sender \
                     -laxis2_http_receiver \
                     $(GUTHTHILA_LIBS) \

Modified: webservices/axis2/trunk/c/savan/src/client/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/savan/src/client/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/savan/src/client/Makefile.am (original)
+++ webservices/axis2/trunk/c/savan/src/client/Makefile.am Thu Feb  1 22:33:54 2007
@@ -5,5 +5,4 @@
 INCLUDES = -I$(top_builddir)/include \
 		 -I ../../../include \
 		 -I ../../../util/include \
-	     -I ../../../axiom/include \
-	     -I ../../../xml_schema/include
+	     -I ../../../axiom/include 

Modified: webservices/axis2/trunk/c/savan/src/core/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/savan/src/core/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/savan/src/core/Makefile.am (original)
+++ webservices/axis2/trunk/c/savan/src/core/Makefile.am Thu Feb  1 22:33:54 2007
@@ -7,8 +7,7 @@
 INCLUDES = -I$(top_builddir)/include \
 			-I ../../../include \
 			-I ../../../util/include \
-			-I ../../../axiom/include \
-			-I ../../../xml_schema/include
+			-I ../../../axiom/include 
 
 libmod_savan_la_LIBADD = ../client/libsavan_client.la\
                         ../handlers/libsavan_handlers.la\

Modified: webservices/axis2/trunk/c/savan/src/handlers/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/savan/src/handlers/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/savan/src/handlers/Makefile.am (original)
+++ webservices/axis2/trunk/c/savan/src/handlers/Makefile.am Thu Feb  1 22:33:54 2007
@@ -6,5 +6,4 @@
 INCLUDES = -I$(top_builddir)/include \
 			-I ../../../include \
 			-I ../../../util/include \
-		   -I ../../../axiom/include \
-		   -I ../../../xml_schema/include
+		   -I ../../../axiom/include 

Modified: webservices/axis2/trunk/c/savan/src/msgreceivers/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/savan/src/msgreceivers/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/savan/src/msgreceivers/Makefile.am (original)
+++ webservices/axis2/trunk/c/savan/src/msgreceivers/Makefile.am Thu Feb  1 22:33:54 2007
@@ -6,5 +6,4 @@
 		   -I ../../../include\
            -I ../../include \
            -I ../../../util/include \
-           -I ../../../axiom/include \
-           -I ../../../xml_schema/include
+           -I ../../../axiom/include 

Modified: webservices/axis2/trunk/c/savan/src/subscribers/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/savan/src/subscribers/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/savan/src/subscribers/Makefile.am (original)
+++ webservices/axis2/trunk/c/savan/src/subscribers/Makefile.am Thu Feb  1 22:33:54 2007
@@ -5,5 +5,4 @@
 INCLUDES = -I$(top_builddir)/include \
 			-I ../../../include \
 			-I ../../../util/include \
-			-I ../../../axiom/include \
-			-I ../../../xml_schema/include
+			-I ../../../axiom/include 

Modified: webservices/axis2/trunk/c/savan/src/util/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/savan/src/util/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/savan/src/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/savan/src/util/Makefile.am Thu Feb  1 22:33:54 2007
@@ -6,5 +6,4 @@
 		   -I ../../../include\
            -I ../../include \
            -I ../../../util/include \
-           -I ../../../axiom/include \
-           -I ../../../xml_schema/include
+           -I ../../../axiom/include 

Modified: webservices/axis2/trunk/c/test/core/addr/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/addr/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/test/core/addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/addr/Makefile.am Thu Feb  1 22:33:54 2007
@@ -10,10 +10,7 @@
                     ../../../util/src/libaxis2_util.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-                    ../../../woden/src/wsdl20/libwoden.la \
-                    ../../../xml_schema/src/libaxis2_xml_schema.la \
 					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
-					$(top_builddir)/modules/wsdl/libaxis2_wsdl.la \
 	                -L$(top_builddir)$(GUTHTHILA_LIBS) \
 	                $(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/test/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/clientapi/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/test/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/clientapi/Makefile.am Thu Feb  1 22:33:54 2007
@@ -11,11 +11,8 @@
                     ../../../util/src/libaxis2_util.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-                    ../../../woden/src/wsdl20/libwoden.la \
-                    ../../../xml_schema/src/libaxis2_xml_schema.la \
                     -lpthread \
                     $(top_builddir)/modules/core/engine/libaxis2_engine.la \
-                    $(top_builddir)/modules/wsdl/libaxis2_wsdl.la \
                     $(top_builddir)/modules/core/transport/http/sender/libaxis2_http_sender.la \
                     $(LIBXML2_LIBS) \
                     -L$(top_builddir)$(GUTHTHILA_LIBS)
@@ -24,25 +21,20 @@
                     ../../../util/src/libaxis2_util.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-                    ../../../woden/src/wsdl20/libwoden.la \
-                    ../../../xml_schema/src/libaxis2_xml_schema.la \
                     -lpthread \
                     $(top_builddir)/modules/core/engine/libaxis2_engine.la \
-                    $(top_builddir)/modules/wsdl/libaxis2_wsdl.la \
                     $(top_builddir)/modules/core/transport/http/sender/libaxis2_http_sender.la \
                     $(LIBXML2_LIBS) \
                     -L$(top_builddir)$(GUTHTHILA_LIBS) 
 
 INCLUDES = -I${CUTEST_HOME}/include \
             -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/description \
             -I$(top_builddir)/modules/core/context \
             -I$(top_builddir)/modules/core/phaseresolver \
             -I$(top_builddir)/modules/core/deployment \
             -I$(top_builddir)/modules/core/engine \
             -I$(top_builddir)/modules/core/clientapi \
-            -I$(top_builddir)/xml_schema/include \
             -I ../../../util/include \
             -I ../../../axiom/include
 

Modified: webservices/axis2/trunk/c/test/core/context/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/context/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/test/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/context/Makefile.am Thu Feb  1 22:33:54 2007
@@ -10,18 +10,13 @@
 test_context_LDADD   =	../../../util/src/libaxis2_util.la \
 						../../../axiom/src/om/libaxis2_axiom.la \
 						../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-						../../../woden/src/wsdl20/libwoden.la \
-						../../../xml_schema/src/libaxis2_xml_schema.la \
 						$(top_builddir)/modules/core/engine/libaxis2_engine.la \
-						$(top_builddir)/modules/wsdl/libaxis2_wsdl.la \
 			        	-L$(top_builddir)$(GUTHTHILA_LIBS) \
 			        	$(LIBXML2_LIBS)
 
 INCLUDES = -I${CUTEST_HOME}/include \
             -I$(top_builddir)/modules/xml/guththila/src \
             -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/description \
-            -I$(top_builddir)/xml_schema/include \
 			-I ../../../util/include \
 			-I ../../../axiom/include 

Modified: webservices/axis2/trunk/c/test/core/deployment/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/deployment/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/test/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/deployment/Makefile.am Thu Feb  1 22:33:54 2007
@@ -9,15 +9,11 @@
                     ../../../util/src/libaxis2_util.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-                    ../../../woden/src/wsdl20/libwoden.la \
-                    ../../../xml_schema/src/libaxis2_xml_schema.la \
 					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
-					$(top_builddir)/modules/wsdl/libaxis2_wsdl.la \
                     -L$(top_builddir)$(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
                     
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/description \
             -I$(top_builddir)/modules/core/context \
             -I$(top_builddir)/modules/core/phaseresolver \
@@ -25,7 +21,6 @@
             -I$(top_builddir)/modules/core/engine \
             -I$(top_builddir)/modules/core/clientapi \
             -I$(top_builddir)/modules/core/util \
-            -I$(top_builddir)/xml_schema/include \
             -I ../../../util/include \
             -I ../../../axiom/include
 			

Modified: webservices/axis2/trunk/c/test/core/description/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/description/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/test/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/description/Makefile.am Thu Feb  1 22:33:54 2007
@@ -9,16 +9,12 @@
 					../../../util/src/libaxis2_util.la \
 					../../../axiom/src/om/libaxis2_axiom.la \
 					../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-					../../../woden/src/wsdl20/libwoden.la \
-					../../../xml_schema/src/libaxis2_xml_schema.la \
                     -lpthread \
 					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
-					$(top_builddir)/modules/wsdl/libaxis2_wsdl.la \
                     -L$(top_builddir)$(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
                     
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/description \
             -I$(top_builddir)/modules/core/context \
             -I$(top_builddir)/modules/core/phaseresolver \
@@ -26,7 +22,6 @@
             -I$(top_builddir)/modules/core/transport \
             -I$(top_builddir)/modules/core/engine \
             -I$(top_builddir)/modules/core/clientapi \
-            -I$(top_builddir)/xml_schema/include \
 			-I ../../../util/include \
 			-I ../../../axiom/include 
 

Modified: webservices/axis2/trunk/c/test/core/engine/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/engine/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/test/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/engine/Makefile.am Thu Feb  1 22:33:54 2007
@@ -11,21 +11,16 @@
                     ../../../util/src/libaxis2_util.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-                    ../../../woden/src/wsdl20/libwoden.la \
-                    ../../../xml_schema/src/libaxis2_xml_schema.la \
 					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
-					$(top_builddir)/modules/wsdl/libaxis2_wsdl.la \
 	                -L$(top_builddir)$(GUTHTHILA_LIBS) \
 	                $(LIBXML2_LIBS)
 
 INCLUDES = -I${CUTEST_HOME}/include \
             -I$(top_builddir)/modules/xml/guththila \
             -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/core/description \
             -I$(top_builddir)/modules/core/deployment \
             -I$(top_builddir)/modules/core/engine \
-            -I$(top_builddir)/xml_schema/include \
             -I ../../../util/include \
             -I ../../../axiom/include
 

Modified: webservices/axis2/trunk/c/test/core/transport/http/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/transport/http/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/test/core/transport/http/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/transport/http/Makefile.am Thu Feb  1 22:33:54 2007
@@ -11,10 +11,7 @@
 		                    ../../../../util/src/libaxis2_util.la \
        						../../../../axiom/src/om/libaxis2_axiom.la \
 		                    ../../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-		                    ../../../../woden/src/wsdl20/libwoden.la \
-		                    ../../../../xml_schema/src/libaxis2_xml_schema.la \
 							$(top_builddir)/modules/core/engine/libaxis2_engine.la \
-							$(top_builddir)/modules/wsdl/libaxis2_wsdl.la \
 							$(top_builddir)/modules/core/transport/http/sender/libaxis2_http_sender.la \
 							$(LIBXML2_LIBS) \
                     		-L$(top_builddir)$(GUTHTHILA_LIBS)

Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am Thu Feb  1 22:33:54 2007
@@ -6,17 +6,13 @@
                     ../../../../util/src/libaxis2_util.la \
                     ../../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-                    ../../../../woden/src/wsdl20/libwoden.la \
-                    ../../../../xml_schema/src/libaxis2_xml_schema.la \
 					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
-					$(top_builddir)/modules/wsdl/libaxis2_wsdl.la \
 					$(top_builddir)//modules/core/transport/http/sender/libaxis2_http_sender.la \
 					$(top_builddir)/modules/core/transport/http/receiver/libaxis2_http_receiver.la \
                     -L$(top_builddir)/$(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 
 INCLUDES = -I$(top_builddir)/include \
-           -I$(top_builddir)/xml_schema/include \
             -I ../../../../util/include \
             -I ../../../../axiom/include
 

Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am?view=diff&rev=502518&r1=502517&r2=502518
==============================================================================
--- webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am Thu Feb  1 22:33:54 2007
@@ -6,17 +6,13 @@
                     ../../../../util/src/libaxis2_util.la \
                     ../../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
-                    ../../../../woden/src/wsdl20/libwoden.la \
-                    ../../../../xml_schema/src/libaxis2_xml_schema.la \
 					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
-					$(top_builddir)/modules/wsdl/libaxis2_wsdl.la \
 					$(top_builddir)/modules/core/transport/http/sender/libaxis2_http_sender.la \
 					$(top_builddir)/modules/core/transport/http/receiver/libaxis2_http_receiver.la \
                     -L$(top_builddir)/$(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 
 INCLUDES = -I$(top_builddir)/include \
-           -I$(top_builddir)/xml_schema/include \
            -I ../../../../util/include \
             -I ../../../../axiom/include
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org