Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Biztalk
acce.forsuppliers
acce.hipaa
acce.hl7
acce.rosettanet
accelerator.finserv
admin
appintegration
framework
general
library
nonxml
orchestration
sdk
server
setup
tools
xlangs
xsharp
  
 
date: Wed, 7 Jun 2006 19:21:01 -0700,    group: microsoft.public.biztalk.appintegration        back       


Sending data to CMS (TCPIP Sockets)   
I have a customer that is implementing a 270/271 solution with CMS.  After 
examining the CMS companion guides they require you to use TCPIP Socet 
Streaming to send/receive data.  I was looking for anyone that has dome this 
with them before and some pointers on how to implement this using BTS06 and 
HIPAA 3.3.  Creating the 270 is not a real concern, I'm more intersted in how 
some of you integrated in the Socket streaming with CMS.  I assume some 
custome programming with System.NET.Sockets but is this advisable let's say 
from an orchestration?  We have the leased line ealready set up (extranet)

From the CMS companion guide:
4.1 
Real Time Communications Transport Protocol Communications through the 
Extranet to the CMS data center will be via the TCP/IP streaming socket 
protocol. Trading Partners can submit multiple 270 transactions without 
waiting for a response before triggering the next 270. Trading partners must 
ensure that the session remains connected until all responses are received. 
Each submitted transmission shall contain one 270 transaction with only one 
ISA and IEA segment, along with a transmission wrapper around the 270 
transaction. The transmission wrapper Header/Trailer has no Segment ID 
associated with it and requires the length of the transaction message. There 
will be no handshake after the connection is accepted with the first 
submitted transmission.

Outbound response transactions will have the same format transmission 
wrapper. The response to the submitter will be returned in the same session 
in which the 270 was submitted.
-- 
Michael Krok
President
Mallard Solutions LLC
Microsoft Certified Partner
-- 
Michael Krok
President
Mallard Solutions LLC
Microsoft Certified Partner
date: Wed, 7 Jun 2006 19:21:01 -0700   author:   Michael Krok am

Re: Sending data to CMS (TCPIP Sockets)   
Sounds like a Socket adapter would be the answer.
There is an example here.
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=D3AC121C-8963-4735-B5E1-FC83B02F57C1

Greg

"Michael Krok" <TheDuck@newsgroup.nospam> wrote in message 
news:71A0679D-AE1D-4204-9507-887B9163BEEF@microsoft.com...
>I have a customer that is implementing a 270/271 solution with CMS.  After
> examining the CMS companion guides they require you to use TCPIP Socet
> Streaming to send/receive data.  I was looking for anyone that has dome 
> this
> with them before and some pointers on how to implement this using BTS06 
> and
> HIPAA 3.3.  Creating the 270 is not a real concern, I'm more intersted in 
> how
> some of you integrated in the Socket streaming with CMS.  I assume some
> custome programming with System.NET.Sockets but is this advisable let's 
> say
> from an orchestration?  We have the leased line ealready set up (extranet)
>
> From the CMS companion guide:
> 4.1
> Real Time Communications Transport Protocol Communications through the
> Extranet to the CMS data center will be via the TCP/IP streaming socket
> protocol. Trading Partners can submit multiple 270 transactions without
> waiting for a response before triggering the next 270. Trading partners 
> must
> ensure that the session remains connected until all responses are 
> received.
> Each submitted transmission shall contain one 270 transaction with only 
> one
> ISA and IEA segment, along with a transmission wrapper around the 270
> transaction. The transmission wrapper Header/Trailer has no Segment ID
> associated with it and requires the length of the transaction message. 
> There
> will be no handshake after the connection is accepted with the first
> submitted transmission.
>
> Outbound response transactions will have the same format transmission
> wrapper. The response to the submitter will be returned in the same 
> session
> in which the 270 was submitted.
> -- 
> Michael Krok
> President
> Mallard Solutions LLC
> Microsoft Certified Partner
> -- 
> Michael Krok
> President
> Mallard Solutions LLC
> Microsoft Certified Partner
date: Thu, 8 Jun 2006 21:34:21 +1200   author:   Greg Forsythe

Re: Sending data to CMS (TCPIP Sockets)   
Thanks Greg - ReadMe says it requires BizTalk 2004 - hope it works out ok 
with 2006, it should
-- 
Michael Krok
President
Mallard Solutions LLC
Microsoft Certified Partner


"Greg Forsythe" wrote:

> Sounds like a Socket adapter would be the answer.
> There is an example here.
> http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=D3AC121C-8963-4735-B5E1-FC83B02F57C1
> 
> Greg
> 
> "Michael Krok" <TheDuck@newsgroup.nospam> wrote in message 
> news:71A0679D-AE1D-4204-9507-887B9163BEEF@microsoft.com...
> >I have a customer that is implementing a 270/271 solution with CMS.  After
> > examining the CMS companion guides they require you to use TCPIP Socet
> > Streaming to send/receive data.  I was looking for anyone that has dome 
> > this
> > with them before and some pointers on how to implement this using BTS06 
> > and
> > HIPAA 3.3.  Creating the 270 is not a real concern, I'm more intersted in 
> > how
> > some of you integrated in the Socket streaming with CMS.  I assume some
> > custome programming with System.NET.Sockets but is this advisable let's 
> > say
> > from an orchestration?  We have the leased line ealready set up (extranet)
> >
> > From the CMS companion guide:
> > 4.1
> > Real Time Communications Transport Protocol Communications through the
> > Extranet to the CMS data center will be via the TCP/IP streaming socket
> > protocol. Trading Partners can submit multiple 270 transactions without
> > waiting for a response before triggering the next 270. Trading partners 
> > must
> > ensure that the session remains connected until all responses are 
> > received.
> > Each submitted transmission shall contain one 270 transaction with only 
> > one
> > ISA and IEA segment, along with a transmission wrapper around the 270
> > transaction. The transmission wrapper Header/Trailer has no Segment ID
> > associated with it and requires the length of the transaction message. 
> > There
> > will be no handshake after the connection is accepted with the first
> > submitted transmission.
> >
> > Outbound response transactions will have the same format transmission
> > wrapper. The response to the submitter will be returned in the same 
> > session
> > in which the 270 was submitted.
> > -- 
> > Michael Krok
> > President
> > Mallard Solutions LLC
> > Microsoft Certified Partner
> > -- 
> > Michael Krok
> > President
> > Mallard Solutions LLC
> > Microsoft Certified Partner 
> 
> 
>
date: Thu, 8 Jun 2006 20:03:02 -0700   author:   Michael Krok am

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us