views:

16

answers:

0

I have a number of outbound messages for different fields in salesforce, the fields are nearly all identical except for the name. Right now I have different web services handling the call for each field; to ease processing on the message receiver I would like to have one service handling all the different fields.

Each receiving web service uses a separate WSDL for each outbound message.

Any thoughts on how to do this?