开发者

calling a .net web service from java using net beans

开发者 https://www.devze.com 2023-02-20 23:33 出处:网络
Hi i need to call a .net web service(.asmx) from java which is already available.. I only know the method prototype and WSDL.. i\'m using netbeans IDE..

Hi i need to call a .net web service(.asmx) from java which is already available.. I only know the method prototype and WSDL.. i'm using netbeans IDE.. The signature of my method is..

public bool createPersonality(string containerPath, attr[] attributes, string clientTransID, string targetSite, out string serverTransID, out string resultCode, out string resultMsg)

Pls help me in calling this method.. this web service exposes its methods through SOAP and DSML services.

i have doubt in web service client wizard 
i) which client type to choose?
 jax-ws,jax-rpc

ii) how to pass tat 2nd parameter attr[] 开发者_StackOverflow社区attributes...
please help me with the code.. let me know if there are any other dependencies...
0

精彩评论

暂无评论...
验证码 换一张
取 消