Announcement

Collapse
No announcement yet.

Consume TransmissionReport via Web Service

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Consume TransmissionReport via Web Service

    Hello,

    We are currently using Web Services to integrate with OTM (5.5) via the WSDL http://tssdaux1.toll.com.au:7001/GC3...vice/call?WSDL. This is working ok and we are consuming the TranmissionAck ok.

    However we also want to consume a TransmissionReport via Web Services, what setup needs to happen within the TransmissionHeader or even in OTM in order for this to happen ?. Have read the thread http://www.otmfaq.com/forums/f24/otm...ices-how-1457/ and tried setting the ComMethodGid.Gid.Xid to SERVICE and ServletURL to a BPEL Process Endpoint WSDL URL (even the shorted URL as described in the assoc Post) without any luck.

    Have also looked through the OTM Integration Guide and cant see anything......

    thanks and regards,
    Evan

  • #2
    Re: Consume TransmissionReport via Web Service

    Has anyone out there had any luck with this/tried this ?

    This is the TransmissionAck we specify inbound but the Report BPEL Web Service is never invoked!!!!!!!!!

    <TransmissionHeader>
    <TransactionCount>1</TransactionCount>
    <SenderHostName>localhost</SenderHostName>
    <ReceiverHostName>localhost</ReceiverHostName>
    <UserName>INTL.IEX</UserName>
    <Password>XXXXXX</Password>
    <SenderTransmissionNo>HK-00012334</SenderTransmissionNo>
    <AckSpec>
    <ComMethodGid>
    <Gid>
    <Xid>SERVICE</Xid>
    </Gid>
    </ComMethodGid> <ServletURL>http://ITS29986.tollgroup.local:80/orabpel/default/otmReport2BPEL/1.0</ServletURL>
    <AckOption>YES</AckOption>
    </AckSpec>
    <IsProcessInSequence>Y</IsProcessInSequence>
    <StopProcessOnError>Y</StopProcessOnError>
    </TransmissionHeader>
    </EchoedTransmissionHeader>
    </TransmissionAck>

    Comment


    • #3
      Re: Consume TransmissionReport via Web Service

      Originally posted by evanm View Post
      Hello,

      We are currently using Web Services to integrate with OTM (5.5) via the WSDL http://tssdaux1.toll.com.au:7001/GC3...vice/call?WSDL. This is working ok and we are consuming the TranmissionAck ok.

      However we also want to consume a TransmissionReport via Web Services, what setup needs to happen within the TransmissionHeader or even in OTM in order for this to happen ?. Have read the thread http://www.otmfaq.com/forums/f24/otm...ices-how-1457/ and tried setting the ComMethodGid.Gid.Xid to SERVICE and ServletURL to a BPEL Process Endpoint WSDL URL (even the shorted URL as described in the assoc Post) without any luck.

      Have also looked through the OTM Integration Guide and cant see anything......

      thanks and regards,
      Evan
      Hi Evan,

      Were you able to get the TransmissionReport back from OTM via Webservices? Appreciate your feedback?

      Thanks,
      Naveen

      Comment


      • #4
        Re: Consume TransmissionReport via Web Service

        Dear evanm,

        Could you pls try with this.

        <TransmissionAck xmlns="http://xmlns.oracle.com/apps/otm">
        <EchoedTransmissionHeader>
        <TransmissionHeader>
        <UserName>INTL.IEX</UserName>
        <Password>XXXXXX</Password>
        <ReferenceTransmissionNo>HK-00012334</ReferenceTransmissionNo>
        </TransmissionHeader>
        </EchoedTransmissionHeader>
        </TransmissionAck>

        Cheers,
        Lakshman
        Cheers,
        Murthy

        Comment

        Working...
        X