Hi
I have created a new module that returns a dataset from an external webservice.
As soon as the i make a call to the webservice i get the following error:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Unable to connect to the remote server ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetRequestStream() at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at WebReference.WebServices.ClaimantDetails(Guid guidService, Int32 UserID, String strCaseRef, Int64 lngSLNo) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\66d41aa6\2ef1f829\App_WebReferences.mc8v78hv.0.cs:line 673 at YourCompany.Modules.Guestbook.ViewGuestbook.Button1_Click(Object sender, EventArgs e) in d:\customer\medicolegal\public\DesktopModules\Guestbook\ViewGuestbook.ascx.vb:line 70 at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
i have found no examples of people trying to do this so i am not sure if this is even possible within DNN.
Could someone please point me in the direction?
Thanks
Brad