Ask a Question related to ASP.NET Web Services, Design and Development.
-
brendan_gallagher_2001@yahoo.co.uk #1
ASP.Net client sending XML string
Hi,
I am using a .Net (VB.Net) webservice with an ASP.net client to
generate an xml string from a db and then send it to a web service on
the same box (client is part of the same service) which then processes
the xml amd sends a sucess result. I have this part already working.
However, I would like to be able to send the xml string to a vb.net
service on a remote server. I have the url of the service I want to
send the xml string to but I am not sure how to change it from the
localhost url. Is this done in the WSDL file in the servicename
elements?
regards and thanks.
brendan_gallagher_2001@yahoo.co.uk Guest
-
securely sending connection string to swf?
ok so when i need to connect a swf to some sort of data source on the server be it XML, a .NET DLL, a CFC or what ever so that i can load data from... -
sending variable for client machine to server or swfonline
Hi I am creating a chat room where the users avatar is generated from their biofeedback(heart rate and skin conductive levels). To retrieve the... -
How do I change data retrieved from db before sending it out to client
I'm new to dotnet. This might not be the right place to post my question, if so, accept my apoligies and please redirect me to the correct group. ... -
Checkboxes for sending progress to the client
Hello, I'am trying to do the following : I've made a web site on which you can do some tasks on the server and would like to inform the user... -
Sending Client Side Event ?
"Genival" <geniobr@hotmail.com> wrote in message news:e1x0bIOdDHA.2804@TK2MSFTNGP11.phx.gbl... You can't quite do this. The only thing your... -
CodeMeister #2
Re: ASP.Net client sending XML string
You can change it in code when you create your proxy class. The proxy class
has a Url property that you can set to point to the new web service.
IHTH
Jon
<brendan_gallagher_2001@yahoo.co.uk> wrote in message
news:1118952677.057084.315030@o13g2000cwo.googlegr oups.com...>
> Hi,
>
>
> I am using a .Net (VB.Net) webservice with an ASP.net client to
> generate an xml string from a db and then send it to a web service on
> the same box (client is part of the same service) which then processes
> the xml amd sends a sucess result. I have this part already working.
> However, I would like to be able to send the xml string to a vb.net
> service on a remote server. I have the url of the service I want to
> send the xml string to but I am not sure how to change it from the
> localhost url. Is this done in the WSDL file in the servicename
> elements?
>
>
> regards and thanks.
>
CodeMeister Guest



Reply With Quote

