Tagged Questions
1
vote
0answers
12 views
Workflow consuming webservice - Editing the address?
My State Machine Workflow (SP 2010) consumes an external Web Service that I have added as a Service Reference in Visual Studio.
The WCF Service is currently hosted in my local machine.
We have ...
0
votes
1answer
12 views
onWorkflowItemChanged triggered when attachment added through web service
A WCF Service hosted outside of SP will consume another external service to retrieve information. Then, the WCF will add/edit an item to a SharePoint List using COM, and add the attachment to the item ...
0
votes
1answer
45 views
TimerJob editing workflow and web config - Consuming external webservice
I have a list that is attached to a workflow (State machine, VS2010, SP2010).
There is an OnWorkflowItemChanged activity that will check if a column of the list has been changed. If it changed, it ...
0
votes
0answers
84 views
AlterToDo is not affecting Comments but Affecting other fields
I am facing some creepy error here.
i am trying to alter a task using AlterToDo Method of Workflow.asmx
Here is my code
strTaskdata = "<my:myFields xmlns:my= ...
2
votes
1answer
379 views
How can an InfoPath form get the Claims of the user who is logged in to SharePoint?
We have a document library that contains a list of proposals (InfoPath Forms). Users log in through SharePoint using Claims (Forms Auth, via an Extranet) who are from various organizations. The ...
1
vote
0answers
299 views
Different behavior on workflow start thru web service that thru document library?
I have a document library on Sharepoint 2010 with an associated workflow. I can start the workflow ”by hand” thru the document library. It’s a long processing workflow, so we have exended the ...
0
votes
1answer
844 views
Workflows Fail on Start when adding an item to a list programmatically
I have a custom built web service that is built to simply add items into a list in SharePoint Foundation 2010. I have workflow attached to the list but when I create an item using my web service ...
1
vote
1answer
2k views
System.Net.WebException: The remote server returned an error: (401) Unauthorized
Here is my Scenario :
Its for SharePoint 2007 environment
I have a Form Library where the InfoPath form with Managed code is deployed. I have a Custom approval Workflow attached to this form.
the ...
1
vote
1answer
734 views
How to set a person/group field in UpdateListItems [closed]
I'm trying to use a web service call in Nintex Workflow to add a new item to a list. I'm using the web service because the user only has read permissions to the list. What syntax is needed to set ...