<soap:address
location="https://wjcp7meduat1.medpoint.com/mdfwebservices/hprequest.asmx"/> 
The remote name could not be resolved: 'wjcp7meduat1.medpoint.com'  I tried
both NET and CXF.
So I update it to <soap:address
location="https://mdf.ingenixmedpoint.com/mdfwebservices/hprequest.asmx?WSDL"/>

Now using NET, I can connect to it! But CXF client still doesn't work! The
message could be sent!
Please help!

---------------------

FINE: Sending POST Message with Headers to
https://mdf.ingenixmedpoint.com/MDFWebServices/HPRequest.asmx Conduit
:{https://mdf.ingenixmedpoint.com/MDFWebServices/HPRequest.asmx}HPRequestWSSoap.http-conduit
Content-Type: text/xml; charset=UTF-8

Feb 21, 2008 12:39:27 PM org.apache.cxf.transport.http.HTTPConduit
logProtocolHeaders
FINE: SOAPAction:
"https://mdf.ingenixmedpoint.com/MDFWebServices/HPRequest.asmx/GetRequestIDsNDA";
Feb 21, 2008 12:39:27 PM org.apache.cxf.transport.http.HTTPConduit
logProtocolHeaders
FINE: Accept: *
Feb 21, 2008 12:39:27 PM org.apache.cxf.transport.http.HTTPConduit
makeTrustDecision
FINE: No Trust Decider for Conduit
'{https://mdf.ingenixmedpoint.com/MDFWebServices/HPRequest.asmx}HPRequestWSSoap.http-conduit'.
An afirmative Trust Decision is assumed.
Feb 21, 2008 12:39:28 PM org.apache.cxf.phase.PhaseInterceptorChain
doIntercept
FINE: Invoking handleMessage on interceptor
[EMAIL PROTECTED]
Feb 21, 2008 12:39:28 PM org.apache.cxf.phase.PhaseInterceptorChain
doIntercept
FINE: Invoking handleMessage on interceptor
[EMAIL PROTECTED]
Feb 21, 2008 12:39:28 PM org.apache.cxf.phase.PhaseInterceptorChain
doIntercept
FINE: Invoking handleMessage on interceptor
[EMAIL PROTECTED]
Feb 21, 2008 12:39:28 PM
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream handleResponse
FINE: Response Code: 404 Conduit:
{https://mdf.ingenixmedpoint.com/MDFWebServices/HPRequest.asmx}HPRequestWSSoap.http-conduit
Feb 21, 2008 12:39:28 PM
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream handleResponse
FINE: Content length: 103
Feb 21, 2008 12:39:28 PM
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream handleResponse
FINE: Header fields: 
    Content-Length: [103]
    Connection: [close]
    null: [HTTP/1.1 404 Not Found]
    Date: [Thu, 21 Feb 2008 18:39:23 GMT]
    Content-Type: [text/html]
    Server: [UATWEB1]

Feb 21, 2008 12:39:28 PM org.apache.cxf.phase.PhaseInterceptorChain
doIntercept
INFO: Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Could not send Message.
        at
org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:254)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:205)
        at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
        at 
org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:135)
        at $Proxy27.getRequestIDsNDA(Unknown Source)
        at
https.mdf_ingenixmedpoint_com.mdfwebservices.hprequest.HPRequestWSSoap_HPRequestWSSoap_Client.main(HPRequestWSSoap_HPRequestWSSoap_Client.java:80)
Caused by: java.io.IOException: Not Found
        at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1888)
        at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1791)
        at 
org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
        at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:575)
        at
org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
        ... 7 more


-- 
View this message in context: 
http://www.nabble.com/client-SSL-question-tp15564062p15618240.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to