How to add SOAP format data in NAVISION ?

Hi expert ,

I want to Add/Update soap xml format multiple data of Customer / Item / Order . can you give me suggession which method i can use ? . Now i am using NAVISION service to Add/Update Customer / Item / Order .

Thanks

Surajit

Hi,

i guess this link can help you.

http://blogs.msdn.com/b/freddyk/archive/2010/01/22/connecting-to-nav-web-services-from-microsoft-dynamics-nav-2009-sp1.aspx

Anil.

Hi anil ,

Thanks for the reply .But i have a XML data like below examle

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:ns1=“urn:Magento” xmlns:SOAP-ENC=“http://schemas.xmlsoap.org/soap/encoding/” xmlns:xsd=“http://www.w3.org/2001/XMLSchema” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” SOAP-ENV:encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/”>

SOAP-ENV:Body

ns1:CustomerListResponse

1

surajit kundu

<E_Mail xsi:type=“xsd:string”>surajitkundu2009@yahoo.com</E_Mail>

kolkata

cb28

jalpaiguri

<Post_Code xsi:type=“xsd:string”>735213</Post_Code>

<Country_Region_Code xsi:type=“xsd:string”>US</Country_Region_Code>

<Phone_No xsi:type=“xsd:string”>973333333</Phone_No>

<Gen_Bus_Posting_Group xsi:type=“xsd:string”>EXPORT</Gen_Bus_Posting_Group>

<VAT_Bus_Posting_Group xsi:type=“xsd:string”>EXPORT</VAT_Bus_Posting_Group>

<Excise_Bus_Posting_Group xsi:type=“xsd:string”>GEN</Excise_Bus_Posting_Group>

1

surajit kundu

<E_Mail xsi:type=“xsd:string”>surajitkundu2009@yahoo.com</E_Mail>

kolkata

cb28

jalpaiguri

<Post_Code xsi:type=“xsd:string”>735213</Post_Code>

<Country_Region_Code xsi:type=“xsd:string”>US</Country_Region_Code>

<Phone_No xsi:type=“xsd:string”>973333333</Phone_No>

<Gen_Bus_Posting_Group xsi:type=“xsd:string”>EXPORT</Gen_Bus_Posting_Group>

<VAT_Bus_Posting_Group xsi:type=“xsd:string”>EXPORT</VAT_Bus_Posting_Group>

<Excise_Bus_Posting_Group xsi:type=“xsd:string”>GEN</Excise_Bus_Posting_Group>

</ns1:CustomerListResponse>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

in the above format what i need to be changed to add multiple customer data at a time (not one by one using) in NAVISION

Hi expert ,

please give a customer xml format data that i cam export that xml file through ‘CreateMultiple’ method service .

Thanks

Surajit

Surajit,

could you please send me your object… that way i can have better look on this… and suggest a feasible solution depending on your code condition…

Because XML data creation is possible multiple ways… so i have no idea what kind of programming you are using to create xml files

Hi Anil,

I have a simple xml file data which i posted before .I don’t know which xml format data is supportted to push data in NAV.After that i will transform this XML file which format Navision is supported . I want to push xml data in NAVision using C# code. can you give suggession which method of Dynamics NAV i can use ?

Thanks

Surajit

You need to customize a new object in dynamics nav to receive your data… no ready made code available in NAV…

Anil.

Hi all ,

i have done it using webclient.

I want whole setup from installation to configuration of NAV 2013 with my web shop using Magento Connector. So that My items from NAV can be display on my web shop. and it should be completely synchronized.
waiting for your reply.

Thank you.
regards,
Sangram

Hi Anil,

I want whole setup from installation to configuration of NAV 2013 with my web shop using Magento Connector. So that My items from NAV can be display on my web shop. and it should be completely synchronized.
waiting for your reply.

Thank you.
regards,
Sangram