Can I have a WSDL which will just use plain XML data and not SOAP?
If so could you please provide me a sample WSDL?
Yes, sending plain XML data over HTTP can be described in WSDL. Instead of using when defining your operation's binding, you would instead use . For example:
You can find additional information about using an HTTP binding here: http://docs.oracle.com/cd/E19182-01/821-0830/cnfg_http-bc-get-processing_r/index.html