E
eunever32
Hi
I am attempting to connect to a web service from a unix server which
is behind a firewall
The first problem I have is that the apache axis is complaining about
the URL
I can only assume this is because there is no DNS on the Unix server
but I was hoping the axis client would send to the proxy before trying
to interpret the URL
The errors is as follows:
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException
faultSubcode:
faultString: java.net.UnknownHostException: xyz.uiop.com
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}
stackTrace:java.net.UnknownHostException: xyz.uiop.com
I then tried using the ip-address ie 159.137.136.87 on the windows
network (which normally works) but this failed with a HTTP 404 error
unknown host. Could it be because the ip-address is "non-
authoritative"?
Non-authoritative answer:
Name: xyz.uiop.com
Address: 159.137.136.87
The second problem, which I haven't yet encountered is that I may need
to be "logged" into the network as well as setting the http.proxyHost/
user/password/port settings in the jvm argument. Could this be the
problem?
Any suggestions appreciated.
Thanks
I am attempting to connect to a web service from a unix server which
is behind a firewall
The first problem I have is that the apache axis is complaining about
the URL
I can only assume this is because there is no DNS on the Unix server
but I was hoping the axis client would send to the proxy before trying
to interpret the URL
The errors is as follows:
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException
faultSubcode:
faultString: java.net.UnknownHostException: xyz.uiop.com
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}
stackTrace:java.net.UnknownHostException: xyz.uiop.com
I then tried using the ip-address ie 159.137.136.87 on the windows
network (which normally works) but this failed with a HTTP 404 error
unknown host. Could it be because the ip-address is "non-
authoritative"?
Non-authoritative answer:
Name: xyz.uiop.com
Address: 159.137.136.87
The second problem, which I haven't yet encountered is that I may need
to be "logged" into the network as well as setting the http.proxyHost/
user/password/port settings in the jvm argument. Could this be the
problem?
Any suggestions appreciated.
Thanks