Note that there are some explanatory texts on larger screens.

plurals
  1. POJira SOAP WSDL missing functions
    primarykey
    data
    text
    <p>I am trying to automate bug creations on JIRA through C#, and I followed the instructions to produce the service needed. However, it seems there is missing a lot of vital functions. This is the WSDL produced:</p> <pre><code>&lt;wsdl:definitions targetNamespace="http://my_jira_server/rpc/soap/jirasoapservice-v2" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://my_jira_server/rpc/soap/jirasoapservice-v2" xmlns:intf="http://my_jira_server/rpc/soap/jirasoapservice-v2" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt; &lt;!--WSDL created by Apache Axis version: 1.3 Built on Oct 05, 2005 (05:23:37 EDT)--&gt; &lt;wsdl:portType name="JiraSoapService"&gt; &lt;/wsdl:portType&gt; &lt;wsdl:binding name="jirasoapservice-v2SoapBinding" type="impl:JiraSoapService"&gt; &lt;wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/&gt; &lt;/wsdl:binding&gt; &lt;wsdl:service name="JiraSoapServiceService"&gt; &lt;wsdl:port binding="impl:jirasoapservice-v2SoapBinding" name="jirasoapservice-v2"&gt; &lt;wsdlsoap:address location="http://my_jira_server/rpc/soap/jirasoapservice-v2"/&gt; &lt;/wsdl:port&gt; &lt;/wsdl:service&gt; &lt;/wsdl:definitions&gt; </code></pre> <p>When I add the service reference to my project in Visual Studio 2008, I get the JiraSoapServiceClient object with a couple properties, apart from that there is nothing I can use. No login, no gets, no functions at all. Any ideas why this is happening?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload