On 25 Jul 2005 at 17:04, Thibaut Lassalle wrote: > i use a .net webservice and i have to write a axis webservice client. > The url of the webservice is https. > I generate a stub from the WSDL file. > The request xml is ok (verify with TCPmonitor) but the response is > strange (6 small squares in the TCPmonitor, no xml).
Perhaps you're getting binary back, and that data would give a clue. In the version of com.apache.axis.utils.tcpmon.java that I have, SocketRR.run() seems to be where the text is printed to the JTextArea. As a start I'd modify that to show binary as ASCII or similar. -- http://jerimoth.com/ Free tech job posting and search service.
