Author |
Message
|
k0deshp |
Posted: Sun May 06, 2018 9:41 pm Post subject: HTTP/1.1 404 not found error while calling from soaprequest |
|
|
Newbie
Joined: 06 May 2018 Posts: 5
|
Hi
I am a newbie to IIB.
I have a flow soapinput->compute->soaprequest (gateway mode)->compute->soap reply
I am trying to call another webservice from compute node and receive error: SyncRequest HTTP Error returned /HTTP/1.1 404 not found error
What am I missing here? |
|
Back to top |
|
 |
abhi_thri |
Posted: Sun May 06, 2018 10:48 pm Post subject: |
|
|
 Knight
Joined: 17 Jul 2017 Posts: 516 Location: UK
|
hi...As the error suggests the SoapRequest is not able to reach the URL, so verify whether the exact url do exists and works from SoapUI or so. Also if you enable the flow user trace it might give more insight on what the flow is doing at runtime. |
|
Back to top |
|
 |
k0deshp |
Posted: Mon May 07, 2018 6:59 am Post subject: HTTP/1.1 404 not found error while calling from soaprequest |
|
|
Newbie
Joined: 06 May 2018 Posts: 5
|
I am trying to expose the URL/webservice using this message flow.
(soapinput (gateway mode)->Compute->Soapreply
I have set the soapinput node http transport properties to the URL that is been requested from main flow (soapinput (with wsdl)->computeRequest->SoapRequest->computeResponse->SoapReply.
simply setting the HTTPTransport properties is not sufficient?
And I cannot call the webserivce through SOAPUI since its not WSDL based. as its in gateway mode.
I believe what I am looking here is how to expose a soap webservice in gateway mode. |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 08, 2018 5:23 am Post subject: Re: HTTP/1.1 404 not found error while calling from soaprequ |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
k0deshp wrote: |
And I cannot call the webserivce through SOAPUI since its not WSDL based. as its in gateway mode. |
Yes you can or what would be the point of either SoapUI or gateway mode. If you don't know how to configure SoapUI to call a web service without a WSDL, either consult the product documentation or use the WSDL of the service you're exposing.
k0deshp wrote: |
I believe what I am looking here is how to expose a soap webservice in gateway mode. |
See here _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
k0deshp |
Posted: Tue May 08, 2018 7:36 am Post subject: HTTP/1.1 404 not found error while calling from soaprequest |
|
|
Newbie
Joined: 06 May 2018 Posts: 5
|
I guess my configuration was wrong in the path suffix of URL.
And I have my main flow which is WSDL based with SOAP Input.
And am able to call it through SOAP UI successfully.
I learnt SOAPUI works only for WSDL based Web service call.
Thank you for the info. |
|
Back to top |
|
 |
joebuckeye |
Posted: Wed May 09, 2018 4:46 am Post subject: Re: HTTP/1.1 404 not found error while calling from soaprequ |
|
|
 Partisan
Joined: 24 Aug 2007 Posts: 365 Location: Columbus, OH
|
k0deshp wrote: |
I learnt SOAPUI works only for WSDL based Web service call. |
Then you learned something wrong.
soapUI works with pretty much any HTTP based call. |
|
Back to top |
|
 |
Vitor |
Posted: Wed May 09, 2018 4:58 am Post subject: Re: HTTP/1.1 404 not found error while calling from soaprequ |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
joebuckeye wrote: |
k0deshp wrote: |
I learnt SOAPUI works only for WSDL based Web service call. |
Then you learned something wrong.
soapUI works with pretty much any HTTP based call. |
As I indicated above. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|