您好我需要从已经可用的java调用.net Web服务(.asmx)..我只知道方法原型和WSDL ..我正在使用netbeans IDE .. 我方法的签名是..
public bool createPersonality(string containerPath, attr[] attributes, string clientTransID, string targetSite, out string serverTransID, out string resultCode, out string resultMsg)
请帮我调用这个方法..这个Web服务通过SOAP和DSML服务公开它的方法。
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[] attributes...
please help me with the code.. let me know if there are any other dependencies...