| Author |
soap response cannot be decoded
|
Kowshik Nandagudi
Ranch Hand
Joined: Dec 09, 2010
Posts: 55
|
|
Hi Guys.
I am working on a flex <-> java application and I found this error "soap response cannot be decoded. raw response flex". The strange thing is when I am trying to run the application from the flash builder 4 i wont get this message and everything runs fine. However, when I deploy the war file in Jboss and I make a call to java webservice I am getting this error.
How do i fix it ? Is it to be fixed from Java side or flex side ?
Thanks in advance!
|
 |
Al Johnston
Ranch Hand
Joined: May 02, 2009
Posts: 98
|
|
|
From the information in your post, I can't say this is the answer for sure, but you might try BlazeDS. It is very easy to setup (especially if you're using Maven) and you'll likely never get that error again.
|
 |
Al Johnston
Ranch Hand
Joined: May 02, 2009
Posts: 98
|
|
|
BTW, that error is on the flex side. It is telling you that it does not understand what it just heard.
|
 |
Kowshik Nandagudi
Ranch Hand
Joined: Dec 09, 2010
Posts: 55
|
|
Thank you Al Johnston.. One thing is clear now.. I have to fix it on the flex side itself. But the application is deployed in the JBOSS server. Cant get rid of Jboss now. Is there any way in which i can decode /listen what java is exactly trying to tell flex from this kind a webservice call ??
Thanks in advance
|
 |
 |
|
|
subject: soap response cannot be decoded
|
|
|