I have a simple web service that uses axis 1.4.1. This web service returns a SOAPMessage when invoqued by a little java client I developped. Everything works fine when the soapMessage returned by the webservice don't have any attachment.
When I add an attachment to the soapmessage returned by the webservice, the following error occurs:
Note that In my services.xml file I have the following line:
<parameter name="enableSwA" locked="false">true</parameter>
Here is the code I use to build the SOAPMessage that is returned by my webservice:
Resuming: If I have the 3 last lines of presented code, the error occurs. If not, everything works fine.
I am using java 1.6.
Thanks for your help!
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2160
posted
0
Hi!
Try setting the content id of the attachment before you add it to the message.
Example:
Best wishes!
Paulo Carvalho
Ranch Hand
Joined: Nov 12, 2008
Posts: 42
posted
0
Hello
Thanks for your answer and help.
I tried your suggestion but the result (error) is the same.
Here goes my code. Any help?
Thanks
Ivan Krizsan wrote:Hi!
Try setting the content id of the attachment before you add it to the message.
Example:
Best wishes!
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2160
posted
0
Hi!
Sorry, your code looks very much like code I have written myself. I did not use Axis, though.
Are you able to capture the packets going to and from your web service and examine the message that causes the error?
Best wishes!
Paulo Carvalho
Ranch Hand
Joined: Nov 12, 2008
Posts: 42
posted
0
What did you use instead Axis (if you used something else) ?
thanks
best regards
Ivan Krizsan wrote:Hi!
Sorry, your code looks very much like code I have written myself. I did not use Axis, though.
Are you able to capture the packets going to and from your web service and examine the message that causes the error?
Best wishes!
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2160
posted
0
Hi!
Paulo Carvalho wrote:What did you use instead Axis (if you used something else) ?