Net wrapper for JIRA api?

In a Visual Studio . NET project, right click the project references and choose 'Add Service Reference', enter the URL of JIRA's WSDL descriptor ( http://your_installation/rpc/soap/jiraservice-v1. Wsdl ), and Visual Studio will auto-generate a .

NET class for accessing the JIRA SOAP API.

In Visual Studio . Net 2010 choose menu Project and Add Service Reference. In the dialogue choose advanced option.

Then in the new dialogue choose Add Web Reference. http://localhost:8080/rpc/soap/jirasoapservice-v2? Wsdl where localhost:8080 is your installation of jira.

I did not get it to work in VS2010 with just Add Service Ref. It then only created methods without any parameters. For example the login method claims to have no arguments althought the documentation(http://docs.atlassian.com/software/jira/docs/api/rpc-jira-plugin/latest/com/atlassian/jira/rpc/soap/JiraSoapService.html#login(java.lang.

String, java.lang. String)) says there should be a user and a password parameter. See this jira forum for more info in the matter.

I did not need to use the old program Wsdl.exe. But I do not get any intellisense of the parameters more then what type it is like.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions