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

WPF

 
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 
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 
Ok then, but wouldn't it be more correct to do this?

XML
<access-policy>
    <cross-domain-access>
        <policy>
            <allow-from http-request-headers="*">
                <domain uri ="http://*" />
            </allow-from>
            <grant-to>
                <resource path="/" include-subpaths="true"/>
            </grant-to>
         </policy>

         <policy>
             <allow-from https-request-headers="*">
                 <domain uri ="https://*" />
             </allow-from>
             <grant-to>
                 <resource path="/secure" include-subpaths="true"/>
             </grant-to>
         </policy>
    </cross-domain-access>
</access-policy>

.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 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 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP8-Jun-10 7:00
mve#realJSOP8-Jun-10 7:00 
GeneralRe: Web Service Method Call Fails Pin
dan!sh 8-Jun-10 18:17
professional dan!sh 8-Jun-10 18:17 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 2:53
mve#realJSOP9-Jun-10 2:53 
QuestionRe: Web Service Method Call Fails Pin
dan!sh 11-Jun-10 4:06
professional dan!sh 11-Jun-10 4:06 

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.