Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7025315
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:57:29+00:00 2026-05-27T23:57:29+00:00

I try use jira soap api on c#: create new project in VS2010 add

  • 0

I try use jira soap api on c#:

  1. create new project in VS2010
  2. add web service reference (JiraTest): http://jira.atlassian.com/rpc/soap/jirasoapservice-v2?wsdl
  3. write next code:

    static void Main(string[] args)
    {
        var jiraLogin = "soaptester";
        var jiraPassword = "soaptester";
        var jiraClient = new JiraTest.JiraSoapServiceClient();
        var projects = jiraClient.getProjects();
    }
    

But this code throw exepition that I’m not autentificate yet.
I try find login method, but it have next signature:

public void login();

Where are no loginname and password parameters.
When I use this login method code throw exeption that login or password invalid. And I don’t known where I must set my credentials.

How I can login with jira soap api before call needed method?

Added: see https://developer.atlassian.com/display/JIRADEV/Creating+a+JIRA+SOAP+Client

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T23:57:30+00:00Added an answer on May 27, 2026 at 11:57 pm

    You can try this

        JiraSoapServiceService jiraSoapService = new JiraSoapServiceService();
    
        public string Login(string user, string pwd)
        {
            string result = string.Empty;
    
            result = jiraSoapService.login(user, pwd);
    
            return result;
    
        }
    
    
        public void Logout(string token)
        {
            jiraSoapService.logout(token);
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I try use List instead of List List<?> list = new ArrayList<Integer>(); ... list.add(1);
I try to use the domainpeople.com API and to do I need to use
I try to use doctest from example from http://docs.python.org/library/doctest.html But when I run python
I try to use amazon API using PHP. If I use print_r($parsed_xml->Items->Item->ItemAttributes) it show
I try use below code to load an URL. URL url = new URL(urlstr);
for synchronizing access to my NHibernate session at web environment I try use Mutex:
I'm trying to unmarshall some received json (from Jira restful web service). Problem is:
I aim to try use DevExpress web server controls (which are awesome) in an
In Sql Server 2008 , I try to use Jira , I have two
I try to use this code for toggling text on the link: var showText=<span>Open</span>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.