Avatar

Level 1

thanks for the response, however

1 I cannot change the response of the webservice to include a "status". it is a third party webservice

2 the webservice is a customer search. it throws a fault or error exception (whatever terminology you like) if there is no customer found or there is a database error.

3 the operation in the wsdl is defined as

    <wsdl:operation name="search">

      <wsdl:input message="tns:searchRequestMsg" name="searchRequest"/>

      <wsdl:output message="tns:searchResponseMsg" name="searchResponse"/>

      <wsdl:fault message="tns:search_faultMsg" name="fault"/>

    </wsdl:operation>

the dataconnection does not show the fault. those this mean LifeCycle form will not allow me to correctly bind to this webservice? Are there any workarounds?

thanks