The most intelligent Java IDE
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Win a copy of Flex 4 in Action this week in the Flex forum!
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Web Services
 
RSS feed
 
New topic
Author

Problem calling Axis SWA web service

Paulo Carvalho
Greenhorn

Joined: Nov 12, 2008
Messages: 18

Hello

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
Ranch Hand

Joined: Oct 04, 2006
Messages: 958

Hi!
Try setting the content id of the attachment before you add it to the message.
Example:

Best wishes!
Paulo Carvalho
Greenhorn

Joined: Nov 12, 2008
Messages: 18

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
Ranch Hand

Joined: Oct 04, 2006
Messages: 958

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
Greenhorn

Joined: Nov 12, 2008
Messages: 18

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
Ranch Hand

Joined: Oct 04, 2006
Messages: 958

Hi!
Paulo Carvalho wrote:What did you use instead Axis (if you used something else) ?

I used Metro in GlassFish.
My example program can be found in the document here: http://faq.javaranch.com/content/Exam-Objectives-5.pdf
Best wishes!

This message was edited 1 time. Last update was at by Ivan Krizsan

 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Web Services
 
RSS feed
 
New topic
hibernate profiler