I've generated with WSDL2Java Client for this web-service:
http://www.w3schools.com/webservices/tempconvert.asmx?WSDL

in my program I use this code:

TempConvert service = new TempConvertLocator();
TempConvertSoap port = service.getTempConvertSoap();
System.out.println(port.celsiusToFahrenheit("20"));//returns 68

But how to recieve SOAP request and response messages content that stand upon 
this call?(without client-config.wsdd)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to