|
|
|
start date: Mon, 9 Jul 2007 16:45:22 -0700,
posted on: microsoft.public.dotnet.framework.aspnet.webservices
back
| Thread Index |
|
1
GaryDean am
|
|
2
(Steven Cheng[MSFT])
|
|
3
John Saunders [MVP] john.saunders at trizetto.com
|
interfacing WS with EDI
I have a client that needs to interface with a vendor that uses EDI
documents. for instance they use the EDI 850 purchase order document. Is
there a good way to interface Web Services with EDI documents?
--
Regards,
Gary Blakely
Date:Mon, 9 Jul 2007 16:45:22 -0700
Author:
|
RE: interfacing WS with EDI
Hi Gary,
Based on my understanding, XML webservice standard hasn't definite design
on EDI document, and for Microsoft products, the BizTalk server is designed
to handle EDI, EAI scenarios.
If you want to try it through webservice, you can first check the EDI
document's format and how will you need to communicate with the vendor
through such EDI document. Basically, webservice only send out or recieve
in XML based SOAP messages and map them to the .net runtime object methods
to execute some code logic. Do you think this will help for your case?
Please feel free to let me know if you have any more specific questions or
concerns here.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
Date:Tue, 10 Jul 2007 07:20:05 GMT
Author:
|
Re: interfacing WS with EDI
"GaryDean" <GaryDean@newsgroups.nospam> wrote in message
news:ecPZLLowHHA.4628@TK2MSFTNGP02.phx.gbl...
>I have a client that needs to interface with a vendor that uses EDI
>documents. for instance they use the EDI 850 purchase order document. Is
>there a good way to interface Web Services with EDI documents?
In general, the issues with web services and EDI are the same as any other
kind of application and EDI. The real question is how to handle EDI from a
..NET Application.
In a previous job, I used the Symphonia product from Orion Health
(http://support.symphonia3.com/EDI.aspx). We used their interactive tools to
create the files describing the format of the documents we needed to
exchange, then used their API to format the data.
--
John Saunders [MVP]
Date:Tue, 10 Jul 2007 10:02:56 -0400
Author:
|
|
|