This issue needs a solution.

Trouble with Web Service Caller Generator

Created: 07 Nov 2012
Login to vote
0 0 Votes

I've created and published a Workflow web service.  I tried to create an integration project using the Web Service Caller Generator. After adding the URL to the  ASMX file and clicking the Next button, I get an error indicating an authorization problem (error code 401).  I've attached a screen shot of the panel and error message.

I can navigate to the URL in IE and see the methods exposed by the web service.

Is there any documentation on publishing a Workflow web service and creating a separate integration project to call it?

Filed Under

Comments

reecardo's picture
reecardo
Symantec Employee
08
Nov
2012
Votes
+1

401 is Unauthorized. I'd try

401 is Unauthorized. I'd try checking the HTTP Authentication box and adding some credentials. If hitting the site in IE didn't require any, I'd just try using the Windows acct you're logged in with as the creds.

08
Nov
2012
Votes
0

That worked.  I entered the

That worked.  I entered the local administration credentials.