hello,

i have a web application with Spring that in the manager create a xml and sign with enveloped signature, and send it via https with java.net.URL.

i have to expose as a web service, document-literal style, put the xml that cretate the manager ant put in the soap body directly.

how can i do this??? i have find examples that use web service binding object to xml, but i think that i can't use it because i have the signed xml that i want to put in the soap body, not an object.

thanks in advance,
César.