[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-16 Thread [EMAIL PROTECTED]
Related to http://www.jboss.com/index.html?module=bbop=viewtopicp=3985804#3985804 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986487#3986487 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986487

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-15 Thread [EMAIL PROTECTED]
Could you please create a jira issue and attach a patch against the 1.0.4 testsuite that allows us to reproduce this issue. cheers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986341#3986341 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-14 Thread RomeuFigueira
Finally managed to fix this. After spending the last hours dealing with JBossWS source-code, I've managed to do a small change that enabled my message to be correctly interpreted. If you remmember I wasn't specifining in my mimeheaders, where my rootpart was. The problem was that the class

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-13 Thread RomeuFigueira
Ok, after all this time I've did the following test: Build and deployed jbossws-samples-swa.war from jbossws/samples to my JBoss Server. Then I used AttachmentSAAJTestCase.java, again from jbossws/samples removing the Junit part, and it FAILED again with the same message: multipart/related

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-08 Thread [EMAIL PROTECTED]
Sorry, i cannot dig into your problem in great detail right now, but did you checkout the following: http://labs.jboss.com/portal/jbossws/user-guide/en/html/attachments.html http://labs.jboss.com/portal/jbossws/user-guide/en/html/mtom-xop.html View the original post :

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-08 Thread RomeuFigueira
Current JARs that I'm using to call this client: | activation.jar | mail.jar | saaj-api.jar | saaj-impl.jar | xercesImpl.jar | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984102#3984102 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-08 Thread RomeuFigueira
[EMAIL PROTECTED] wrote : Sorry, i cannot dig into your problem in great detail right now, but did you checkout the following: | | http://labs.jboss.com/portal/jbossws/user-guide/en/html/attachments.html | http://labs.jboss.com/portal/jbossws/user-guide/en/html/mtom-xop.html Hi Heiko,

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-07 Thread RomeuFigueira
Ok, further info. This is from a very similar webservice, only difference in this one is that it deals with JPEGs. These are TCPmon captures. My Client (attachment output ommited): POST /MediationAttachPic HTTP/1.1 | Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 |

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-03 Thread RomeuFigueira
Forgot to add: Running JBoss AS 4.0.5 with JBossWS 1.0.3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982920#3982920 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982920 ___