otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


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

OTM SIG
MavenWire


Integration and Data Mapping Integrating OTM / G-Log with external and legacy systems - including XML, WebServices, SOA, ESB, BPEL, EDI and Oracle's Fusion.

Tags: , , ,

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old March 24th, 2008, 15:55
Junior Member
 
Join Date: Jan 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
shinsoft is on a distinguished road
Question Otm & SSL

I have web application (on Windows IIS server) that creates EDI 210 XML based on user inputs and transmits it to our OTM Application server (HP Server) using HTTPPOST on port 80. My question is could this be sent over SSL on port 443 to secure this information from my web application to OTM Application server? What setup or configuration do we need to do on OTM Application server?

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old March 24th, 2008, 16:30
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 142
Thanks: 0
Thanked 20 Times in 20 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 1
nick.polites is on a distinguished road
Re: Otm & SSL

I believe that after 5.5 CU-3 you were able to post directly to the WMServlet using https. There shouldn't be any additional setup to get this working.
__________________
MavenWire Hosting Admin
The Oracle OTM / G-Log GC3 Experts
Offering Incubator and Production OTM instances
www.mavenwire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old March 24th, 2008, 17:38
Junior Member
 
Join Date: Jan 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
shinsoft is on a distinguished road
Question Re: Otm & SSL

Thanks Nick for your reply. It appears we have 5.5 CU-2. Is SSL possible under this version? What configuration do we need to make?

Currently I use URL like below to post.

http://<OTM Server>:80/GC3/glog.integration.servlet.WMServlet

Do I need to remove the port # in the url to post for SSL? What should the URL above look like for SSL? Our users will be using secured website https://www.<website>.com to post these XML from.

Thanks.

Last edited by shinsoft : March 24th, 2008 at 17:45.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old March 24th, 2008, 17:40
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 142
Thanks: 0
Thanked 20 Times in 20 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 1
nick.polites is on a distinguished road
Re: Otm & SSL

Yes that is correct the posting will look like:

https://<OTM Server>/GC3/glog.integration.servlet.WMServlet

Nick
__________________
MavenWire Hosting Admin
The Oracle OTM / G-Log GC3 Experts
Offering Incubator and Production OTM instances
www.mavenwire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old March 24th, 2008, 18:34
Junior Member
 
Join Date: Jan 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
shinsoft is on a distinguished road
Question Re: Otm & SSL

Nick,

It appears we have 5.5 CU-2. Is SSL possible under this version? What configuration do we need to make?

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old March 24th, 2008, 18:36
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 142
Thanks: 0
Thanked 20 Times in 20 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 1
nick.polites is on a distinguished road
Re: Otm & SSL

You'll need to upgrade to CU-3. From what I can remember I don't think there was a quickpatch for this.
__________________
MavenWire Hosting Admin
The Oracle OTM / G-Log GC3 Experts
Offering Incubator and Production OTM instances
www.mavenwire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old March 26th, 2008, 15:15
Junior Member
 
Join Date: Jan 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
shinsoft is on a distinguished road
Question Re: Otm & SSL

Nick,
Do you know of any documentation for OTM 5.5 that talks more about transmission under SSL? It would be nice to see any documentation that states why SSL may not work under OTM 5.5 CU 2 or it will work in OTM 5.5 CU3.

I tried typing https://<server>/GC3/glog.integration.servlet.WMServlet directly in the browser and I get the same screen I see when using the http://<server>/GC3/glog.integration.servlet.WMServlet so I'm assuming https:// maybe working or at least OTM maybe looking for data on https://. So I decided to try to post to https:// in our dev environment and I got the following message from my .NET application.

Error #1: Authentication failed because the remote party has closed the transport stream.
Causing Error #2:
The underlying connection was closed: An unexpected error occurred on a send.

This is using the same code that works when sending to http:// url.

Let me know if you have any other advice or suggestions.

Thank you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old March 26th, 2008, 15:17
Senior Member and Blogger
 
Join Date: Nov 2007
Location: Drexel Hill, PA
Posts: 142
Thanks: 0
Thanked 20 Times in 20 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 1
nick.polites is on a distinguished road
Re: Otm & SSL

The code wasn't written until CU-3.
__________________
MavenWire Hosting Admin
The Oracle OTM / G-Log GC3 Experts
Offering Incubator and Production OTM instances
www.mavenwire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old March 26th, 2008, 21:28
Junior Member
 
Join Date: Jan 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
shinsoft is on a distinguished road
Re: Otm & SSL

Nick, Thanks for the information.
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



All times are GMT. The time now is 21:04.
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