Re: Echo client invoke faild

2007-05-10 Thread Samisa Abeysinghe
[EMAIL PROTECTED] wrote: >Hello Samisa, > >the client is a C# webapplication, that uses the SoapHttpClientProtocol >from WSE 2.0. The Server is the newest Axis2c Server or what for >information you need/want. Please have a look into the server log. That might help to figure out the problem. Ha

Re Echo client invoke faild

2007-05-10 Thread Samisa Abeysinghe
[EMAIL PROTECTED] wrote: Hello, >Echo client invoke failed. Running the samples, so that i can say my configuration is false or >don't run the samples? Echo client runs. There has to be something wrong in the configuration. Please have a look into the logs, both client and server. The logs mi

Echo client invoke faild

2007-05-10 Thread lars.schumacher
Hello, Echo client invoke failed. Running the samples, so that i can say my configuration is false or don't run the samples? Thanks Lars

RE: LNK2005 axutil_error_messages

2007-05-10 Thread lars.schumacher
Hello Mark, What you mean with server crash (what is the error)? Yes of course my Server is running. Regards Lars -Original Message- From: Mark Nüßler [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 10. Mai 2007 17:08 To: Apache AXIS C User List Subject: Re: LNK2005 axutil_error_messages

Re: LNK2005 axutil_error_messages

2007-05-10 Thread Mark Nüßler
hello users, hello lars, if have used '/FORCE:MULTIPLE' or '/FORCE' and can build the dll, but this dll's crashes the axis2_http_server.exe, so this is no good solution ;-) When you compile with /FORCE:MULTIPLE didn't your server crash ? thx + mfg derMark [EMAIL PROTECTED] schrieb: I have sol

Transport_out

2007-05-10 Thread lars.schumacher
Hello, I need more information about the Transport_out variable in the message context. Where the engine reads this information and how i send this information to the server. Here for example the Soap-Document what i send to the Server. Regards Lars http://schemas.xmlsoap.org/soap/envelope/"; xm

RE: LNK2005 axutil_error_messages

2007-05-10 Thread lars.schumacher
I have solved the problem with /FORCE:MULTIPLE Regards Lars -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 10. Mai 2007 14:24 To: axis-c-user@ws.apache.org Subject: Re: LNK2005 axutil_error_messages Hello users, hello Samisa, i took the echo-sam

Re: LNK2005 axutil_error_messages

2007-05-10 Thread mark . nuessler
Hello users, hello Samisa, i took the echo-sample, with /TC there is no prob, i can compile, deploy, run - but with /TP not. Both times I use /MDd. the error is : 'echo_skeleton.obj : error LNK2005: _axutil_error_messages already defined in echo.obj' Here is the begin of the build process, i've

RE: Error:Transport out is not set in message context

2007-05-10 Thread lars.schumacher
Hello Samisa, the client is a C# webapplication, that uses the SoapHttpClientProtocol from WSE 2.0. The Server is the newest Axis2c Server or what for information you need/want. Thanks Lars -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 10. Mai 2

Re: LNK2005 axutil_error_messages

2007-05-10 Thread Samisa Abeysinghe
[EMAIL PROTECTED] wrote: hello users, same issue again, i've downloaded the current svn-version (Revision 536815), compiled it, set the enviroment vars, etc. my system(s) : WinXP, vs2003 + vs2005 The problem with 'error LNK2005: _axutil_error_messages already defined' appears, when i compile a

Re: LNK2005 axutil_error_messages

2007-05-10 Thread mark . nuessler
hello users, same issue again, i've downloaded the current svn-version (Revision 536815), compiled it, set the enviroment vars, etc. my system(s) : WinXP, vs2003 + vs2005 The problem with 'error LNK2005: _axutil_error_messages already defined' appears, when i compile any sample as C++ (/TP), not

Re: Error:Transport out is not set in message context

2007-05-10 Thread Samisa Abeysinghe
[EMAIL PROTECTED] wrote: Hello to all, I have a problem with the transport_out variable in my message_cxt, it is not instantiated and i don't know why. Can someone tell me, where and how the variable is set. It is set by the engine, you do not have to set it. What client are you trying to

Error:Transport out is not set in message context

2007-05-10 Thread lars.schumacher
Hello to all, I have a problem with the transport_out variable in my message_cxt, it is not instantiated and i don't know why. Can someone tell me, where and how the variable is set. Regards Lars