Stefna,

do you use the Axis handlers and Axis as your SOAP subsystem?
If yes then it should work - otherwise pls try to get a
dump of the request (tcpmon) and send it along.

If you don't use the xis handler (and Axis) then make sure
theat you SOAP system does not modify the request after signature
processing.

Regards,
Werner

Stefan Schmidt wrote:
> Werner,
> 
> Thanks for this remark - I wan't aware of the Crimson namespace problem.
> Now I got one step further. Unfortunately there is still something
> wrong. I am sending a SOAP array and when I sign the msg I cannot
> retrieve the string values from this array. Instead I simply get 'null'
> for each array item. tcpmon shows that the signed msg with the correct
> array values is send but the client seems to have a problem. There is no
> error message. Running the WS without security everything works fine.
> 
> Ideas?
> 
> Regards,
> Stefan
> 
> Werner Dittmann wrote:
> 
>> Stefan,
>>
>> acording to the stack printout you use the crimson parser
>> at the client side. Crimson does _not_ support namespaces
>> fully (only partial support). Pls make sure you have a
>> fully namespace aware parser first in your classpath, e.g.
>> xerces.
>>
>> AFAIK Crimson is the standard parser for JDK 1.4.x, but I'm
>> not sure if Crimson is supported by Apache anymore.
>>
>> Regards,
>> Werner
>>
>>
>> Stefan Schmidt wrote:
>>  
>>
<SNIP> ..... <SNAP>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to