RE: Connection Refused Error

2002-02-19 Thread mickknutson
I am running it from the example3 directory: == C: \WebSphere\AppServer\ICE\webapps\axis\WEB-INF\classes\samples\userguide\example3>java org.apache.a xis.client.AdminClient -p 80 deploy.wsdd Processing file deploy.wsdd AxisFault faultCode: http://xml.apache.

RE: Connection Refused Error

2002-02-19 Thread mickknutson
C:\WebSphere\AppServer\ICE\webapps\axis>java org.apache.axis.client.AdminClient -lhttp://localhost:8 0/axis/services/AdminService deploy.wsdd Processing file deploy.wsdd AxisFault faultCode: http://xml.apache.org/axis/:HTTP faultString: Not Found faultActor: null faultDetail: nul

RE: Connection Refused Error

2002-02-19 Thread mickknutson
I am running WebSphere 3.5.2 and I have killed and restarted my entire machine, but I still get the 404 not found error below. It is just not there. --- Thanks Mick Knutson Discover Financial Services Office: 801-902-4244 Fax: 801-902-4123

RE: Connection Refused Error

2002-02-19 Thread mickknutson
How do I install this AdminService? I find no reference to it in the docs, except to deploy services.: C: \WebSphere\AppServer\ICE\webapps\axis\WEB-INF\classes\samples\userguide\example3>java org.apache.a xis.client.AdminClient -p80 deploy.wsdd Processing file deploy.wsdd AxisFault faultCode

Re: Connection Refused Error

2002-02-18 Thread mickknutson
If you figure this one out, "please" let me know what you did to fix it! I have this issue and can't figure it out. --- Thanks Mick Knutson Discover Financial Services Office: 801-902-4244 Fax: 801-902-4123

Re: Axis on WebLogic server

2002-02-04 Thread mickknutson
When I browse to this url: http://wlp04244/ice/axis/Calculator.jws, i get this in IE: /ice/axis/Calculator.jws C:\WebSphere\AppServer\ICE\webapps\WEB-INF Hi there, this is an AXIS service! Perhaps there will be a form for invoking the service here... So the mapping is correct, to point t

RE: Axis on WebLogic server

2002-02-04 Thread mickknutson
When I open a browser to: http://wlp04244/ice/axis/AxisServlet, everything is OK. When I try the URL of the service I was wanting: http://wlp04244/ice/axis/Calculator as per the Calculator.class, I get a 404 Error. When I tried to open a DOS window and type telnet http://muIPaddress or http://my

RE: Axis on WebLogic server

2002-02-04 Thread mickknutson
I did that, but here is what I got: C:\WebSphere\AppServer\ICE\webapps\axis>java org.apache.axis.client.AdminClient -lhttp://localhost/i ce/Calculator deploy.wsdd Processing file deploy.wsdd AxisFault faultCode: http://xml.apache.org/axis/:HTTP faultString: ok faultActor: null faultDeta

RE: Axis on WebLogic server

2002-02-04 Thread mickknutson
I get the same thing. When you or anyone can fix it, please let me know as I am pulling my hair out! :-) --- Thanks Mick Knutson Discover Financial Services Office: 801-902-4244 Fax: 801-902-4123

RE: Can't even get "java org.apache.axis.client.AdminClient list" to work!

2002-02-01 Thread mickknutson
Here is my problem: I am trying to run through the Caculator example, and am having trouble getting Axis to deploy correctly on WebSphere 3.5.2 I have mapped *.jws to AxisServlet and then when I cal

Re: Can't even get "java org.apache.axis.client.AdminClient list" to work!

2002-02-01 Thread mickknutson
Mick Knutson To: [EMAIL PROTECTED]