|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Solved:WebService URL working on Local not working on Server |
« View previous topic :: View next topic » |
Author |
Message
|
abhyyy |
Posted: Wed Sep 11, 2013 7:40 pm Post subject: Solved:WebService URL working on Local not working on Server |
|
|
Voyager
Joined: 29 Sep 2011 Posts: 83
|
Hi Friends,
I am a message flow which involves nodes like this :
SOAPINPUTNODE -> SOAPEXTRACT_subflow ->XML_Manipulation -> SOAPREPLY
Input Message : SOAP
Input URL : http://localhost:7800/webservice1
The WSDL involved is WSDL1 and style is 'document'
Running on local machine , windows 7!!
--------------------
When I test it on my local machine using "Test message Flow", runs smoothly !!
Not Running on server, windows server 2012 !!
-------------------------
When I transfer the code on server, I get an error message and exception trace as below
Error
--------------------------
Error sending request to http "http://localhost:7800/CIPWebService"
java.lang.NullPointerException
at java.lang.String.<init>(Unknown Source)
at com.ibm.etools.mft.unittest.core.transport.http.HttpClient.makeSOAPRequest(Unknown Source)
at com.ibm.etools.mft.unittest.core.transport.http.SendHTTPMessageDelegate.sendBytes(Unknown Source)
at com.ibm.etools.mft.unittest.core.commchannel.mb.AbstractSendMessageDelegate.sendMessage(Unknown Source)
at com.ibm.etools.mft.unittest.core.transport.soap.SOAPHandler.send(Unknown Source)
at com.ibm.etools.mft.unittest.core.commchannel.mb.SendMessageOperation.sendMessage(Unknown Source)
at com.ibm.etools.mft.unittest.core.commchannel.jobs.SendMessageOperationJob.doRun(Unknown Source)
at com.ibm.etools.mft.unittest.core.commchannel.jobs.SendMessageOperationJob.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
Already checked
--------------------------------
Already checked that port 7800 is open and even when I start the broker , and check using netstat.. it shows that 0.0.0.0:7800 is listening.
Any Ideas why this problem or what else I should check in order to rectify? _________________ ----------------------
NeVeR StOp LeaRnInG.
Last edited by abhyyy on Thu Oct 17, 2013 8:54 pm; edited 1 time in total |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Sep 12, 2013 3:05 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
The port may be open, but the server's firewall may be blocking. By default, Linux firewall is closed on this port.
What OS is your server ?
What version of WMB are you using ? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Sep 12, 2013 3:33 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
localhost always refers to the local machine, not to some external machine.
Use the real machine name, not 'localhost'.
Or use the IP address if you can't figure out the machine name or somehow don't have DNS. |
|
Back to top |
|
 |
abhyyy |
Posted: Thu Oct 17, 2013 8:53 pm Post subject: |
|
|
Voyager
Joined: 29 Sep 2011 Posts: 83
|
Sorry for not closing the thread earlier. Just closing the thread now.
Thanks everybody, the mistake I was making was assuming URL is not case sensitive. URL is case sensitive and once I fixed it, worked fine. _________________ ----------------------
NeVeR StOp LeaRnInG. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|