Click here to Skip to main content
15,891,033 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon8-Jun-10 4:00
mvePete O'Hanlon8-Jun-10 4:00 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP8-Jun-10 4:01
mve#realJSOP8-Jun-10 4:01 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon8-Jun-10 4:11
mvePete O'Hanlon8-Jun-10 4:11 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP8-Jun-10 4:52
mve#realJSOP8-Jun-10 4:52 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon8-Jun-10 9:07
mvePete O'Hanlon8-Jun-10 9:07 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 2:48
mve#realJSOP9-Jun-10 2:48 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 3:25
mvePete O'Hanlon9-Jun-10 3:25 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 3:32
mve#realJSOP9-Jun-10 3:32 
Visible? I have a ClientAccessPolicy.xml file in my web services's folder:

XML
<?xml version="1.0" encoding="utf-8" ?>
<access-policy>
    <cross-domain-access>
        <policy>
            <allow-from http-request-headers="*">
                <domain uri ="*" />
            </allow-from>
            <grant-to>
                <resource path="/" include-subpaths="true"/>
            </grant-to>
        </policy>
    </cross-domain-access>
</access-policy>


I also have a CrossDomain.xml, but I'm not really sure where to put it, so I have it in a few places.

XML
<?xml version="1.0" encoding="utf-8" ?>
<cross-domain-policy>
	<allow-http-request-headers-from domain="*" headers="*"/>
	<strong>
		<allow-http-request-headers-from domain="*" headers="SOAPAction" />
	</strong>
	<allow-https-request-headers-from domain="*" headers="*"/>
	<strong>
		<allow-https-request-headers-from domain="*" headers="SOAPAction" />
	</strong>
</cross-domain-policy>


Where *should* I put it?
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 3:47
mvePete O'Hanlon9-Jun-10 3:47 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 3:55
mve#realJSOP9-Jun-10 3:55 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 4:06
mvePete O'Hanlon9-Jun-10 4:06 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 4:11
mve#realJSOP9-Jun-10 4:11 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 4:17
mvePete O'Hanlon9-Jun-10 4:17 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 5:08
mve#realJSOP9-Jun-10 5:08 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 7:02
mvePete O'Hanlon9-Jun-10 7:02 
GeneralRe: Web Service Method Call Fails [modified] Pin
#realJSOP9-Jun-10 7:09
mve#realJSOP9-Jun-10 7:09 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 9:57
mvePete O'Hanlon9-Jun-10 9:57 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 23:46
mve#realJSOP9-Jun-10 23:46 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon10-Jun-10 0:01
mvePete O'Hanlon10-Jun-10 0:01 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP10-Jun-10 4:31
mve#realJSOP10-Jun-10 4:31 
GeneralRe: Web Service Method Call Fails Pin
Ian McCaul9-Jun-10 5:38
Ian McCaul9-Jun-10 5:38 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 5:43
mve#realJSOP9-Jun-10 5:43 
AnswerRe: Web Service Method Call Fails Pin
dan!sh 8-Jun-10 5:05
professional dan!sh 8-Jun-10 5:05 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP8-Jun-10 5:27
mve#realJSOP8-Jun-10 5:27 
GeneralRe: Web Service Method Call Fails Pin
dan!sh 8-Jun-10 6:23
professional dan!sh 8-Jun-10 6:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.