Re: about Axis2's binary attachment

2006-10-03 Thread sam wang
all your great help! Sam --- sam wang <[EMAIL PROTECTED]> wrote: > thanks, Thilina. but I don't think that is client's problem. I found out a > way to work around > finally. that is, specifying the EndpointReference appending with method > name! usually the > Endp

Re: about Axis2's binary attachment

2006-10-03 Thread sam wang
ceives a 500 error while trying to send the response in a > different channel(Since you are using non blocking invocation) ... > > Try debugging your client at the pointer given by me.. > You can also try doing this with blocking invocation to see the outcome... > > ~Thilina > >

Re: about Axis2's binary attachment

2006-10-03 Thread sam wang
indow such as a text > editor to capture the message. > > Not sure how that works on other platforms. Not sure how to do a > classic ctrl-c ctrl-v in an applet either. > > Robert > > On 10/3/06, sam wang <[EMAIL PROTECTED]> wrote: > > thanks, Robert. in f

Re: about Axis2's binary attachment

2006-10-03 Thread sam wang
) > at wuBlast.WDKWSClient.main(WDKWSClient.java:605) > > Please look for this in your original client code > > ~Thilina > > On 10/3/06, sam wang <[EMAIL PROTECTED]> wrote: > > thank you very much, Thilina. I tried to use TCPMon to capture network >

Re: about Axis2's binary attachment

2006-10-03 Thread sam wang
AIL PROTECTED]> wrote: > You can try the soap monitor which will also allow you to capture the > request / repsonse: > > http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/xdocs/1_1/soapmonitor-module.html > > Robert > > On 10/3/06, sam wang <[EMAIL PROTECTED]&

about Axis2's binary attachment

2006-09-28 Thread sam wang
Hi, there, I have a question about transferring binary attachment through Axis2. I want to transfer binary attachment from server side to client side. My question is that if I can attach any kind of binary data? from Axis2's api, I see there are only two datasource: file and image. theoriticall