Hi Dinesh!

Thanks for the quick response;-). Thats good news: Axis2/C works with 
Axis2/Java - nice.

I studied the client - example on:
http://ws.apache.org/axis2/c/docs/hello/client/hello.c.html

There you need to specify the environment variable:
.....
   client_home = AXIS2_GETENV("AXIS2C_HOME");
   
    svc_client = axis2_svc_client_create(env, client_home);
    if (!svc_client)
    {
   ... error handling
    }

    axis2_svc_client_set_options(svc_client, env, options);

    payload = build_om_request(env);

    ret_node = axis2_svc_client_send_receive(svc_client, env, payload);
.....


for me it looks like any axis2/C Client needs a axis2/c installation/path? What 
i want is: To extend my C++ Programs by a simple DLL or library, to contact a 
webservice, defined by a WSDL.
I don't want to bother my users with an installation of axis2/c - they should 
download only an .exe file, is this possible?

thanks!



-- 
GMX Download-Spiele: Preizsturz! Alle Puzzle-Spiele Deluxe über 60% billiger.
http://games.entertainment.gmx.net/de/entertainment/games/download/puzzle/index.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to