Hi Folks,
I have a workflow with a Call web service action and I am having trouble getting the XML to work. I need to use a Call web service so I can embed my generic service account (GSA) credentials in the action via workflow constants.
My configuration looks like this...


My XML is as such...
<?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetListItems xmlns="http://schemas.microsoft.com/sharepoint/soap/"> <listName>{CDF13E34-D116-4123-A9F9-858CD4E518A7}</listName>
<viewName>{9B4011F3-C18C-45D2-BCCF-542DC5060C00}</viewName> <query> <Where> <Eq> <FieldRef Name='UserID' /> <Value Type='Text'>{WorkflowVariable:var_CreatedByUserID_TXT}</Value> </Eq> </Where> </query>
<viewFields>"ID"</viewFields> </GetListItems> </soap12:Body> </soap12:Envelope>
I have tried several variations and have removed empty references like <m:rowLimit></m:rowLimit>, <m:queryOptions>, and <m:webID></m:webID>.
Any assistance propperly forming this XML would be greatly appreciated.
Thanks and Regards,
Patrick Kelligan

