[jboss-user] [JBoss Web Services Users] - Re: JAX-WS Web Service Authentication (NTLM) against a MS CR

kagey do-not-reply at jboss.com
Wed Sep 2 15:35:11 EDT 2009


I fixed my problem by disabling chunking by reverting the client to a different configuration, you could try:


  | CrmTaskServiceSoap port = (new CrmTaskService(url, new QName("http://schemas.microsoft.com/crm/2007/WebServices", "CrmService")))
  | .getCrmTaskServiceSoap();
  | 
  | ...
  | 
  | ((StubExt) port).setConfigName("HTTP 1.0 Client");
  | 
  | String ret = port.create(ent);
  | 
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253161#4253161

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253161



More information about the jboss-user mailing list