my code:
Dim temp As Variant
AuthToken = loJira.wsm_login(JIRA_UserId, JIRA_UserPwd)
temp = loJira.wsm_getProjectsNoSchemes(AuthToken)
I want to get all the projects from the JIRA via VBA ,but the result is an exception:"did not find the element "id" in the type define of RemoteProject "
Does any one can solve this problem ?? Thank you !!
is the question still important to you?
Meanwhile i have created a WSDL file in document/literal format for another question here. Could you check if the .txt file attached to my answer https://answers.atlassian.com/questions/49462/jira-soap-document-literal-style helps when you create your VBA proxy classes from it?
I really don't know if it works but if you could give a short try, it would be nice
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
in my opinion, you thought is right . But I am new to vba and SOAP, so I don't quite understand how to add the id elements to local proxy( the generated VBA classes and local wsdl files ) . Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.