Hi there,
I have soap-rpc-services, which I can reach correct in my ususal environment.
We installed them now on a server, in the Internet.
On an other computer it seems to work so far, but
when I try to call the application on my computer in the LAN and it tries to call the first service I get
this Exception:
[SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.NoRouteToHostException: Host unreachable: connect; targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.NoRouteToHostException: Host unreachable: connect]
 
 at org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:354)
 
 at org.apache.soap.rpc.Call.invoke(Call.java:248)
 
 at de.mc.etnbestterm.data.SoapCallingDataHolder.callSoaply(SoapCallingDataHolder.java:45)
 
 at de.mc.etnbestterm.data.MainDataHolder.connectServerToDB(MainDataHolder.java:395)
 
 at de.mc.etnbestterm.data.MainDataHolder.<init>(MainDataHolder.java:52)
 
 at de.mc.etnbestterm.util.SingletonManager.getMainDataHolder(SingletonManager.java:39)
 
 at de.mc.etnbestterm.gui.WillkommenPanel.jbInit(WillkommenPanel.java:67)
 
 at de.mc.etnbestterm.gui.WillkommenPanel.<init>(WillkommenPanel.java:51)
 
 at de.mc.etnbestterm.gui.MainFrame.<init>(MainFrame.java:30)
 
 at de.mc.etnbestterm.Bestellterminal.<init>(Bestellterminal.java:35)
 
 at de.mc.etnbestterm.Bestellterminal.main(Bestellterminal.java:77)
 
 
When I try to call the rpcrouter via browser to get the Message, "I don't speak via HTTP GET- you have to use HTTP POST to talk to me."
it works fine.
what can I do to resolve the problem?
 
thanks in advance,
 
Malte

Reply via email to