Failed on redirect from Apache 
-------------------------------

                 Key: AXIS2-3993
                 URL: https://issues.apache.org/jira/browse/AXIS2-3993
             Project: Axis 2.0 (Axis2)
          Issue Type: Test
          Components: modules
         Environment: Linux
            Reporter: Kenny Lee


When the client application direct connect to weblogic server use the URL  
"http://10.1.1.53:7011/axis2/services/testService"; , the application respond 
correct. (P.S 10.1.1.53 is the Weblogic Server IP address)

But when I change to use "http://www.abc.com/axis2/services/testService"; it 
return the following exception error.

The "http://www.abc.com/axis2/services/testService"; was redirect from the 
Apache Web service and config by httpd.conf


org.apache.axis2.AxisFault

    at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)

    at 
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:89)

    at 
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:326)

    at 
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)

    at 
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)

    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)

    at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:528)

    at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:508)

Thanks,

Kenny.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to