![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
King of Portal
|
Re: Soap
Yeah cURL doesn't work on the server that the site is on. The issue is that the site that currently hosts my files doesn't let you communicate with foreign sites. I was hoping I'd found an interesting way to circumvent that, but it doesn't look that promising anymore. Guess I'll have to resort to ye olde iframe. As far as soap it's unnecessary now that I know that I can create custom headers of any length. The SOAP extension isn't supported on the server either. I appreciate the offer as always though Sane.
__________________
Lo, there do I see my father. 'Lo, there do I see My mother, and my sisters, and my brothers. 'Lo, there do I see The line of my people... Back to the beginning. 'Lo, they do call to me. They bid me take my place among them. In the halls of Valhalla... Where the brave... May live... ...forever.. GrimBB | Mimesis |
|
|
|
|
|
#12 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
Re: Soap
You could also use ajax as a "middle-man". The client-website that you're visiting in the browser tells Ajax what to do when the page is initially downloaded, then Ajax does the work for you by visiting the external server. If any information needs to be given back to the client, Ajax can then synchronize the response. It wouldn't be as messy as it sounds either.
|
|
|
|
|
|
#13 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
Re: Soap
AJAX requests are for good reason limited to the originating domain.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
#14 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
Re: Soap
Oh really! I had no clue.
Heh. That's really unfortunate. It would be so useful if it weren't (but dangerous, as you've alluded to). @Grim: I can't have this problem go unsolved! Heh. There must be some way without frames. ![]() |
|
|
|
|
|
#15 |
|
King of Portal
|
Re: Soap
Yeah I thought about maybe a flash app of some sort or something and EVEN using javascript, but I sort of prefer to avoid those other technologies if I can and just stick to straight html and php. But as Dameon stipulated only from the originating domain anyhow. T_T It's not imperative that I get it or anything but it would've been nice if I could have a geolocation feature as well as a pando package tracker for my board.
__________________
Lo, there do I see my father. 'Lo, there do I see My mother, and my sisters, and my brothers. 'Lo, there do I see The line of my people... Back to the beginning. 'Lo, they do call to me. They bid me take my place among them. In the halls of Valhalla... Where the brave... May live... ...forever.. GrimBB | Mimesis |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| connect to a ssl-webservice with soap | ken q | C++ | 3 | May 5th, 2006 8:39 AM |
| perl, SOAP and C# | allenmpcx | Perl | 0 | Mar 25th, 2006 3:46 PM |