cancel
Showing results for 
Search instead for 
Did you mean: 

consume WSDL error

Former Member
0 Kudos

I have this error, need help please experts

Mon Oct 24 13:06:15 CLST 2011:ERROR:Exception in request: java.net.UnknownHostException: SAPPIDES

Mon Oct 24 13:06:15 CLST 2011:ERROR:An error occured [SAPPIDES], see error log for details

Mon Oct 24 13:06:16 CLST 2011:INFO:Error getting response for [DatColabs_C_Out_SIBinding.ConsultDatColabs:Request 1]; java.net.UnknownHostException: SAPPIDES

thanks,

pablo

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos
Mon Oct 24 13:06:15 CLST 2011:ERROR:Exception in request: java.net.UnknownHostException: SAPPIDES
Mon Oct 24 13:06:15 CLST 2011:ERROR:An error occured SAPPIDES, see error log for details
Mon Oct 24 13:06:16 CLST 2011:INFO:Error getting response for DatColabs_C_Out_SIBinding.ConsultDatColabs:Request 1; java.net.UnknownHostException: SAPPIDES

The error shows the host name given is invalid or wrong. The target URL entered in the SOAP receiver channel is not right or in your OS level see whether the hostname lookup for this is given in the host file. Check with Basis team.

Also test the same wsdl url in soapui and see what errors do you get?

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

I am sorry, my chrystal ball is out of order.

Read this:

Former Member
0 Kudos

SOAPUI ERROR:

Mon Oct 24 16:28:31 CLST 2011:ERROR:java.net.UnknownHostException: SAPPIDES

java.net.UnknownHostException: SAPPIDES

at java.net.PlainSocketImpl.connect(Unknown Source)

at java.net.SocksSocketImpl.connect(Unknown Source)

at java.net.Socket.connect(Unknown Source)

at java.net.Socket.connect(Unknown Source)

at java.net.Socket.<init>(Unknown Source)

at java.net.Socket.<init>(Unknown Source)

at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)

at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)

at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)

at com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(SoapUIMultiThreadedHttpConnectionManager.java:1666)

at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)

at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)

at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)

at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendRequest(HttpClientRequestTransport.java:194)

at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:122)

at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)

at java.util.concurrent.FutureTask.run(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)