Yes..I tried the webservice sample provided by SI and it works fine with M5 .
Here are the tcpmon results for :
M3 :
M5:Code:POST http://mcib1smdt001/SDSServices/WebService/Gfp1.ASMX HTTP/1.1 Accept-Encoding: gzip Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 SOAPAction: "http://www.wachovia.sds.gfp1/GetUSBankHolidays" Content-Type: text/xml; charset=utf-8 Content-Length: 249 Cache-Control: no-cache Pragma: no-cache User-Agent: Java/1.5.0_11 Host: mcib1smdt001 Proxy-Connection: keep-alive <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><GetUSBankHolidays xmlns="http://www.wachovia.sds.gfp1/"> <iYear>2008</iYear> </GetUSBankHolidays></SOAP-ENV:Body></SOAP-ENV:Envelope>
I dont see any difference in the 2 traces..Code:POST http://mcib1smdt001/SDSServices/WebService/Gfp1.ASMX HTTP/1.1 Accept-Encoding: gzip Accept: text/xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 SOAPAction: "http://www.wachovia.sds.gfp1/GetUSBankHolidays" Content-Type: text/xml; charset=utf-8 Content-Length: 249 Cache-Control: no-cache Pragma: no-cache User-Agent: Java/1.5.0_11 Host: mcib1smdt001 Proxy-Connection: keep-alive <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><GetUSBankHolidays xmlns="http://www.wachovia.sds.gfp1/"> <iYear>2008</iYear> </GetUSBankHolidays></SOAP-ENV:Body></SOAP-ENV:Envelope>


Reply With Quote