>- see footer for list info -<
So where is this code actually running form?

<wsdl:service name="xxx">
   <wsdl:port name="xxxPort" binding="tns:xxxBinding">
    <soap:address location="http://some.url/xxx/server.php"; />
   </wsdl:port>
 </wsdl:service>

>From what you said I thought you were calling this PHP soap service via CF
and just need to dynamically change the location.

Or do you mean something else altogether,

Russ
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tomo
Sent: 29 June 2005 11:15
To: Coldfusion Development
Subject: Re: [CF-Dev] soap - again

>- see footer for list info -<
yeah I had that conversation :) - and do you think I would ask if I could do
that? ;)

I am not creating the soap service.  it's coming from a php box elsewhere -
I have no control over that.  Problem is, I'll be away from my desk in the
next couple of days on a different network that has different access to all
the soap services - joy.

If and when I find a solution I'll let you know as this could be useful to
others in the same situation at a later date.  I have a couple of ideas...

Snake wrote:
>>- see footer for list info -<
> 
> Why can't u just stick a variable in there? 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Tomo
> Sent: 29 June 2005 09:17
> To: cfdev
> Subject: [CF-Dev] soap - again
> 
> 
>>- see footer for list info -<
> 
> Hi All,
> 
> Does anyone know if it's possible to overwrite the soap address 
> location using CF?  I doubt it's possible using standard cf commands 
> like the things you use to invoke a soap service...
> 
> To give you some background, the soap location in this case is where 
> the wsdl that you use to create the service will post to, for example:
> 
> <wsdl:service name="xxx">
>   <wsdl:port name="xxxPort" binding="tns:xxxBinding">
>    <soap:address location="http://some.url/xxx/server.php"; />
>   </wsdl:port>
> </wsdl:service>
> 
> I need to be able to change the location in this bit of XML - sounds easy?
> no.  I do know this is possible in .net, so I see no reason why this 
> wouldn't be possible in CF... any help or pointers to resources would 
> be great!
> 
> I've been looking through the java instance classes that are made 
> available by CF when you invoke the service, but it's like a needle in a
haystack.
> 
> Cheers,
> 
> Tom
> 
> 
>               
> ___________________________________________________________
> How much free photo storage do you get? Store your holiday snaps for 
> FREE with Yahoo! Photos http://uk.photos.yahoo.com 
> _______________________________________________
> 
> For details on ALL mailing lists and for joining or leaving lists, go 
> to http://list.cfdeveloper.co.uk/mailman/listinfo
> 
> --
> CFDeveloper Sponsors:-
> 
>>- Hosting provided by www.cfmxhosting.co.uk -<
>>- Forum provided by www.fusetalk.com -<
>>- DHTML Menus provided by www.APYCOM.com -<
>>- Lists hosted by www.Gradwell.com -<
>>- CFdeveloper is run by Russ Michaels, feel free to volunteer your 
>>help -<
> 
> 
> 
> _______________________________________________
> 
> For details on ALL mailing lists and for joining or leaving lists, go 
> to http://list.cfdeveloper.co.uk/mailman/listinfo
> 
> --
> CFDeveloper Sponsors:-
> 
>>- Hosting provided by www.cfmxhosting.co.uk -<
>>- Forum provided by www.fusetalk.com -<
>>- DHTML Menus provided by www.APYCOM.com -<
>>- Lists hosted by www.Gradwell.com -<
>>- CFdeveloper is run by Russ Michaels, feel free to volunteer your 
>>help -<
> 
> 


        
        
                
___________________________________________________________
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with
voicemail http://uk.messenger.yahoo.com
_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help 
>-<


_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to