http://geon08.sdsc.edu:8080/rpc/soap/jirasoapservice-v2?wsdl
- send login, get token,
- send new issue
string token = svc.login (cuahsi_anonymous, {password} )
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://soap.rpc.jira.atlassian.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<soapenv:Header/>
<soapenv:Body>
<soap:createIssue soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<in0 xsi:type="xsd:string">{token}</in0>
<in1 xsi:type="bean:RemoteIssue" xmlns:bean="http://beans.soap.rpc.jira.atlassian.com">
<assignee xsi:type="xsd:string">valentinedwv</assignee>
<reporter xsi:type="xsd:string">cuahsi_anonymous</reporter>
<project xsi:type="xsd:string">DASH</project>
<type>1</type>
<summary>test</summary>
</soapenv:Body>
</soapenv:Envelope>