Hi all, 1.I want to send the soap xml to http server. Currently,my application already integrate the cxf and spring. How to generate the whole soap xml in CXF. such as:
<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <soap:Body> <ns2:portInStatusQueryResponse > <return> <msisdn>60181234567</msisdn> <rejectCode>SP53</rejectCode> <rejectReason>The msisdn does not exist.</rejectReason> <status>SP53</status> </return> </ns2:portInStatusQueryResponse> </soap:Body> </soap:Envelope> 2.How to change the soap prefix in cxf <soap:env /> to <SOAP-ENV /> Thank you. -- View this message in context: http://cxf.547215.n5.nabble.com/How-to-create-SOAP-message-via-using-cxf-tp5724600.html Sent from the cxf-user mailing list archive at Nabble.com.
