Hi,
Is is possible to use the adminservice over SSL, when I try to do so I get errors like below:
[axis-admin] faultString: java.lang.NumberFormatException: For input string: ""
[axis-admin] faultActor:
[axis-admin] faultNode:
[axis-admin] faultDetail:
[axis-admin]
{http://xml.apache.org/axis/}stackTrace:java.lang.NumberFormatException:
For input string: ""
[axis-admin] at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
[axis-admin] at java.lang.Integer.parseInt(Integer.java:489)
I think it is looking for unencrypted http, so how would you change it to use SSL (assuming this is possible).
Thanks,
Patrick
