Thanks Scott,
That would be more then good enough :)
I hope your workload is leveling out and was wondering if you saw my other
question to the list titled "Why is this WebService Call not passing the 2nd
of three parms" ?
BTW: I sent a few personal emails a few weeks back to you about a consulting
opportunity - did your spam filter catch those?
Regards,
Blaine
----- Original Message -----
From: "Scott Nichol" <snicholnews@xxxxxxxxxxxxxxx>
To: <nusoap-general@xxxxxxxxxxxxxxxxxxxxx>
Sent: Sunday, March 20, 2005 10:08 PM
Subject: Re: [Nusoap-general] Changing Service URL defined in WSDL
There is no function, but you can do something like
$client = new soapclient("url-for-wsdl", true);
$client->wsdl->endpoint = "url-to-override-endpoint";
Scott Nichol
Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Blaine Lang" <blaine@xxxxxxxxxxxxx>
To: <nusoap-general@xxxxxxxxxxxxxxxxxxxxx>
Sent: Saturday, March 19, 2005 4:20 PM
Subject: [Nusoap-general] Changing Service URL defined in WSDL
Is there a nusoap function to change the URL of the defined service ?
The vendors WSDL that I am using has a default address defined and I've been
hand modifying the WSDL. I would prefer to be able to change this in my
code. Example of what they have now:
<soap:address
location="http://localhost/PortalSDK/jaxrpc/PortalUtilitiesPort"/>
I change this to point to our applications remote service URL.
Apparently in other languages like Perl, C# or Java, the SOAP libraries
support this before the creating the soap interface.
Thanks,
Blaine
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick
_______________________________________________
Nusoap-general mailing list
Nusoap-general@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/nusoap-general
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|