fatcodeguy
Programmer
Hi,
I have an app running in a Tomcat/Axis environment. I want the app to call a .NET Web Service. I've done everything i need to create the service stub and so on,
The problem is when i call the page that accesses the web service, i get an Access Denied error:
Any suggestions? Thanks!!
I have an app running in a Tomcat/Axis environment. I want the app to call a .NET Web Service. I've done everything i need to create the service stub and so on,
The problem is when i call the page that accesses the web service, i get an Access Denied error:
Code:
(401)Access Denied
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:732)
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:143)
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
org.apache.axis.client.Call.invokeEngine(Call.java:2765)
org.apache.axis.client.Call.invoke(Call.java:2748)
org.apache.axis.client.Call.invoke(Call.java:2424)
org.apache.axis.client.Call.invoke(Call.java:2347)
org.apache.axis.client.Call.invoke(Call.java:1804)
... ... ...
Any suggestions? Thanks!!