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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...