All -

I was working with the Sinature and Encryption example found in the
tutorial and I get the following error..

General security error (WSSecurityEngine: Callback supplied no password
for: 16c73ab6-b892-458f-abf5-2f875f74882e)

My server side PWCallback.java has the following..

if("16c73ab6-b892-458f-abf5-2f875f74882e".equals(pc.getIdentifer())){
                    pc.setPassword("security");
}

while my client side contains...

if (callbacks[i] instanceof WSPasswordCallback) {
   WSPasswordCallback pc = (WSPasswordCallback) callbacks[i];
   pc.setPassword("security");

Any help would be great...

Thanks
Chris

Reply via email to