2. I've used Nant to make a DLL successfully
3. I've downloaded from CVS the last Webservice PHP files
4. I've instanciated with success a Request object
5. Request.IssueGet method works fine, for example
6. But when a call is made to Request.IssueUpdate...
L'exception System.Web.Services.Protocols.SoapException n'a pas été gérée
Actor=""
Lang=""
Message="method 'mc_issue_update' not defined in service"
Node=""
Role=""
Source="System.Web.Services"
StackTrace:
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Futureware.MantisConnect.MantisConnectWebservice.MantisConnect.mc_issue_update(String username, String password, String issueId, IssueData issue)
at Futureware.MantisConnect.Request.IssueUpdate(Issue issue)
at QCM.M.Exists(Object s, Object Bug) in D:\Documents\Visual Studio 2005\Projects\QCM\QCM\M.vb:line 36
at QCM.M.SetDefects(Object s, Object BugList) in D:\Documents\Visual Studio 2005\Projects\QCM\QCM\M.vb:line 48
at QCM.Module1.Main() in D:\Documents\Visual Studio 2005\Projects\QCM\QCM\Module1.vb:line 56
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Any ideas?