consume web service ax 2012XPP
2011-10-11
shashi_s
Set the address in the EndPointAddress object
Copy code
- clientType = CLRInterop::getType("MyService.TestReference.Service1Client");
- _client = AifUtil::createServiceClient(clientType);
- endpoint = _client.get_Endpoint();
- endPointAddress = new System.ServiceModel.EndpointAddress(@"http://MyServer/SampleWCF.Service1.svc");
- endpoint.set_Address(endPointAddress);
Recent comments: ( 0 )
Please loggin to leave a comment!!