Hi; No matter if it is .net or in other language. If you can reach the wsdl file you can generate the code with wsdl2java or Axis2 codegen eclipse plugin.
And use the ganareted stub for that: http://wso2.org/library/1719 Also you can use the RPC style : http://ws.apache.org/axis2/1_1/pojoguide.html#servicedef Yours Ibrahim DEMIR CyberSoft Yazilim Muh. http://www.ibrahimdemir.org ________________________________ From: Ferry Sumendap <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, November 27, 2008 12:32:48 PM Subject: .NET Web Service is accessed by java program Hello everybody, I am looking for a sample code how java access / call /execute functions which are available at .NET Web Service (.NET framework 2.0). The java program should retrieve the XML response (output) from the web service . If anyone knows tutorial about this matter, please let me know the url... :) Thank you very much. Regards, Ferry
