Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Load Test - Calling ASP.NET Web Service from VB6 using MS SOAP Tool Kit

Reply
Thread Tools

Load Test - Calling ASP.NET Web Service from VB6 using MS SOAP Tool Kit

 
 
Clement
Guest
Posts: n/a
 
      11-22-2003
Hi,
need urgent help from the expert here.
i'm in-charge of a company project which will required me to integrate
customer's system using the SOAP message. during my programming, i'm using
ASP.NET Web Service (VB.NET) which will provide Receive webmethod for the
request from the customer and responded by involve the customer web service
(WSDL).

However the customer are using VB6 with Microsoft Tools Kit to load the WSDL
(generated from my web service) and received the result in the Receive
Method.
This integration is running well the performance is pretty good within 500
transaction during load test. that means the ASP.NET webservice will receive
the request the return the SOAP response message with result = 1 and the
SOAP content will be store in the SQL 2000 DB for processing. After
processed, the customer Web Service will call and the result will sent.

But, when customer sent the 1000 request for the load test, they will
received this soap error at the XX no. of request. The error as below:

Error Number: 5406
Error Description:SoapError:Client:Sending the Soap message failed or no
recognizable response was received HRESULT=0x800A151E - Client:Connection
failed. HRESULT=0x800A151E;
ErrDesc:Application-defined or object-defined error

when the customer received the error as above, let said is at 800
transaction. My web service log will also show us it only receive 800 even
though customer is still continuing sending up to 1000 request.

i'm strugering in this problem since last month and really really appreciate
if anyone can help me.




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
soap using remoting vs soap using web services B. Deepak ASP .Net Web Services 2 06-21-2006 07:14 AM
Calling ColdFusion Web Service Using Apache SOAP JPractitioner Java 1 03-22-2006 04:56 AM
InvocationTargetException when calling "new Service()" in Axis web service to call another web service Michael Averstegge Java 0 01-10-2006 11:05 PM
Calling a Web Service using Axis, from within an Axis Web Service running under Tomcat hocho888 Java 1 04-29-2005 08:26 PM
test test test test test test test Computer Support 2 07-02-2003 06:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57