Author |
Message
|
SreeBindu |
Posted: Mon Oct 29, 2012 5:25 am Post subject: WebService Request Exception |
|
|
Novice
Joined: 21 Aug 2012 Posts: 12
|
HI ,
I am getting this error when i debug the flow which is MB v8.
RecoverableException
File:CHARACTER:/build/S000_P/src/WebServices/WSLibrary/ImbSOAPRequestHelper.cpp
Line:INTEGER:2027
Function:CHARACTER:ImbSOAPRequestHelper::makeSOAPRequest
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:3691
Text:CHARACTER:SyncRequest HTTP Error returned
Insert
Type:INTEGER:5
Text:CHARACTER:HTTP/1.1 302 Found
Insert
Type:INTEGER:5
Text:CHARACTER:https://sale...
Note : The end system that i am trying to invoke is up and running fine.
Could anyone tel me y this HTTP/1.1 302 is comming |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Oct 29, 2012 5:38 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
What does the explanation at
http://en.wikipedia.org/wiki/HTTP_302
tell you about the problem?
strange that this is the second paost in recent days that is having problems with HTTP re-direction.
Concidence perhaps? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
rekarm01 |
Posted: Mon Oct 29, 2012 10:25 am Post subject: Re: WebService Request Exception |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
SreeBindu wrote: |
Code: |
Catalog:CHARACTER:BIPmsgs
Number:INTEGER:3691
Text:CHARACTER:SyncRequest HTTP Error returned
Insert
Type:INTEGER:5
Text:CHARACTER:HTTP/1.1 302 Found
Insert
Type:INTEGER:5
Text:CHARACTER:https://sale... |
|
The InfoCenter describes the BIP3691 error message in more detail. It says in part:
Quote: |
See subsequent messages for information pertinent to this error. |
Are there subsequent messages with information pertinent to this error?
SreeBindu wrote: |
Could anyone tel me y this HTTP/1.1 302 is comming |
Only the web service provider can answer why.
smdavies99 wrote: |
strange that this is the second post in recent days that is having problems with HTTP re-direction. |
Perhaps, but there are several differences, such as WMB version, resolved URL, and use of SOAPRequest node versus HTTPRequest node. It does illustrate how the SOAPRequest node handles HTTP redirects though. |
|
Back to top |
|
 |
rama91 |
Posted: Wed Oct 02, 2019 10:31 pm Post subject: |
|
|
Novice
Joined: 28 Aug 2019 Posts: 15
|
Apologies for resurrecting an old Post. Did you manage to get to the bottom of this issue ? I'm facing a similar one now, where the backend service is responding with HTTP Redirect and the Soaprequest node is unable to handle it. |
|
Back to top |
|
 |
timber |
Posted: Thu Oct 03, 2019 12:38 am Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
Is there a network route from your IIB server to the redirect URL? Have you tried opening a telnet session to that URL from the IIB server? |
|
Back to top |
|
 |
rama91 |
Posted: Thu Oct 03, 2019 1:10 am Post subject: |
|
|
Novice
Joined: 28 Aug 2019 Posts: 15
|
Hello,
Thank you for your reply.
Quote: |
Is there a network route from your IIB server to the redirect URL? Have you tried opening a telnet session to that URL from the IIB server? |
The Backend Service is an Apache Web Server listening to request on default HTTPS port 443. It is redirecting all the request to another port 8443.
Yes, telnet to backend Apache server works on both the port 443/ 8443. Trace route details as below
Code: |
G:\Program Files\IBM\IIB\10.0.0.12>tracert dv034nfuw004.ad.co.uk
Tracing route to dv034nfuw004.ad.co.uk [10.220.163.188]
over a maximum of 30 hops:
1 12 ms 8 ms 8 ms dv034nfuw004.ad.co.uk [10.220.163.188]
Trace complete.
G:\Program Files\IBM\IIB\10.0.0.12> |
The backend server is responding with HTTPS Redirect with Location header populated with new redirect URL. SoapRequest node throws WebService Request Exception & is unable to perform redirects.
Code: |
HTTP/1.1 302 Found
Date: Wed, 02 Oct 2019 20:05:37 GMT
Location: https://dv034nfuw004.ad.co.uk:8443/WS_NFQST3/services/PKClientService
Content-Length: 353
Keep-Alive: timeout=10, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1 |
1) HTTPRequest node support redirects. Does SOAP Request node support HTTP(S) Redirects ?
2) Is there a Local environment Override for SOAP Request to provide specify HTTP(S) redirects ? I couldnt find it listed in IBM Info Center.
please advice. |
|
Back to top |
|
 |
|