Hello Ferry, You need to generate the proxy with the tool wsdl.exe that is in the dotnet framework 2.0
After you generate the proxy you need to write your client. See an example here. Hope this helps. Warmest regards, José Ferreiro On Thu, Nov 27, 2008 at 12:16 PM, ibrahim demir <[EMAIL PROTECTED]>wrote: > 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 > > > > -- José Ferreiro MSc in Communication Systems, EPFL.
