Guys,
I'm trying to add web service to create SharePoint groups in a certain site collection.
I am currently having two errors here. Could someone help out?
2. Normally seen my workflow should decide upon which site collection I want to do a web service, but I get the following. It does not recognize my URL.
Thanks,
Glenda
Your ISA server is denying the request because of a content rule most likely. Most common rules require all responses to have a specified Content Type in the header of the request. One may not be specified but can be in the web service call. you can Check by clicking on the soap editor. But if the refresh button will not work at all with this error, you may have an issue with the rules in the ISA server and possibly need it to be adjusted for you.
But the second bullet is not really an issue. You can have references in the URL for your workflow. But, when you are setting up the web service action for the first time, use a manually set URL with no references, define the method call and other fields to complete the setup of the action. You can test it with the manual URL also. Then add the reference in the URL last for it to be dynamic at runtime.