Click here to Skip to main content
15,892,768 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPublic Enum Pin
byka27-Sep-12 2:12
byka27-Sep-12 2:12 
AnswerRe: Public Enum Pin
Tom Deketelaere27-Sep-12 3:30
professionalTom Deketelaere27-Sep-12 3:30 
GeneralRe: Public Enum Pin
byka27-Sep-12 4:08
byka27-Sep-12 4:08 
GeneralRe: Public Enum Pin
Tom Deketelaere27-Sep-12 4:09
professionalTom Deketelaere27-Sep-12 4:09 
AnswerRe: Public Enum Pin
Bernhard Hiller27-Sep-12 21:41
Bernhard Hiller27-Sep-12 21:41 
Questioncan i get recipient mail addresses when sending mail from asp.net Pin
uspatel26-Sep-12 23:15
professionaluspatel26-Sep-12 23:15 
AnswerRe: can i get recipient mail addresses when sending mail from asp.net Pin
gopal pradhan8-Nov-12 23:19
gopal pradhan8-Nov-12 23:19 
QuestionAccessing IBM Webservice in ASP.Net application Pin
indian14326-Sep-12 6:53
indian14326-Sep-12 6:53 
Hi All,

I have an asp.net application which is trying to consume a web service developped by using some language but from IBM environment. When I asked about wsdl location they gave me physical path rather than virtual path. If they would have given me the virtual path I could have used web references. But they have given only physical path. Which we can't access with web/service reference in our visual studio.
I have been given the WSDL file then I have we created proxy file using SOAPUI utility (SOAP-UI creates proxy for .net 2.o environment). Is it because of that or something else but I am getting exception when I trying to hit the service and get the data. It is giving me following exception.

The request failed with HTTP status 404: Not Found.


And in the stack trace:

at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at WA.LNI.StayatWork.Public.UI.RetroMembersV1WSDLService.RetroMembersV1WSDLSOAP_HTTP_Service.GetRetroMemberInfo(t_request request) in D:\source\SourceCode\StayatWork-VS2010\WA.LNI.StayatWork.Public.UI\RetroMembersV1WSDLSOAP_HTTP_Service.vb:line 48
   at WA.LNI.StayatWork.Public.UI.WebServiceTestPage.Page_Load(Object sender, EventArgs e) in D:\source\SourceCode\StayatWork-VS2010\WA.LNI.StayatWork.Public.UI\WebServiceTestPage.aspx.vb:line 184


And one more thing to add now I found that my application call even not going to the proxy class. Because I put break points in my proxy class contructor and few other methods, my application is not even going to those break points whats this weird thing I dont know. Please anybody pls help me its little urgent.
Thanks & Regards,

Abdul Aleem Mohammad
St Louis MO - USA


modified 26-Sep-12 14:30pm.

JokeRe: Accessing IBM Webservice in ASP.Net application Pin
jkirkerx26-Sep-12 9:13
professionaljkirkerx26-Sep-12 9:13 
GeneralRe: Accessing IBM Webservice in ASP.Net application Pin
indian14326-Sep-12 11:24
indian14326-Sep-12 11:24 
Questionhow can see different different content in div on same page after click on menu in asp.net mvc 3 Pin
zdeep_gill26-Sep-12 4:08
zdeep_gill26-Sep-12 4:08 
AnswerRe: how can see different different content in div on same page after click on menu in asp.net mvc 3 Pin
n.podbielski28-Sep-12 0:25
n.podbielski28-Sep-12 0:25 
QuestionTo Web Pages or not to Web Pages? Pin
Oshtri Deka26-Sep-12 1:05
professionalOshtri Deka26-Sep-12 1:05 
AnswerRe: To Web Pages or not to Web Pages? Pin
John-ph26-Sep-12 3:09
John-ph26-Sep-12 3:09 
GeneralRe: To Web Pages or not to Web Pages? Pin
Oshtri Deka26-Sep-12 11:12
professionalOshtri Deka26-Sep-12 11:12 
GeneralRe: To Web Pages or not to Web Pages? Pin
John-ph26-Sep-12 18:24
John-ph26-Sep-12 18:24 
AnswerRe: To Web Pages or not to Web Pages? Pin
Dylan Morley26-Sep-12 5:04
Dylan Morley26-Sep-12 5:04 
GeneralRe: To Web Pages or not to Web Pages? Pin
n.podbielski28-Sep-12 0:27
n.podbielski28-Sep-12 0:27 
Questiondateformat Pin
suriyakaqnnan25-Sep-12 19:09
suriyakaqnnan25-Sep-12 19:09 
AnswerRe: dateformat Pin
Sandeep Mewara25-Sep-12 20:25
mveSandeep Mewara25-Sep-12 20:25 
GeneralRe: dateformat Pin
suriyakaqnnan25-Sep-12 20:46
suriyakaqnnan25-Sep-12 20:46 
GeneralRe: dateformat Pin
Sandeep Mewara25-Sep-12 20:52
mveSandeep Mewara25-Sep-12 20:52 
GeneralRe: dateformat Pin
Albarhami26-Sep-12 20:39
Albarhami26-Sep-12 20:39 
GeneralRe: dateformat Pin
KiranKumar Roy14-Oct-12 3:07
KiranKumar Roy14-Oct-12 3:07 
AnswerRe: dateformat Pin
Albarhami25-Sep-12 23:18
Albarhami25-Sep-12 23:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.