Web Service fails with JIRA web service

I’m working on automating a migration into Jira (www.jira.com) from an XML file. Jira allows issues to be created via a web service so my plan was to use the xml iterator to call the web service.

When I drop the web service action out in Automise 3 and point it to the wsdl url I get script errors:

ECLRException Method
VSoft.WebServices.WebAction.GetMethods not found
Line 11, Char 2

This error dialog appears 3 times in a row.

I noted the documentation showed a microsoft web service address. Is it only able to handle web services created in .net? Jira is a java based tool. If it helps I can send the wsdl document.

Hi Bruce,

Here’s a new test build of Automise 3 which fixes the Web Service bug. You can download it from:

URL: http://www.automise.com/downloads/automise/300/AT300_577.exe

> Is it only able to handle web services created in .net?

The web service action uses the .Net Framework to communicate with the service but this shouldn’t limit it to only using .Net services.

Regards,
Paul.