Author |
Message
|
mukeshkumar234 |
Posted: Sun Sep 13, 2015 10:02 pm Post subject: 404 Not found in IIB 10 |
|
|
 Newbie
Joined: 13 Sep 2015 Posts: 6
|
Hi,
I have created Webservice using SOAPInput Node->Compute Node->SOAPReply Node. I have deplyed to local Broker, its working fine.
Then i connect to remote Broker, and deployed same code to it. Now the code is not working and getting error as '404-Not Found'.
I am using soapUi for hitting the request for remote broker.
I doubt the request is not reaching to the broker. Can anyone please let me know what may be the issue. I have raised access request for remote broker to check the port of the Execution Group is correct where the service is deployed.
Error getting in soapUi is as 'Can't find URL mapping for |/WebserviceSOAP_HTTP_Service|'.
Can anyone please help me in this. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Sep 13, 2015 10:06 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
If the URL is not exactly the same (host, port, webroot) etc... as in the wsdl you will have to create the URL for SOAPUI.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mukeshkumar234 |
Posted: Sun Sep 13, 2015 10:27 pm Post subject: 404 Not found in IIB 10 |
|
|
 Newbie
Joined: 13 Sep 2015 Posts: 6
|
fjb_saper wrote: |
If the URL is not exactly the same (host, port, webroot) etc... as in the wsdl you will have to create the URL for SOAPUI.
Have fun  |
I have created the URL as "http://IP:7800/WebserviceSOAP_HTTP_Service".
Is this the correct?? |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Sep 14, 2015 12:09 am Post subject: Re: 404 Not found in IIB 10 |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
mukeshkumar234 wrote: |
fjb_saper wrote: |
If the URL is not exactly the same (host, port, webroot) etc... as in the wsdl you will have to create the URL for SOAPUI.
Have fun  |
I have created the URL as "http://IP:7800/WebserviceSOAP_HTTP_Service".
Is this the correct?? |
Does
1)
IP get translated to the real IP of the target server?
What does 'ping IP' return?
2) Is the Target broker configured to run with the HTTP port set to 7800?
3) Is the Endpoint really "WebserviceSOAP_HTTP_Service" ?
Have you tried putting this URL into a web browser and seeing if it returns anything?
4) (finally)
Could there be a firewall in the way between the connecting app and the broker?
By the way, these are all the sort of questions you should be asking yourself. _________________ 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 |
|
 |
mukeshkumar234 |
Posted: Mon Sep 14, 2015 1:03 am Post subject: Re: 404 Not found in IIB 10 |
|
|
 Newbie
Joined: 13 Sep 2015 Posts: 6
|
smdavies99 wrote: |
mukeshkumar234 wrote: |
fjb_saper wrote: |
If the URL is not exactly the same (host, port, webroot) etc... as in the wsdl you will have to create the URL for SOAPUI.
Have fun  |
I have created the URL as "http://IP:7800/WebserviceSOAP_HTTP_Service".
Is this the correct?? |
Does
1)
IP get translated to the real IP of the target server?
What does 'ping IP' return?
2) Is the Target broker configured to run with the HTTP port set to 7800?
3) Is the Endpoint really "WebserviceSOAP_HTTP_Service" ?
Have you tried putting this URL into a web browser and seeing if it returns anything?
4) (finally)
Could there be a firewall in the way between the connecting app and the broker?
By the way, these are all the sort of questions you should be asking yourself. |
Thanks for the reply.
My reply for the above questions:
1) I tried Ping IP its getting time out.( This may be the client have disabled the ping but when i tried telnet IP 7800 i am able to do so.)
2) I am not sure about port waiting for the access to remote broker. Once i will get i will confirm on this.
3) I tried putting the URL to browser getting error as "This error (HTTP 405 Method Not Allowed) means that Internet Explorer was able to connect to the website, but the site has a programming error.
For more information about HTTP errors, see Help."
4) Initially the port 7800 was not enabled on the firewall and was getting connection refused error which i have asked network team to enable and now its enabled at firewall. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Sep 14, 2015 3:54 am Post subject: Re: 404 Not found in IIB 10 |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
mukeshkumar234 wrote: |
fjb_saper wrote: |
If the URL is not exactly the same (host, port, webroot) etc... as in the wsdl you will have to create the URL for SOAPUI.
Have fun  |
I have created the URL as "http://IP:7800/WebserviceSOAP_HTTP_Service".
Is this the correct?? |
What is the url you have deployed your service on?
Code: |
output from please:
mqsireportproperties BROKERNAME -eg EGNAME -o HTTPConnector -r |
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mukeshkumar234 |
Posted: Mon Sep 14, 2015 4:11 am Post subject: Re: 404 Not found in IIB 10 |
|
|
 Newbie
Joined: 13 Sep 2015 Posts: 6
|
fjb_saper wrote: |
mukeshkumar234 wrote: |
fjb_saper wrote: |
If the URL is not exactly the same (host, port, webroot) etc... as in the wsdl you will have to create the URL for SOAPUI.
Have fun  |
I have created the URL as "http://IP:7800/WebserviceSOAP_HTTP_Service".
Is this the correct?? |
What is the url you have deployed your service on?
Code: |
output from please:
mqsireportproperties BROKERNAME -eg EGNAME -o HTTPConnector -r |
Have fun  |
I have deployed the URL as "http://IP:7800/WebserviceSOAP_HTTP_Service" which i can see in WSDL before deploying.
Yes, i can check the EG port where the service is running. But i am not having the access and waiting for the access to remote broker. Once i will have the access i can run the above command and check if the EG running on 7800 port. |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Sep 14, 2015 5:18 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Any port setting in the WSDL will be overridden by the actual port configured for the Execution Group.
Therefore if the WSDL says 7800 and the EG is configured to use 8800 then that will be the port used to listen on. _________________ 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 |
|
 |
mukeshkumar234 |
Posted: Thu Sep 17, 2015 1:29 am Post subject: 404 Not found in IIB 10 |
|
|
 Newbie
Joined: 13 Sep 2015 Posts: 6
|
Thanks All for your help!!!
Just now i received the access to remote broker, and when i checked the execution group prot number it was assigned to some different port. I have changed the port and now its working fine.
 _________________ Be Happy
@Mukesh |
|
Back to top |
|
 |
|