[jboss-user] [JBossWS] - Http Basic Authentication / GET and POST differences?

2008-05-19 Thread boopet
Hello, we are using a JBossWS 2.0.1 client to access a Axis2 Webservice secured with Http Basic Authentication. The client side gets username and password to login this way: BindingProvider.getRequestContext().put(BindingProvider.USERNAME_PROPERTY, username); | .. The authentication to the

[jboss-user] [JBoss Portal] - Portlet instances DTD not reachable: 404 Error

2008-04-17 Thread boopet
Hi, our eclipse projects show errors because of a broken DTD reference in the file portlet-instances.xml. the DTD there can not be resolved because the jboss server shows a 404 error: http://www.jboss.org/portal/dtd/portlet-instances_2_6.dtd Is this issue known or did the URL change? Best

[jboss-user] [JBossWS] - Re: NullPointerException when processing response

2008-04-09 Thread boopet
this is the jboss-wsse-client.xml used: jboss-ws-security xmlns=http://www.jboss.com/ws-security/config; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://www.jboss.com/ws-security/config |

[jboss-user] [JBossWS] - Re: NullPointerException when processing response

2008-04-08 Thread boopet
hm our client is sending the wsse headers and authentification by UserNameToken is ok. The result returned by the server does not include any wsse information, which should also be OK. but the stacktrace leads to the assumption, that the jboss WS client tries to find some wsse information in

[jboss-user] [JBossWS] - Re: NullPointerException when processing response

2008-04-08 Thread boopet
yes i could check this with debugger. the strange thing is: why is the WSSecurityDispatcher invoked at all, when there is no security information inside the response ? Or does JBossWS just simply require a wsse tag inside the response, when the request had those? View the original post :

[jboss-user] [JBossWS] - Re: NullPointerException when processing response

2008-04-08 Thread boopet
well i am not sure, but my tcpmon shows the request and also the response , so i think the request has been processed properly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142391#4142391 Reply to the post :

[jboss-user] [JBossWS] - NullPointerException when processing response

2008-04-04 Thread boopet
JBoss AS version: 4.0.5GA Hi everyone, we have created a JBossWS Client with version 2.0.1 consuming a Axis2 webservice, that is sending its responses in multipart/related format. The client uses the UserNameToken authentification. when the client is processing the ws answer, i get a

[jboss-user] [JBossWS] - Re: Problems with multipart/related responses

2008-04-02 Thread boopet
hi marc, thanks for answering. yes that was indeed the problem. the axis2 1.3 client needed a patch to handle this correctly (http://svn.apache.org/viewvc?view=revrevision=555276) regards, norbert View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140909#4140909

[jboss-user] [JBossWS] - Problems with multipart/related responses

2008-03-04 Thread boopet
Hi everyone, we have created a JBossWS Client with version 2.0.1 consuming a Axis2 webservice, that is sending its responses in multipart/related format. Everything works fine when testing with SoapUi. but when calling a method with the JBoss client, we get this error message: Caused by: