Navision XML 2 .Net XML
cerb3rus
Member Posts: 2
I have a XMLDocument (DOM) in Navision and i want to pass it to a web server as a parameter.
The web server is done in c# (.net 2.0)
WebServiceInfConn represents the web service in Navision and is an automation variable
The web service method recieve a Object XMLDOCUMET (DOM) in the first case and a Variantwrapper in the second.
I have tried 2 things:
First:
CREATE(WebServiceInfConn);
WebServiceInfConn.SendDocumentToInflue(XMLDOMDocument);
CLEAR(WebServiceInfConn);
Second:
XmlVariant := XMLDOMDocument;
CREATE(WebServiceInfConn);
WebServiceInfConn.SendDocumentToInflue(XmlVariant);
CLEAR(WebServiceInfConn);
i Recieve the this error:
Microsoft Business Solutions-Navision
This message is for C/AL programmers:
This data type is not supported by C/SIDE. You can access data from
any of the following data types:
VT_VOID, VT_I2, VT_I4, VT_R4, VT_R8, VT_CY, VT_DATE, VT_BSTR and VT_BOOL
I need help, i can't do the data conversion.
Thanks in advance and sorry for my bad english.
The web server is done in c# (.net 2.0)
WebServiceInfConn represents the web service in Navision and is an automation variable
The web service method recieve a Object XMLDOCUMET (DOM) in the first case and a Variantwrapper in the second.
I have tried 2 things:
First:
CREATE(WebServiceInfConn);
WebServiceInfConn.SendDocumentToInflue(XMLDOMDocument);
CLEAR(WebServiceInfConn);
Second:
XmlVariant := XMLDOMDocument;
CREATE(WebServiceInfConn);
WebServiceInfConn.SendDocumentToInflue(XmlVariant);
CLEAR(WebServiceInfConn);
i Recieve the this error:
Microsoft Business Solutions-Navision
This message is for C/AL programmers:
This data type is not supported by C/SIDE. You can access data from
any of the following data types:
VT_VOID, VT_I2, VT_I4, VT_R4, VT_R8, VT_CY, VT_DATE, VT_BSTR and VT_BOOL
I need help, i can't do the data conversion.
Thanks in advance and sorry for my bad english.
0
Comments
-
Instead of accepting a XMLDocument, convert XMLDocument to text and write it to automation0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 250 Dynamics CRM
- 102 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions