Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ERROR in Bypassing the Special Characters in JBOSS(in xsd)

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

We(Java project) have a xsd document and for which we have created a wsdl file and shared the same to other team(Dot Net), They have a field called notes , in which they are entering the junk data (Special Characters) . These special characters are not accepted by the Jboss and it is throwing an error as below.. The other team ie Dot net team is not ready to do any changes from their side to validate the special characters. Could any one help us in bypassing the special Characters .. Do we need to do any thing in JBOSS ? Please help me.

Error:

04:20:43,521 ERROR [STDERR] [Fatal Error] :1:488: Character reference "" is an invalid XML character.

04:20:43,522 ERROR [SOAPFaultHelperJAXWS] SOAP request exception

org.jboss.ws.core.CommonSOAPFaultException: org.xml.sax.SAXParseException: Character reference "" is an invalid XML character.

at org.jboss.ws.core.soap.EnvelopeBuilderDOM.build(EnvelopeBuilderDOM.java:93)


Thanks,
Sri
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Moving to the JBoss forum...
 
Marshal
Posts: 28177
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Duplicate of https://coderanch.com/t/587300/XML/error-Bypassing-Special-Characters-JBoss -- I will close this one. Anybody who has anything to contribute, please post it in the other thread (follow the link).
 
Do not threaten THIS beaver! Not even with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
    Bookmark Topic Watch Topic
  • New Topic