[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question regarding SOAP



Your first part, where the apostrophe has been doubly-escaped, may be 
correct, or may not. Without more context, I really can't comment.

The second part, where the dash character has been expanded into 
multiple bytes appears to be a CCSID problem.  Most likely, the data is 
UTF-8, but you are treating it as ASCII instead of UTF-8 at some stage 
of the process.

I simply don't have enough information to give you a direction for how 
to fix this.  You need to show me how to reproduce the problem, because 
right now, I only know that you have received two bad strings, I don't 
know anything about how they got that way.


Gonchigar, Sunil wrote:
> 
> I am currently receiving the soap response for "Physician's"  as
> "physician's" instead of "physician's"
> 
> And, for "585.0-585.6" as " 585.0 – 585.6".
> 
> What should I suggest the person who is providing this response to
> give me the right result. He is providing data from SQL server.
> 
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------