otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


OTM / EBS / JDE E1 Integration Information and topics specific to utilizing Oracle's pre-packaged integration flows between OTM (G-Log) and other Oracle Applications, such as the eBusiness Suite and JD Edwards E1.

Tags:

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old April 28th, 2008, 06:15
Junior Member
 
Join Date: Dec 2007
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
banerjeemnmims is on a distinguished road
inbound transmision into OTM using BPEL

Hi all,

can anyone guide me the steps to get an inbound transmission (say tranbsorder) into OTM using BPEL.
Suppose we have a csv file with the order fields or say deliverieds field. Then we map it into OTM tables using BPEL.what next? Do we need to invoke a servlet using BPEL (the transformer or any other servlet)?

Can anyone give the steps for getting one inbound transmission into OTM using BPEL?

any help is highly appreciated

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old April 28th, 2008, 07:52
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 821
Blog Entries: 7
Thanks: 53
Thanked 201 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: inbound transmision into OTM using BPEL

In order to input integration into OTM from any system, you'll need to transform the data into G-Log XML, rather than mapping to tables as you would with EBS. From that point, you post it to the OTM integration servlet (http://otm.mavenwire.com/GC3/glog.integration.servlet.WMServlet) and get your ACK, including the OTM transmission number.

At that point, OTM will take over, store the XML and then process it as in incoming integration.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old April 28th, 2008, 08:34
Junior Member
 
Join Date: Dec 2007
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
banerjeemnmims is on a distinguished road
Re: inbound transmision into OTM using BPEL

Thanks Chris for the quick input....but what we are trying here is we got a csv file which we need to get into OTM using BPEL.......For that we are trying to do the follwoing steps..please kindly help us if the steps are correct and what more needs to be added:-

1. Get the mandatory fields in the CSV (delivery and delievry lines) like locations, itmes, customer into OTM first using BPEL
2.Then use the delivery and delivery lines field for mapping into OTM.This will be done by mapping the fields of the CSV with OTM table
3.Next invoke the transformer servlet using BPEL and deploye the BPEL process into OTM.

Chris can you kindly elaobrate on the mentione dsteps as to what else or anything else we need to do.

The whole idea is to demonstrate that we can bring any inbound transmission into OTM using BPEL..not using CSV upload from UI, or httppost.

Please kindly help in this .

rgds
Mithun Banerjee
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old April 28th, 2008, 08:44
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 821
Blog Entries: 7
Thanks: 53
Thanked 201 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: inbound transmision into OTM using BPEL

Mithun,

The steps I listed are to post integration to OTM (which must be in XML format) -- not to upload the CSV directly to OTM. So, you must handle the transformation of the initial CSV file into G-Log's XML format within BPEL, do all of your data validation, etc. OTM will not transform the data for you -- this is how it differs from EBS.

Then post the resultant XML file to OTM using WMServlet. Again, this servlet is meant primarily to handle incoming integration posts from an integration server (BPEL or otherwise).

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old April 28th, 2008, 10:04
Junior Member
 
Join Date: Dec 2007
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
banerjeemnmims is on a distinguished road
Re: inbound transmision into OTM using BPEL

thanks a lot chris for your guidance in this matter........
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old April 29th, 2008, 23:24
Junior Member
 
Join Date: Feb 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
gashoks is on a distinguished road
Question Re: inbound transmision into OTM using BPEL

Hi Chris,

I am also working on the similary task where i need to send bulk data into OTM using the servlet glog.integration.servlet.DirLoadServlet.

But I am not sure of how to invoke a servlet from a BPEL Process (servlets like WMServlet or DirLoadServlet.

Kindly provide me information.

Ashok G
__________________
Regards

Ashok
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old April 30th, 2008, 10:26
Junior Member
 
Join Date: Dec 2007
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
banerjeemnmims is on a distinguished road
Re: inbound transmision into OTM using BPEL

Chris, carrying on from Ashok's discussion... can you kindly help with our query which we are having while following the steps mentioned by you.We have been able to invoke the servlet but we did not set any property in glog.properties file for this.Is this necessary and if yes can you kindly let me know what do we need to set in the glog .properties for invoking the servlet.
Also since here we are writing our own BPEL process(not using the standard one) so how do we get the transmission acknowledgement from OTM.what needs to be done to achive this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old May 1st, 2008, 21:35
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 821
Blog Entries: 7
Thanks: 53
Thanked 201 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: inbound transmision into OTM using BPEL

Hello,

First - unless you're using the stock EBS/OTM integration, you shouldn't have to set anything in the glog.properties file. Could you provide more details on this - as I'm not sure what property you were expecting to set.

The easiest way to understand how to process integration into OTM from EBS may be to analyze the default EBS/OTM integration flows and simply use them as a reference. Basically, once you invoke the http post in order to post your integration to the servlet (any of the OTM integration servlets - though WMServlet is the most common) - then OTM should respond back with the transmission number - which will act as your transmission acknowledgement.

This is a simple HTTP Post operation from within BPEL and shouldn't require any special configuration just for OTM.

I hope this helps!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old May 2nd, 2008, 07:46
Junior Member
 
Join Date: Dec 2007
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
banerjeemnmims is on a distinguished road
Re: inbound transmision into OTM using BPEL

hi Chris,

Thanks for the prompt reply.....the error it is showing while invoking the servlet is given below:-
"bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
-<part name="summary">
<summary>
com.collaxa.cube.ws.wsif.providers.http.WSIFOperat ion_HTTP@11b685d : Could not invoke 'PostMessage'; nested exception is: oracle.xml.parser.v2.XMLParseException: Start of root element expected.</summary>
</part>
-<part name="detail">
<detail>
oracle.xml.parser.v2.XMLParseException: Start of root element expected.</detail>
</part>
</bindingFault"

The roort element mentioned in the xml is "Transmission".
Please can you help us with this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old May 7th, 2008, 02:59
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 821
Blog Entries: 7
Thanks: 53
Thanked 201 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: inbound transmision into OTM using BPEL

Hello - can you ensure that you've uncommented the following line in the OTM glog.properties files ($OTM_HOME/glog/config/glog.properties) on each OTM server and have restarted the OTM instance?
Code:
!include ebs.properties
--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with External System Translations for OUTBOUND/INBOUND Stefano Integration and Data Mapping 4 June 2nd, 2008 14:03
How to reject inbound HTTP Posts andyp222 Integration and Data Mapping 4 May 23rd, 2008 15:45
[SOLVED] 'Staged' status of inbound Transmission in V5.5CU2 Sanju Integration and Data Mapping 2 January 22nd, 2007 05:04



All times are GMT. The time now is 18:12.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37