Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Soap API and .net / C# produces functions without parameters

Martin Buchleitner June 14, 2012

I tried to add a service reference to a .net c# project and pointed to

http://<server>/rpc/soap/jirasoapservice-v2?wsdl

The Client and Interface look strange and are not conform with the api documentation. for example the function createIssue is generated like this:

public void createIssue() {
            base.Channel.createIssue();
        }

There are missing parameters - and this is consistent about all functions ...

How do i fix this???

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Martin Buchleitner June 14, 2012

Must not use "Add Service Reference" directly .

You have to go on the "Add Service Reference" Dialog, go on Advanced and add an Web Reference. Afterwards the reference is build correctly

TAGS
AUG Leaders

Atlassian Community Events