Hi,
can anyone help me, how to get data into navision over a soap interface?
I use the Web TTS MantisBT which offers a soap interface to get the issues.
I already found an example, but I don't know where to get the Soap dlls.
The example has three Automations
Name DataType Subtype
locautSoapHttpConnector Automation Unknown Automation Server.Unknown Class
locautSoapSerializer Automation Unknown Automation Server.Unknown Class
locautXmlDoc Automation Unknown Automation Server.Unknown Class
but I don't know where to find the dll.
I already installed the Microsoft Soap Toolkit 3.0 but it didn't help.
Comments
I can't see where your post helps me with it.
on x64 system - C:\Program Files (x86)\Common Files\MSSoap\Binaries\
on x86 system - C:\Program Files\Common Files\MSSoap\Binaries\
In command line type regsvr32 "C:\Program Files (x86)\Common Files\MSSoap\Binaries\MSSOAP30.dll"
and repeat this action for other dll's in directory.
also you need to register MS XML library placed in C:\Windows\system32\msxml4.dll
Can you post link to the sample you found ?
----edit
ok now I got it, but I don't know which Automationserver an classes I have to choose.
Is this right?
Name DataType Subtype
locautSoapHttpConnector Automation 'Microsoft Soap Type Library v3.0'.HttpConnector30
locautSoapSerializer Automation 'Microsoft Soap Type Library v3.0'.ISoapSerializer
locautXmlDoc Automation 'Microsoft XML, v6.0'.DOMDocument
this is the sample code..
and this is an example for a soap command from the mantis api