The generated envelope is like this <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">urn:IClientDetails/GetClient</Action> </s:Header> <s:Body> <GetClient> <clientId>dfad</Id> <callType>dfad</value> </GetClient> </s:Body> </s:Envelope> Where as i want <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> soap:Header <Action soap:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">urn:IClientDetails/GetClient</Action> </soap:Header> soap:Body <GetClientRequest> <Id>3</Id> <value>343</value> </GetClientRequest> </soap:Body> </soap:Envelope>
modified on Wednesday, May 13, 2009 2:47 AM