I have developed a working web service client on windows configured with
axis2 v1.4.1 and rampart 1.4. On the windows platform, this works great.
I ported everything over to Solaris. Ran wsdl2java on solaris and
followed the same procedure as on my windows platform, (of course making
adjustments for unix).
I get this error when I try to run the client:
Exception: org.apache.axis2.AxisFault: null
org.apache.axis2.AxisFault: null
at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java
:512)
at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(Out
InAxisOperation.java:370)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
ation.java:416)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInA
xisOperation.java:228)
at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:163
)
at
com.lmco.lmpeoplephoto.BadgePhotoStub.GETBADGEPHOTO(BadgePhotoStub.java:
194)
at com.lmco.lmpeoplephoto.Client.GetBadgePhoto(Client.java:46)
at com.lmco.lmpeoplephoto.Client.main(Client.java:20)
I know this exception comes after my PasswordCallbackHandler is being
called and I know the rampart configuration is working.
Any ideas on how can I go about debugging this?
Thanks for any help!
---
Kevin Lampert
Beacon Professional Services