Click here to Skip to main content
15,887,135 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSetting ASP.NET page controls from class library assembly Pin
Chesnokov Yuriy9-Oct-12 19:52
professionalChesnokov Yuriy9-Oct-12 19:52 
QuestionRe: Setting ASP.NET page controls from class library assembly Pin
n.podbielski10-Oct-12 3:38
n.podbielski10-Oct-12 3:38 
AnswerRe: Setting ASP.NET page controls from class library assembly Pin
Chesnokov Yuriy10-Oct-12 4:50
professionalChesnokov Yuriy10-Oct-12 4:50 
GeneralRe: Setting ASP.NET page controls from class library assembly Pin
n.podbielski10-Oct-12 10:59
n.podbielski10-Oct-12 10:59 
QuestionArchitecture suggestions for an application in Web and IPAD form Pin
krishnapnv9-Oct-12 19:33
krishnapnv9-Oct-12 19:33 
AnswerRe: Architecture suggestions for an application in Web and IPAD form Pin
John-ph9-Oct-12 23:53
John-ph9-Oct-12 23:53 
AnswerRe: Architecture suggestions for an application in Web and IPAD form Pin
Peter Carrasco11-Oct-12 16:31
Peter Carrasco11-Oct-12 16:31 
QuestionConnecting to IBM's natural language web service from vb.net Pin
indian1439-Oct-12 15:48
indian1439-Oct-12 15:48 
Hi All,

I have web service that is developped using mainframe's natural language and wsdl created using some java's web server. I got the wsdl and using SOAP UI I have created a proxy .net class to add it in my application.
The proxy is connecting and getting the data, but after calling it for 2 or 3 times application is becoming too slow. It was not happening when I was not using the mainframe webservice proxy.

I am not understanding what is the reason and what's the cause for the slow. Do I have to close the connection and dispose the proxy object, I am not understanding. Please help me by giving some ideas or code snippets.
I am putting my code below

Proxy class constructor:
    Public Sub New()
        MyBase.New
        'Me.Url = "http://localhost:7800/************V1WSDLSOAP_HTTP_Service"
        Me.Url = "http://************EAI20:7810/EmployerAddress"
    End Sub

And I am calling the proxy in the following way
listDOAccountStandards=AccountStandardObjectAdapter.GetAccountStandard(empl_accnt_no)

And I am not closing or disposing the proxy class any where (assuming that if once the scope of the execution finishes .net runtimes automatically frees the memory. As the proxy is managed code component)

Please help me by giving any kind of help.

Thanks & Regards,

Abdul Aleem Mohammad
St Louis MO - USA

AnswerRe: Connecting to IBM's natural language web service from vb.net Pin
jkirkerx9-Oct-12 17:25
professionaljkirkerx9-Oct-12 17:25 
QuestionHi Friends i want to create a web application Pin
VinothData9-Oct-12 15:41
VinothData9-Oct-12 15:41 
AnswerRe: Hi Friends i want to create a web application Pin
Rockstar_9-Oct-12 19:18
professionalRockstar_9-Oct-12 19:18 
GeneralRe: Hi Friends i want to create a web application Pin
VinothData11-Oct-12 19:37
VinothData11-Oct-12 19:37 
QuestionHow to set the x, y positions of the dynamic control Pin
Shashank Srivastava1)9-Oct-12 0:44
Shashank Srivastava1)9-Oct-12 0:44 
AnswerRe: How to set the x, y positions of the dynamic control Pin
n.podbielski9-Oct-12 0:59
n.podbielski9-Oct-12 0:59 
AnswerRe: How to set the x, y positions of the dynamic control Pin
jkirkerx9-Oct-12 11:20
professionaljkirkerx9-Oct-12 11:20 
GeneralRe: How to set the x, y positions of the dynamic control Pin
Shashank Srivastava1)10-Oct-12 2:10
Shashank Srivastava1)10-Oct-12 2:10 
GeneralRe: How to set the x, y positions of the dynamic control Pin
jkirkerx10-Oct-12 6:49
professionaljkirkerx10-Oct-12 6:49 
GeneralRe: How to set the x, y positions of the dynamic control Pin
Shashank Srivastava1)10-Oct-12 2:19
Shashank Srivastava1)10-Oct-12 2:19 
GeneralRe: How to set the x, y positions of the dynamic control Pin
jkirkerx10-Oct-12 7:01
professionaljkirkerx10-Oct-12 7:01 
QuestionSorting a generic list of objects depending upon its one of objects property Pin
indian1438-Oct-12 21:32
indian1438-Oct-12 21:32 
AnswerRe: Sorting a generic list of objects depending upon its one of objects property Pin
n.podbielski8-Oct-12 21:52
n.podbielski8-Oct-12 21:52 
GeneralRe: Sorting a generic list of objects depending upon its one of objects property Pin
indian1438-Oct-12 21:58
indian1438-Oct-12 21:58 
SuggestionRe: Sorting a generic list of objects depending upon its one of objects property Pin
n.podbielski8-Oct-12 22:15
n.podbielski8-Oct-12 22:15 
Questiondoes form view shows only one record at a time? Pin
UDTWS8-Oct-12 18:18
UDTWS8-Oct-12 18:18 
AnswerRe: does form view shows only one record at a time? Pin
n.podbielski8-Oct-12 23:36
n.podbielski8-Oct-12 23:36 

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.