PDS with multiple hosted sites - Error 405 method not allowed

M

Mike

Hi all,

i have a problem with PDS and an additional instance of Project Web
Access (created with EditSite). I followed the description in
pj11PDSref.chm and made a new copy of pds.wsdl and pds.wsml with the
proper URL.

I am able to logon, but when i try to execute "ProjectsStatus" i get
the error "... 405 method not allowed". The same application works
fine with the "Main" Project Web Access.

Thank you very much in advance for your patience and help.

Mike.
 
X

XavT69

Hi Mike,
I have the same problem with project server 2003, and I don'
understand what's happening.

Did you find a solution ? If yes, could explain me in detail how t
solve the problem ?

It's a blocking issue for me.

Many thanks,
Xavier

*Hi all,

i have a problem with PDS and an additional instance of Project Web
Access (created with EditSite). I followed the description in
pj11PDSref.chm and made a new copy of pds.wsdl and pds.wsml with the
proper URL.

I am able to logon, but when i try to execute "ProjectsStatus" i get
the error "... 405 method not allowed". The same application works
fine with the "Main" Project Web Access.

Thank you very much in advance for your patience and help.

Mike.


-
XavT6
 
M

Mandarb

Hi guys,
Did you ever find a solution to this problem?
*Hi Mike,
I have the same problem with project server 2003, and I don'
understand what's happening.

Did you find a solution ? If yes, could explain me in detail how t
solve the problem ?

It's a blocking issue for me.

Many thanks,
Xavier


-
Mandar
 
J

Joe

Yes, the solution to your problem is as follows:

This is what you need to do.

1. Ensure the MS SOAP Toolkit 3.0 is installed on your Project Server
2. Navigate into IIS
3. Right click on the original /projectserver virtual directory created
during installation.
4. Click on Properties for the virtual directory
5. Click on the Configuration...button
6. Scroll all the way to the bottom and take note of the path of the
"wsdl" extension
This should be something like "c:\Program Files\Common
Files\MSSOAP\BINARIES\SOAPIS30.dll"
7. Click cancel twice to return to the main IIS screen

Now configure the new virtual directories:
1. Right click on the new virtual directory created using EditSite
2. Click on Properties for the new virtual directory
4. Click on the Configuration... button
5. Click Add...
6. Enter the path from step #6 above (with the quotes)
7. Enter GET, POST in the Limit To box
8. Enter wsdl in the Extension box
9. Click OK Twice.
This should fix your problem.

The wsdl extension is not recognized by IIS when EditSite builds the
new virtual directory.
 
J

Joe

One correction to my earlier response:

Step #7 - In the "Limit To" field set this to 'All Verbs'.
Remember to IIS Reset
 
J

Jack Gong

It's really beautiful!. It solves my headache also.
I've spent days seaching any resources, trying this and that, but only Joe's
solution is perfect and right to the point.

Thank you very much, Joe!

Jack Gong
 
M

Mandarb

Joe said:
*Yes, the solution to your problem is as follows:

This is what you need to do.

1. Ensure the MS SOAP Toolkit 3.0 is installed on your Projec
Server
2. Navigate into IIS
3. Right click on the original /projectserver virtual director
created
during installation.
4. Click on Properties for the virtual directory
5. Click on the Configuration...button
6. Scroll all the way to the bottom and take note of the path of the
"wsdl" extension
This should be something like "c:\Program Files\Common
Files\MSSOAP\BINARIES\SOAPIS30.dll"
7. Click cancel twice to return to the main IIS screen

Now configure the new virtual directories:
1. Right click on the new virtual directory created using EditSite
2. Click on Properties for the new virtual directory
4. Click on the Configuration... button
5. Click Add...
6. Enter the path from step #6 above (with the quotes)
7. Enter GET, POST in the Limit To box
8. Enter wsdl in the Extension box
9. Click OK Twice.
This should fix your problem.

The wsdl extension is not recognized by IIS when EditSite builds the
new virtual directory. *

I've been sitting with this problem for almost a year now, and th
solution was so simple. Thanks a lot Joe


-
Mandar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top