web services - JIRA SOAP createIssue from C# -
Does anybody have trouble with the reaction of the Jicasa method? The problem is, the method returns an empty attachment name node:
& lt; AttachmentNames soapenc: arrayType = "soapenc: string [0]" xsi: type = "soapenc: Array" />
Which is actually okay, but then the RemorteIssue object deserialization fails with it:
Error in calling JiraService, create method Issue XML document (1 , 802) has an error. The specified type was not recognized: name = 'string', namespace = '', but
RemoteISE's part looks like this:
[System.xml.Serialization.SoapTypeAttribute ("RemoteIssue", "http: //beans.soap.rpc.jira .atlassian.com ")) Public class RemoteISE: Abbasereremontity {/// & LT; Comment / & gt; Public Remoteversion Affects; /// & lt; Comment / & gt; Public string command; /// & lt; Comment / & gt; Public string [] attachment name; /// & lt; Comment / & gt; Public Remote Component [] Components;
Although remote ISOWE has been created, there is only one problem, I can not return the remote ISOs which is the key to the newly created issue
I wrote a tool to communicate with cumin and it is capable of creating completely new issues. If you want, you can take a look at
Comments
Post a Comment