AIX Problem

2001-06-06 Thread Santosh Kumar
Its more of a AIX problem rather than related to SOAP. There is a SOAP Client that is calling this native function add() of a java class. Now i have created a shared object file from the c-api which is in the same directory as the java class. Now when i run the client..I get this UnsatisfiedLin

XML

2001-07-15 Thread Santosh Kumar
i get a error when i use   between the tags..   why? -Original Message- From: Ralf Bierig <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Saturday, July 14, 2001 12:46 AM Subject: DOM Parser -> SAX Parser in next SOAP Versi

Client specific processing

2001-10-02 Thread C Santosh Kumar
Hi   For my document style SOAP service, I would like to process the SOAP message depending on who has sent the message.   How do I know from SOAPContext what the remote host is ?   thanks -csk

Re: Parsing XML document for validation errors

2002-01-21 Thread C Santosh Kumar
Are you validating the whole soap message or just the message inside the soap-body element, against the xsd? From the errors it seems you are validating the whole soap message and your xsd doesnt have the defs of Envelope and Body. I used just the message element during validation, using xerces 1.