Bryan Corazza

for ( ; ; ) { BizTalk, Workflow, and .NET }

  Home  |   Contact  |   Syndication    |   Login
  55 Posts | 1 Stories | 16 Comments | 43 Trackbacks

News

Archives

Post Categories

Image Galleries

Biztalk

Blogs I read

Downloads and Samples

General .Net

How-To

Other disparate systems

Patterns and Practices

WorkFlow

A few months ago I ran into a problem when creating a Web Service out of an orchestration
and I was scratching my head a bit (as I've done this 50+ times with not 1 problem) but after
fiddling around a bit I finally found the answer:

I was getting the following error while attempting to publish the orchestration as a web service:
"project folder at "http://localhost/MyProjectProxy/" cannot be opened with path "C:\Inetpub\wwwroot\MyProjectProxy\" unable to create Web project 'MyProjectProxy'. The two need to map to the same server location."

Now I finally realized that since Windows Server 2003 comes with WSS (Windows Sharepoint Services) I needed to exclude the particular path '
/MyProjectProxy/' in Sharepoint Administration.
 

  1. Goto Windows Sharepoint Services Central Administration
    • Under Virtual Server Configuration click Configure virutal server settings
    • Then click the virtual server you wish to change
    • Under Virtual Server Management click on Define managed paths
    • On this page we can include\exclude what paths to let WSS handle.
    • Add your path '/MyProjectProxy/' to the excluded paths list and click ok
  2. Now rerun the BizTalk 2004 Web Service Publishing Wizard and that will auto-generate your
    .NET project containing the new web service that was just created. Build the project and you are ready to rock and roll.

  3. -B

posted on Sunday, May 15, 2005 10:46 PM

Feedback

# re: BizTalk 2004 Web Service Publishing Wizard Issue (Windows Server 2003) 5/19/2005 3:46 PM Chris
This helped me a ton! Thanks a lot, you saved me a ton of time.

# re: BizTalk 2004 Web Service Publishing Wizard Issue (Windows Server 2003) 5/19/2005 5:35 PM Bryan
No problem. Seems lots of developers are running into similar issues with WSS. I sometimes forget that it runs its own engine outside of the ASP.NET worker threads.

# re: BizTalk 2004 Web Service Publishing Wizard Issue (Windows Server 2003) 6/1/2005 10:04 AM Emmanuel Issaly
i get a 'file not found error' when trying to publish my orchestration... do you think it is linked? (IIS/SQL/W2003 are working ok, french windows, beta2 present)

i couldn't find the option to manage paths in WSS admin web page...

# re: BizTalk 2004 Web Service Publishing Wizard Issue (Windows Server 2003) 6/2/2005 9:50 AM Bryan
Unfortunately it will not work with beta 2 installed. I found this out the hard way.

# re: BizTalk 2004 Web Service Publishing Wizard Issue (Windows Server 2003) 7/8/2005 9:41 AM martyn
I had an idea that it was WSS, but you confirmed that for me....good work!!

# re: BizTalk 2004 Web Service Publishing Wizard Issue (Windows Server 2003) 5/22/2007 7:56 PM XX
This applies to BizTalk 2006 and Windows 2003 Server too. This helped a lot.

Post Feedback

Title:
Name:
Email: (never displayed)
Url:
Comments: