06-12-06 06:18 PM
Hi,
first of all thanks for your response. I'm interessted in trying the seconfd
slution you mentioned, but I don't understand it really.
Here' what I think to have understood:
My Web Service throws a soap exception which is catched by the catch block
of the scope where I invoke the service. Instead of terminating I map e erro
r
message to the response message.
How do I connect the errormessage to the response shape?
Why this solution does not do a retry of service invocation and my (false)
solution does?
Thanks and regards
Erik
"BA" wrote:
>
> You should try and return a message describing the error. You are going
> to force SOAP to time out the way you have it set up now, which will cause
> the error you have and also cause the calling party to wait (default 2 min
s)
>
> You can manage this in 2 ways, add a fault message connector (right click
> the port config, select 'add fault message' or something like that) and th
en
> create a SOAP fault message to return.
>
> Second, you can develop a standard error message which mimics the format
> you have for your response message, you may have to create a result field
> that denotes a success or failure. In the catch, instead of the terminate
,
> you can map to the error message format and connect this to the response
> shape.
>
> BA
> http://biztalkia.blogspot.com
>
>
>
>
>
[ Post a follow-up to this message ]
|