mtom speed

2008-02-29 Thread mark . nuessler
hello users, i am running a axis2 (1.3) server inside tomcat6. when i send and receive files using mtom via a C# client i noticed that sending files to the server needs up to 4 times longer than receiving files from the server. question 1, does anyone of you noticed this behavior between axis2

adb-codegen, SOAPAction, Operation

2007-09-24 Thread mark . nuessler
hello users, i generate c and java sources from the mtomsample with adb. i can communicate from c to c and from java to java, but when i send from java-client to c-server there is again the issue, that the c-version tries to identify the method-name within the first node and the java-version

RE : adb-codegen, SOAPAction, Operation

2007-09-24 Thread mark . nuessler
helo samisa, thx 4 your fast reply, my fault was, that i didn't engage the addressing module, so the c-server expected the functionname to be the first node. with addressing enabled the c-server got the right method name in invoke. mfg derMark

RE: prob, array of base64binary

2007-09-17 Thread mark . nuessler
hello users, its me again, i got the same errors when trying to send a single image. mfg derMark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: adb - codegeneration - missing return in response

2007-09-11 Thread mark . nuessler
hello Samisa, i have created AXIS2C-690. mfg derMark Hi Mark, Your solution makes sense to me. Would it be possible to post the WSDL in a Jira so that I can have a look at the generated code please? Thanks, Samisa... Mark Nüßler wrote: hi users, seems to me that the adb-codegen has a

Re: [AXIS2C] throwing an exception from the server to the Java-client

2007-06-25 Thread mark . nuessler
hello flori, sry, when i start to write the mail, i took yours to reply but started a new thread - because i was just to lazy to search for the mailinglist-email in my contactlist - sorry about this. to your prob, i don't know if i understand it correctly. do you have the wsdl file for me where

tcpmon2file, a little helper

2007-05-15 Thread mark . nuessler
hello users, every time i'm testing my projects i use tcpmon, but i can't copy+paste the output . I rebuild the tcpmon and extented it, so that it could write to a file and format the output a little (reading xml in just one line is no fun). I appended the changes, that i made to tcpmon.c, maybe

Re: LNK2005 axutil_error_messages

2007-05-11 Thread mark . nuessler
hello users, when I compile the echo service with '/FORCE:MULTIPLE', deploy the echo.dll, start axis2_http_server.exe (debug command in project-settings) and go to a commandline to start the echo client, the server crashed. When i compile the dll as RELEASE the axis2_http_server.exe crash, with

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),

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,

mtom speed ?

2007-05-04 Thread mark . nuessler
hello users of axis2c, i solved my prob, i just took the svn-1.0-version and compiled the project. After this my bedirectsample of mtom works fine. Same with the 1.0-bin. Seems that this topic is obsolte and it was a prob of 0.96 mfg derMark

LNK2005 axutil_error_messages

2007-05-04 Thread mark . nuessler
hello users of axis2c, when i compile the 'math-service-sample' with vs2005 (vc 7.1) there is no prob, but when i do the same with vs2003 (vc 7.0) i got an error from the linker. error LNK2005: _axutil_error_messages already defined in math_skeleton.obj does anybody have an advice for me ? mfg