vote up 1 vote down star

Hello everyone,

Let's say a machine where the application sits on has SoapClient (to be specific, I'm using Microsoft.Web.Service3.Messaging.SoapClient). It communicates toward a remote location with no problem by sending outgoing requests and getting SoapEnvelope in return (well-established process).

The above scenario is through the IP assigned to the machine where the application is sitting on.

Now, I need to modify this process - we need to add 2 more IPs to the machine, and I need to "bind" outgoing requests to a specific IP, rather than the default IP.

So, at the remote location, it appears as if it is receiving requests from 3 different IPs, but really all from same machine/application.

How do I bind outgoing requests to a specific IP? This is how the remote location "locks down" to a particular account, via an IP, not a login (which was what I suggested, and they declined). They said we should be able to do this (binding to a specific IP), but I'm not sure how to do this with Microsoft's SoapClient object.

Any suggestions? Thanks in advance!

flag

3 Answers

vote up 0 vote down

Followup: I believe what I'm trying to do, with SoapClient object, is the equivalent of TcpClient(IPEndPoint) which is a constructor that binds it to a specified local endpoint.

http://msdn.microsoft.com/en-us/library/system.net.sockets.tcpclient.tcpclient.aspx

I cannot seem to figure out how to do the same thing with SoapClient.

link|flag
vote up 0 vote down

HI you i have link of webservice i want using it, in vb6 or vb,net

link|flag
vote up 0 vote down

Did you get this one solved. I have been working on this for several days.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.