RE: SOAP Fault ..

2001-09-12 Thread Ed Yu
I had the exact same error before. You have an old XML parser in front of the new parser in the CLASSPATH. Make sure you have the JAXP parser at the begining of your classpath. -Original Message- From: Minhaj Basha Shaik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 7:01

Security concern for SOAP 2.2

2001-08-24 Thread Ed Yu
/admin/* DELETE GET POST PUT admin BASIC Admin . . . ^^ Ed Yu, IBM Certified Specialist - AIX System Administrator Information Technology Manager, University of South

RE: SOAP Exception... UnSupportedEncodingException

2001-08-24 Thread Ed Yu
r Nadella Ed Yu <[EMAIL PROTECTED]To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> sc.sc.edu>cc: Subject: RE: SOAP

RE: SOAP Exception... UnSupportedEncodingException

2001-08-24 Thread Ed Yu
I don't know that much about encodings, but seems like to me the OS390 mainframe is probably using an EBCDIC encoding, you may have to do something to get the proper encoding from it. I think you can try 2 things: 1) Have the server using encoding other than EBCDIC or 2) Install the IBM-1037 type

RE: Problem with < and > as parameter value

2001-08-23 Thread Ed Yu
Here is what I've recently worked with to translate special characters into proper XML: charater/sequenceentity reference(replacement) & & ]]> ]]> < <