Hi, can someone answer few SOAP client/server queries, Background/Assumptions: To write a soap client which sets the SOAP Envelope {attribute, values}, Header elements and Body elements, which is as per the defined schema. Among which, envelope attributes will have the location for XSD.
Client side questions: 1. How to set the attributes which goes into Envelope, which is to stop Apache SOAP library generating the namespace prefixes 2. To set the header elements is the API Server side questions: 1. While sending to SOAP service does it automatically performs the schema validations? 2. If so, is that configurable to turn on/off doing these validations. 3. At server side how to receive the entire envelope, parse and retrieve the <SOAP-Env:Header> and <SOAP-Env:Body> blocks? thanks in advance Om -- To unsubscribe, e-mail: <mailto:soap-user-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>