[jboss-user] [JBoss Web Services] - Re: can't call a .NET web service ? Cannot stringify null Node

Igor JStarter do-not-reply at jboss.com
Thu Jan 27 09:02:10 EST 2011


Igor JStarter [http://community.jboss.org/people/izgur] created the discussion

"Re: can't call a .NET web service ? Cannot stringify null Node"

To view the discussion, visit: http://community.jboss.org/message/583618#583618

--------------------------------------------------------------
got one more reply ... still not working ...

It's very strange, ODE-260 was fixed a long time ago in version 1.2,and now I can see, that version 1.3.3 still contains this bug. I thinkmaintainer didn't apply all my patches, missed some fixes, so thisparticular case is still here. Well, in bug report [1] there is cleardescription when this bug appears, it appears when external servicereturns empty SOAP message without body and without header.
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelopexmlns:soapenv= http://schemas.xmlsoap.org/soap/envelope/ "http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body />
</soapenv:Envelope>

You cannot work around this bug, you have to either return some dummydata or header from your external service, or apply patch [2] andrecompile ODE runtime. I'm going to reopen this bug report to notifydeveloper, that this bug still persist.
Just one note, I work with JPA DAO, and as I see you work with JBoss,and so I think you work with Hibernate. If that so, you can try to workaround with just disabling debug logging for class " org.apache.ode.bpel.runtime.
ScopeFrame",I don't know but it can help you.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/583618#583618]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110127/f9d95df8/attachment.html 


More information about the jboss-user mailing list