hi,
The best would be to pass the payload as a literal XML
and then in your web Service get the payload and validate it against a Schema/Dtd
 
--Naggi
----- Original Message -----
Sent: Tuesday, August 14, 2001 4:06 AM
Subject: Validating and parsing the soap payload

hi,
 
 
i'm new to SOAP dev and i need a little help !
maybe i'm missing the point here ....
i'm trying to develop a message oriented service using Apache SOAP 2.2 !
suppose i want to build a purchase order processor (like in the example)
when calling the service, i'll be passing a purchaseOrder form to it !
how can i validate this purchase order agaings its schema ?
apache soap only validates the soap message structure but not its contents !
 
when receiving the soap envelope in the service is there a way to use a SAX parser to parse this purchaseOrder form ?
 
 
thanks
 

Reply via email to