Exception occured while processing the HTTP response of a two-way request [message #1292028] |
Fri, 11 April 2014 12:47 |
Altynbek Turdubaev Messages: 1 Registered: April 2014 |
Junior Member |
|
|
Not long ago I started to work with BPEL and web-services. Now I tried to create a simple BPEL project which should invoke a remote REST web-service. For that purpose I developed a simple WCF rest service which takes a string parameter and return a string response to the client. This service works great. For example if we call this service from Fiddler using POST verb we get next response:
But when I call my service from BPEL project I get the following error:
Exception occured while processing the HTTP response of a two-way request...
The most interesting things is that my service get request from bpel client but input message is NULL. And when service send response to the client I get previous errors. In this case I would like to know why the input message is NULL and why my BPEL client could not get a response. If anybody know how to solve this problem I will be very grateful. Thanks in advance
|
|
|
Powered by
FUDForum. Page generated in 0.03873 seconds