You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Warren Vollinger <wv...@digev.com> on 2004/12/02 23:00:45 UTC

RPC/encoded Message Validation

Hi,

We are looking into implementing validation on rpc/encoded messages.  It
seems that mapping the schema in a WSDL file to an XML schema for the
SOAP message (when the operation uses SOAP encoding) and then validating
the message with the schema is one approach.  Has anyone transformed
SOAP encoding rules into a schema?

Any ideas on other approaches to implement validation on rpc/encoded
messages?

Thanks,
Warren Vollinger