cancel
Showing results for 
Search instead for 
Did you mean: 

DI orders

Former Member
0 Kudos

Hello all.

I'm making a webservice in C#.Net so we can add order to our SBO installation from a webpage using DI server/SOAP.

Have anybody in here done this?

I think I have to make a oOrder object but I'm not quite sure how to add all the ordered Items. Any suggestions/examples/tips?

Thanks

Endre

Accepted Solutions (1)

Accepted Solutions (1)

former_member185703
Active Contributor
0 Kudos

Hello Endre,

I didn't try it in C#, but I added a Invoices (single / multiple) using ASP(VB).NET.

I simply followed the description in the helpfile + the DI Server sample + filled the empty XML requested from DI Server (see sample code for BusinessPartner in DI Server sample).

Apparently the differences - except the SOAP wrapping - compared to DI API XML are very small.

Simply check-out the XML DI API gives you (I would currently recommend xet_ImportExportMode) and adapt it to DI Server needs.

This should help you to add the items to the order.

Regards,

Frank

Answers (0)