From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../WSEntryPointTestRPCClient.c | 148 ++++++++++++++++++ .../WSEntryPointTestRPCClient.vcproj | 135 ++++++++++++++++ .../WSEntryPointTestRPC.h | 30 ++++ .../WSEntryPointTestRPC.wsdl | 62 ++++++++ .../WSEntryPointTestRPCComposite.vcproj | 170 +++++++++++++++++++++ .../WSEntryPointTestRPCImpl.componentType | 10 ++ .../WSEntryPointTestRPCImpl.cpp | 38 +++++ .../WSEntryPointTestRPCImpl.h | 36 +++++ ...estRPCImpl_WSEntryPointTestRPCService_Proxy.cpp | 63 ++++++++ ...tTestRPCImpl_WSEntryPointTestRPCService_Proxy.h | 34 +++++ ...tRPCImpl_WSEntryPointTestRPCService_Wrapper.cpp | 70 +++++++++ ...estRPCImpl_WSEntryPointTestRPCService_Wrapper.h | 36 +++++ .../WSEntryPointTestRPCComposite/sca.composite | 19 +++ .../WSEntryPointTestRPCComposite/services.xml | 30 ++++ .../WSEntryPointTestRPCSubsystem/sca.subsystem | 23 +++ .../WSEntryPointTestRPCSubsystem/sca.subsystem | 23 +++ .../WSEntryPointTestRPC.h | 30 ++++ .../WSEntryPointTestRPC.wsdl | 62 ++++++++ .../WSEntryPointTestRPCImpl.componentType | 10 ++ .../WSEntryPointTestRPCImpl.h | 36 +++++ .../WSEntryPointTestRPCComposite/sca.composite | 19 +++ 21 files changed, 1084 insertions(+) create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCClient/WSEntryPointTestRPCClient.c create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCClient/WSEntryPointTestRPCClient.vcproj create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.h create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.wsdl create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCComposite.vcproj create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.componentType create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.cpp create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.h create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Proxy.cpp create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Proxy.h create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Wrapper.cpp create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Wrapper.h create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/sca.composite create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/services.xml create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCSubsystem/sca.subsystem create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/configuration/WSEntryPointTestRPCSubsystem/sca.subsystem create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.h create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.wsdl create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.componentType create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.h create mode 100644 tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/sca.composite (limited to 'tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC') diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCClient/WSEntryPointTestRPCClient.c b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCClient/WSEntryPointTestRPCClient.c new file mode 100644 index 0000000000..115858f09a --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCClient/WSEntryPointTestRPCClient.c @@ -0,0 +1,148 @@ +/* + * Copyright 2004,2005 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include +#include +#include +#include +#include + +axiom_node_t * +build_om_payload_for_WSEntryPointTestRPC_svc(axis2_env_t *env); + + +int main(int argc, char** argv) +{ + axis2_env_t *env = NULL; + axis2_char_t *address = NULL; + axis2_endpoint_ref_t* endpoint_ref = NULL; + axis2_options_t *options = NULL; + axis2_char_t *client_home = NULL; + axis2_svc_client_t* svc_client = NULL; + axiom_node_t *payload = NULL; + axiom_node_t *ret_node = NULL; + + /* Set up the envioronment */ + env = axis2_env_create_all("wsentrypointtestrpc.log", AXIS2_LOG_LEVEL_TRACE); + + /* Set end point reference of echo service */ + address = "http://localhost:9090/axis2/services/WSEntryPointTestRPC"; + if (argc > 1 ) + address = argv[1]; + if (AXIS2_STRCMP(address, "-h") == 0) + { + printf("Usage : %s [endpoint_url]\n", argv[0]); + printf("use -h for help\n"); + return 0; + } + printf ("Using endpoint : %s\n", address); + + /* Create EPR with given address */ + endpoint_ref = axis2_endpoint_ref_create(env, address); + + /* Setup options */ + options = axis2_options_create(env); + AXIS2_OPTIONS_SET_TO(options, env, endpoint_ref); + AXIS2_OPTIONS_SET_ACTION(options, env, + "http://www.WSEntryPointTest.org/WSEntryPointTestRPC/doString"); + + /* Set up deploy folder. It is from the deploy folder, the configuration is picked up + * using the axis2.xml file. + * In this sample client_home points to the Axis2/C default deploy folder. The client_home can + * be different from this folder on your system. For example, you may have a different folder + * (say, my_client_folder) with its own axis2.xml file. my_client_folder/packages will have the + * composites that the client uses + */ + client_home = AXIS2_GETENV("AXIS2C_HOME"); + if (!client_home) + { + printf("Please ensure AXIS2C_HOME is set as an env variable\n"); + return 0; + } + + /* Create service client */ + svc_client = axis2_svc_client_create(env, client_home); + if (!svc_client) + { + printf("Error creating service client\n"); + AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "Stub invoke FAILED: Error code:" + " %d :: %s", env->error->error_number, + AXIS2_ERROR_GET_MESSAGE(env->error)); + } + + /* Set service client options */ + AXIS2_SVC_CLIENT_SET_OPTIONS(svc_client, &env, options); + + /* Engage addressing composite */ + AXIS2_SVC_CLIENT_ENGAGE_COMPOSITE(svc_client, &env, AXIS2_COMPOSITE_ADDRESSING); + + /* Build the SOAP request message payload using OM API.*/ + payload = build_om_payload_for_WSEntryPointTestRPC_svc(env); + + /* Send request */ + ret_node = AXIS2_SVC_CLIENT_SEND_RECEIVE(svc_client, env, payload); + + if(ret_node) + { + axis2_char_t *om_str = NULL; + om_str = AXIOM_NODE_TO_STRING(ret_node, env); + if (om_str) + printf("\nReceived OM : %s\n", om_str); + printf("\nWSEntryPointTestRPC client invoke SUCCESSFUL!\n"); + } + else + { + AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "Stub invoke FAILED: Error code:" + " %d :: %s", env->error->error_number, + AXIS2_ERROR_GET_MESSAGE(env->error)); + printf("WSEntryPointTestRPC client invoke FAILED!\n"); + } + + if (svc_client) + { + AXIS2_SVC_CLIENT_FREE(svc_client, env); + svc_client = NULL; + } + if (endpoint_ref) + { + AXIS2_ENDPOINT_REF_FREE(endpoint_ref, &env); + endpoint_ref = NULL; + } + return 0; +} + +/* build SOAP request message content using OM */ +axiom_node_t * +build_om_payload_for_WSEntryPointTestRPC_svc(axis2_env_t *env) +{ + axiom_node_t* req_om_node = NULL; + axiom_element_t* req_om_elem = NULL; + axiom_node_t* param_om_node = NULL; + axiom_element_t* param_om_elem = NULL; + axiom_namespace_t *ns1 = NULL; + axis2_char_t *om_str = NULL; + + ns1 = axiom_namespace_create (env, "http://www.WSEntryPointTest.org/WSEntryPointTestRPC/", "ns1"); + req_om_elem = axiom_element_create(env, NULL, "doString", ns1, &req_om_node); + param_om_elem = axiom_element_create(env, req_om_node, "doStringRequest", ns1, ¶m_om_node); + AXIOM_ELEMENT_SET_TEXT(param_om_elem, env, "WSEntryPointTestRPC Client Call", param_om_node); + + om_str = AXIOM_NODE_TO_STRING(req_om_node, env); + if (om_str) + printf("\nSending OM : %s\n", om_str); + + return req_om_node; +} diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCClient/WSEntryPointTestRPCClient.vcproj b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCClient/WSEntryPointTestRPCClient.vcproj new file mode 100644 index 0000000000..5c48a3a683 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCClient/WSEntryPointTestRPCClient.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.h b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.h new file mode 100644 index 0000000000..c804494b46 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.h @@ -0,0 +1,30 @@ +/* ++----------------------------------------------------------------------+ +| (c) Copyright IBM Corporation 2005. | +| All Rights Reserved. | ++----------------------------------------------------------------------+ +| | +| Licensed under the Apache License, Version 2.0 (the "License"); you | +| may not use this file except in compliance with the License. You may | +| obtain a copy of the License at | +| http://www.apache.org/licenses/LICENSE-2.0 | +| | +| Unless required by applicable law or agreed to in writing, software | +| distributed under the License is distributed on an "AS IS" BASIS, | +| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | +| implied. See the License for the specific language governing | +| permissions and limitations under the License. | ++----------------------------------------------------------------------+ +*/ + +#ifndef WSEENTRYPOINTTESTRPC_H +#define WSEENTRYPOINTTESTRPC_H +class WSCompositeServiceTestRPC +{ +public: + virtual char* doString(char* arg1) = 0; +}; + +#endif + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.wsdl b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.wsdl new file mode 100644 index 0000000000..1706534042 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.wsdl @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCComposite.vcproj b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCComposite.vcproj new file mode 100644 index 0000000000..f82221700b --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCComposite.vcproj @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.componentType b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.componentType new file mode 100644 index 0000000000..15287150e0 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.componentType @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.cpp b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.cpp new file mode 100644 index 0000000000..e2ca28345d --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.cpp @@ -0,0 +1,38 @@ +/* ++----------------------------------------------------------------------+ +| (c) Copyright IBM Corporation 2005. | +| All Rights Reserved. | ++----------------------------------------------------------------------+ +| | +| Licensed under the Apache License, Version 2.0 (the "License"); you | +| may not use this file except in compliance with the License. You may | +| obtain a copy of the License at | +| http://www.apache.org/licenses/LICENSE-2.0 | +| | +| Unless required by applicable law or agreed to in writing, software | +| distributed under the License is distributed on an "AS IS" BASIS, | +| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | +| implied. See the License for the specific language governing | +| permissions and limitations under the License. | ++----------------------------------------------------------------------+ +*/ + +#include "WSCompositeServiceTestRPCImpl.h" +#include + +WSCompositeServiceTestRPCImpl::WSCompositeServiceTestRPCImpl() +{ +} + +WSCompositeServiceTestRPCImpl::~WSCompositeServiceTestRPCImpl() +{ +} + +// WSCompositeServiceTestRPC interface +char* WSCompositeServiceTestRPCImpl::doString(char* arg1) +{ + printf("WSCompositeServiceTestRPCImpl::doString %s\n", arg1); + + return "WSCompositeServiceTestRPCImpl::doString response"; +} + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.h b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.h new file mode 100644 index 0000000000..7d3b355b8a --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.h @@ -0,0 +1,36 @@ +/* ++----------------------------------------------------------------------+ +| (c) Copyright IBM Corporation 2005. | +| All Rights Reserved. | ++----------------------------------------------------------------------+ +| | +| Licensed under the Apache License, Version 2.0 (the "License"); you | +| may not use this file except in compliance with the License. You may | +| obtain a copy of the License at | +| http://www.apache.org/licenses/LICENSE-2.0 | +| | +| Unless required by applicable law or agreed to in writing, software | +| distributed under the License is distributed on an "AS IS" BASIS, | +| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | +| implied. See the License for the specific language governing | +| permissions and limitations under the License. | ++----------------------------------------------------------------------+ +*/ + +#ifndef WSEENTRYPOINTTESTRPCIMPL_H +#define WSEENTRYPOINTTESTRPCIMPL_H + +#include "WSCompositeServiceTestRPC.h" + +class WSCompositeServiceTestRPCImpl : public WSCompositeServiceTestRPC +{ +public: + WSCompositeServiceTestRPCImpl(); + virtual ~WSCompositeServiceTestRPCImpl(); + + // WSCompositeServiceTestRPC interface + virtual char* doString(char* arg1); +}; + +#endif + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Proxy.cpp b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Proxy.cpp new file mode 100644 index 0000000000..f38fd95c79 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Proxy.cpp @@ -0,0 +1,63 @@ +/* + * Copyright 2005 The Apache Software Foundation or its licensors, as applicable. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include "WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy.h" + +#include "osoa/sca/sca.h" +using namespace osoa::sca; +using namespace tuscany::sca; + +extern "C" +{ + + #if defined(WIN32) || defined(_WINDOWS) + __declspec(dllexport) + #endif + WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy* WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy_Factory(ServiceWrapper* target) + { + return new WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy(target); + } + + #if defined(WIN32) || defined(_WINDOWS) + __declspec(dllexport) + #endif + void WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy_Destructor(void* proxy) + { + delete (WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy*)proxy; + } +} + +WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy::WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy(ServiceWrapper* targ) : target(targ) +{ +} + +WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy::~WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy() +{ + if (target) + delete target; +} + +char* WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy::doString( char* arg0) +{ + Operation operation("doString"); + operation.addParameter(&arg0); + char* ret; + operation.setReturnValue(&ret); + target->invoke(operation); + return ret; +} + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Proxy.h b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Proxy.h new file mode 100644 index 0000000000..a2da07322c --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Proxy.h @@ -0,0 +1,34 @@ +/* + * Copyright 2005 The Apache Software Foundation or its licensors, as applicable. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy_h +#define WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy_h + +#include "WSCompositeServiceTestRPC.h" +#include "tuscany/sca/core/ServiceWrapper.h" + +class WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy : public WSCompositeServiceTestRPC +{ +public: + WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy(tuscany::sca::ServiceWrapper*); + virtual ~WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy(); + virtual char* doString( char* arg1); +private: + tuscany::sca::ServiceWrapper* target; +}; + +#endif // WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Proxy_h + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Wrapper.cpp b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Wrapper.cpp new file mode 100644 index 0000000000..93f6cf7a28 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Wrapper.cpp @@ -0,0 +1,70 @@ +/* + * Copyright 2005 The Apache Software Foundation or its licensors, as applicable. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include "WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper.h" + +#include "osoa/sca/sca.h" +using namespace osoa::sca; +using namespace tuscany::sca; + +extern "C" +{ + + #if defined(WIN32) || defined(_WINDOWS) + __declspec(dllexport) + #endif + WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper* WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper_Factory(tuscany::sca::model::Service* target) + { + return new WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper(target); + } +} + +WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper::WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper(Service* target) : CPPServiceWrapper(target) +{ + impl = (WSCompositeServiceTestRPCImpl*)getImplementation(); +} + +WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper::~WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper() +{ + releaseImplementation(); +} + +void* WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper::newImplementation() +{ + return new WSCompositeServiceTestRPCImpl; +} + +void WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper::deleteImplementation() +{ + delete impl; +} + +void WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper::invokeService(Operation& operation) +{ + const string& operationName = operation.getName(); + + if (operationName == "doString") + { + char* p0 = *( char**)operation.getParameterValue(0); + *(char**)operation.getReturnValue() = impl->doString(p0); + return; + } + + + throw ServiceRuntimeException("Invalid operation"); + +} + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Wrapper.h b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Wrapper.h new file mode 100644 index 0000000000..3f7b011749 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl_WSEntryPointTestRPCService_Wrapper.h @@ -0,0 +1,36 @@ +/* + * Copyright 2005 The Apache Software Foundation or its licensors, as applicable. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper_h +#define WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper_h + +#include "WSCompositeServiceTestRPCImpl.h" +#include "tuscany/sca/cpp/CPPServiceWrapper.h" + +class WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper : public tuscany::sca::cpp::CPPServiceWrapper +{ +public: + WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper(tuscany::sca::model::Service* target); + virtual ~WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper(); + virtual void invokeService(tuscany::sca::Operation& operation); + virtual void* newImplementation(); + virtual void deleteImplementation(); +private: + WSCompositeServiceTestRPCImpl* impl; +}; + +#endif // WSCompositeServiceTestRPCImpl_WSCompositeServiceTestRPCService_Wrapper_h + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/sca.composite b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/sca.composite new file mode 100644 index 0000000000..f454a5bde0 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/sca.composite @@ -0,0 +1,19 @@ + + + + + + + + WSEntryPointTestRPCServiceComponent + + + + + + + + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/services.xml b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/services.xml new file mode 100644 index 0000000000..2fd4580526 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/services.xml @@ -0,0 +1,30 @@ + + + + tuscany_sca + D:/tuscany/cpp/sca/test/WSEntryPointTestRPC/runtime + WSEntryPointTestRPCSubsystem/WSEntryPointTestRPCService/WSEntryPointTestRPCEntrypoint + + + This is a testing service , to test the system is working or not + + + + + + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCSubsystem/sca.subsystem b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCSubsystem/sca.subsystem new file mode 100644 index 0000000000..91d3105f5b --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCSubsystem/sca.subsystem @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/configuration/WSEntryPointTestRPCSubsystem/sca.subsystem b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/configuration/WSEntryPointTestRPCSubsystem/sca.subsystem new file mode 100644 index 0000000000..91d3105f5b --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/configuration/WSEntryPointTestRPCSubsystem/sca.subsystem @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.h b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.h new file mode 100644 index 0000000000..c804494b46 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.h @@ -0,0 +1,30 @@ +/* ++----------------------------------------------------------------------+ +| (c) Copyright IBM Corporation 2005. | +| All Rights Reserved. | ++----------------------------------------------------------------------+ +| | +| Licensed under the Apache License, Version 2.0 (the "License"); you | +| may not use this file except in compliance with the License. You may | +| obtain a copy of the License at | +| http://www.apache.org/licenses/LICENSE-2.0 | +| | +| Unless required by applicable law or agreed to in writing, software | +| distributed under the License is distributed on an "AS IS" BASIS, | +| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | +| implied. See the License for the specific language governing | +| permissions and limitations under the License. | ++----------------------------------------------------------------------+ +*/ + +#ifndef WSEENTRYPOINTTESTRPC_H +#define WSEENTRYPOINTTESTRPC_H +class WSCompositeServiceTestRPC +{ +public: + virtual char* doString(char* arg1) = 0; +}; + +#endif + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.wsdl b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.wsdl new file mode 100644 index 0000000000..1706534042 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPC.wsdl @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.componentType b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.componentType new file mode 100644 index 0000000000..15287150e0 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.componentType @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.h b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.h new file mode 100644 index 0000000000..7d3b355b8a --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/WSEntryPointTestRPCImpl.h @@ -0,0 +1,36 @@ +/* ++----------------------------------------------------------------------+ +| (c) Copyright IBM Corporation 2005. | +| All Rights Reserved. | ++----------------------------------------------------------------------+ +| | +| Licensed under the Apache License, Version 2.0 (the "License"); you | +| may not use this file except in compliance with the License. You may | +| obtain a copy of the License at | +| http://www.apache.org/licenses/LICENSE-2.0 | +| | +| Unless required by applicable law or agreed to in writing, software | +| distributed under the License is distributed on an "AS IS" BASIS, | +| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | +| implied. See the License for the specific language governing | +| permissions and limitations under the License. | ++----------------------------------------------------------------------+ +*/ + +#ifndef WSEENTRYPOINTTESTRPCIMPL_H +#define WSEENTRYPOINTTESTRPCIMPL_H + +#include "WSCompositeServiceTestRPC.h" + +class WSCompositeServiceTestRPCImpl : public WSCompositeServiceTestRPC +{ +public: + WSCompositeServiceTestRPCImpl(); + virtual ~WSCompositeServiceTestRPCImpl(); + + // WSCompositeServiceTestRPC interface + virtual char* doString(char* arg1); +}; + +#endif + diff --git a/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/sca.composite b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/sca.composite new file mode 100644 index 0000000000..f454a5bde0 --- /dev/null +++ b/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/runtime/packages/WSEntryPointTestRPCComposite/sca.composite @@ -0,0 +1,19 @@ + + + + + + + + WSEntryPointTestRPCServiceComponent + + + + + + + + + -- cgit v1.2.3