[jboss-dev-forums] [JBoss ESB Development] - Problem in retrieving WSDL from remote endpoint
Kevin Conner
do-not-reply at jboss.com
Wed Apr 28 10:25:06 EDT 2010
Kevin Conner [http://community.jboss.org/people/Kevin.Conner%40jboss.com] replied to the discussion
"Problem in retrieving WSDL from remote endpoint"
To view the discussion, visit: http://community.jboss.org/message/540039#540039
--------------------------------------------------------------
As Magesh points out, the readStreamString method is implemented correctly. It is not intended to transform a stream into a named character set but to read in a stream already in that character set. How we determine that character set seems to be the issue.
I don't know enough about internationalised character sets to know whether 'guessing' is guaranteed to work. My guess would be that it isn't and that any utility is a 'best attempt' rather than a guarantee, but we should definitely check that out.
If we cannot rely on a Content-Type header or equivalent, either because the value is incorrect or cannot be determined from the XML, then I think it would be safer for us to provide a fallback mechanism and allow the type to be specified/overridden (as Magesh sugegsted) rather than trying to guess it.
Kev
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/540039#540039]
Start a new discussion in JBoss ESB Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2032]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100428/0655736b/attachment.html
More information about the jboss-dev-forums
mailing list