Web Services: WSDL format issue

2005-03-28 Thread Shankar s

Hi all,

I have been assigned to test webservices. I tried the latest version 
Jmeter-2.0.3 with a WSDL from xmethods.com. I was able to see the webmethods 
being populated.

Issue: Then I tried with the WSDL of the application under test but i could not 
see the web methods geting populated.When i compared the WSDL files, the format 
was different with wsdl: as a prefix for all tags(file is given below)

Error msg in command prompt: [Fatal Error] :2:2: The markup in the document 
following the root element must be well-formed.

There was no error in the log file.

If anyone have come across this or if u have any comments of this behaviour pls 
share it. Thanx in adv

Enviroment:

Jmeter-2.0.3, windows 2003 server, j2sdk1.4.2_03

Pls find the WSDL file given below :

?xml version=1.0 encoding=UTF-8?
wsdl:definitions 
targetNamespace=http://172.27.165.213:8080/axis/services/CustomerKeyLookupService;
 xmlns=http://schemas.xmlsoap.org/wsdl/; 
xmlns:apachesoap=http://xml.apache.org/xml-soap; 
xmlns:impl=http://172.27.165.213:8080/axis/services/CustomerKeyLookupService; 
xmlns:intf=http://172.27.165.213:8080/axis/services/CustomerKeyLookupService; 
xmlns:soapenc=http://schemas.xmlsoap.org/soap/encoding/; 
xmlns:tns1=http://services.ums.exchange.brainshield.com; 
xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/; 
xmlns:wsdlsoap=http://schemas.xmlsoap.org/wsdl/soap/; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema;wsdl:typesschema 
targetNamespace=http://services.ums.exchange.brainshield.com; 
xmlns=http://www.w3.org/2001/XMLSchema;element name=process 
type=xsd:anyType//schemaschema 
targetNamespace=http://172.27.165.213:8080/axis/services/CustomerKeyLookupService;
 xmlns=http://www.w3.org/2001/XMLSchema;element name=processReturn 
type=xsd:anyType//schema/wsdl:types
  wsdl:message name=processRequest
wsdl:part element=tns1:process name=part/
  /wsdl:message
  wsdl:message name=processResponse
wsdl:part element=impl:processReturn name=processReturn/
  /wsdl:message
  wsdl:portType name=CustomerKeyLookupService
wsdl:operation name=process
  wsdl:input message=impl:processRequest name=processRequest/
  wsdl:output message=impl:processResponse name=processResponse/
/wsdl:operation
  /wsdl:portType
  wsdl:binding name=CustomerKeyLookupServiceSoapBinding 
type=impl:CustomerKeyLookupService
wsdlsoap:binding style=document 
transport=http://schemas.xmlsoap.org/soap/http/
wsdl:operation name=process
  wsdlsoap:operation soapAction=/
  wsdl:input name=processRequest
wsdlsoap:body namespace=http://services.ums.exchange.brainshield.com; 
use=literal/
  /wsdl:input
  wsdl:output name=processResponse
wsdlsoap:body 
namespace=http://172.27.165.213:8080/axis/services/CustomerKeyLookupService; 
use=literal/
  /wsdl:output
/wsdl:operation
  /wsdl:binding
  wsdl:service name=CustomerKeyLookupServiceService
wsdl:port binding=impl:CustomerKeyLookupServiceSoapBinding 
name=CustomerKeyLookupService
  wsdlsoap:address 
location=http://172.27.165.213:8080/axis/services/CustomerKeyLookupService/
/wsdl:port
  /wsdl:service
/wsdl:definitions

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
Do you Yahoo!?
 Yahoo! Mail - now with 250MB free storage. Learn more.

Re: What is Non HTTP Response code?

2005-01-12 Thread Shankar s
sebb [EMAIL PROTECTED] wrote:
On Sun, 9 Jan 2005 23:09:22 -0800 (PST), Shankar s
wrote:
 Hi all,
 
 I am getting Non HTTP Response code errors in my log file. I went through
 previous mails but it does not provide much information.
 
 Kindly let me know the following:
 
 1. What is Non HTTP Response code?
 2. When it will occur? ( Few mails say that it occurs with HTTPS requests, is 
 it true?)

I think those are generated when a Sampler gets an internal error.

 3. What is the solution to overcome this error?

Check if there are any other related messages in the log or in console output.

What version of JMeter are you using? JVM? OS?
JMeter Version - 1.9.1

JVM- 1.4.1_01

OS- Windows 2000 Professional

Is there any specific Error code like 500(Internal Server Error) which comes 
under Non HTTP Response Code?


Thanks Sebb


Shankar
 
 
 -
 Do you Yahoo!?
 The all-new My Yahoo! – What will yours do?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
Do you Yahoo!?
 Yahoo! Mail - You care about security. So do we.

What is Non HTTP Response code?

2005-01-09 Thread Shankar s
Hi all,

I am getting Non HTTP Response code errors in my log file. I went through 
previous mails but it does not provide much information. 
 
Kindly let me know the following:
 
1. What is Non HTTP Response code?
2. When it will occur? ( Few mails say that it occurs with HTTPS requests, is 
it true?)
3. What is the solution to overcome this error?
 
Thanks  Regards
Shankar 
 



-
Do you Yahoo!?
 The all-new My Yahoo! – What will yours do?

RE: Should gif and jpeg be part of scripts?

2004-11-19 Thread Shankar s
hi all, ya I got it. thanks for the clarification.

Krahe, Chris [EMAIL PROTECTED] wrote:Consider whether your users have their 
browsers configured to cache
images. Your intuition or even access.log should tell you that. Then
configure your test plan appropriately.

chris

-Original Message-
From: Peter Lin [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 17, 2004 6:13 AM
To: JMeter Users List
Subject: Re: Should gif and jpeg be part of scripts? [bcc][faked-from]
Importance: Low

that depends on your production environment. getting the images is
bandwidth intensive. it doesn't really test the application. sites with
performance requirements tend to put the images on a separate server, so
testing without getting the images is valid.

does that help answer the question?

peter


On Wed, 17 Nov 2004 03:03:02 -0800 (PST), Shankar s
wrote:
 hi all,
 
 We usually test the performance of any application skipping the gif,
jpeg and swf files in the script(you can consider this scenario in
whatever tool you use).
 
 For one of the application we tested, we found that inclusion of these
files makes the reponse time increase considerably.
 
 Kindly let me know what is the general practice? Are these gif, jpeg
and swf files excluded are included in the scripts and what is the
impact you have experienced?
 
 Thanks for your suggestions
 
 Regards
 Shankar
 
 -
 Do you Yahoo!?
 Meet the all-new My Yahoo! - Try it today!


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
Do you Yahoo!?
 Discover all that’s new in My Yahoo!

Should gif and jpeg be part of scripts?

2004-11-17 Thread Shankar s
hi all,

We usually test the performance of any application skipping the gif, jpeg and 
swf files in the script(you can consider this scenario in whatever tool you 
use). 

For one of the application we tested, we found that inclusion of these files 
makes the reponse time increase considerably.

Kindly let me know what is the general practice? Are these gif, jpeg and swf 
files excluded are included in the scripts and what is the impact you have 
experienced?

Thanks for your suggestions

Regards
Shankar 

-
Do you Yahoo!?
 Meet the all-new My Yahoo! – Try it today! 

Authorization Manager

2004-09-16 Thread Shankar s

Hi all,

We are testing a website which is having basic authentication. 

What we have done so far:

After recording, in the Browser-derived headers of each url we identified a Name and 
value pair among other informations as given below. 

Name : Authorization

Value: Basic dGVzdDp0ZXN0

The value changes with respect to the user's who are entering the site through the 
authentication. We are using Authorization Manager to simulate different users. Based 
on this value the application does some activities so it has become mandatory for us 
to make in dynamic.

Requirement: 

We need the value to be changed dynamically with respect to the user logging in. As 
this value is available in Browser-derived headers how to make them dynamic.

We tried putting (.*) in the place of value but didn't work.

Thanks for your suggestions

Regards

Shankar


-
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!

Re: Which is the best Perfomance Monitoring Tool for Linux?

2004-08-26 Thread Shankar s
Thanx for all your suggestiong.
 
Ivan Rancati: gnome-system-monitor will surely help us to view the performance but we 
need to log these information so that we can come up with a graph.
 
Angelo: vmstat, iostat, mpstat and iostat, are these available on Linux or as third 
party tools? Can you brief me where its available. 

Peter: As of now we are looking out for CPU  Memory monitors. Is there any thing like 
'Perfmon' (which is available in windows 2000) in linux. 
 
Thanks  Regards
Shankar 

Peter Lin [EMAIL PROTECTED] wrote:
that really depends on what statistics you want to collect. If you're
trying to quantify servlet container performance, the two primary
factors affecting scalability and performance (speed wise) is CPU and
memory usage.

although network IO can affect scalability, it won't affect
reliability of a webapplication hosted in a servlet container. If you
think your site will get tons of concurrent requests for big pages,
then I would try to measure the effective bandwidth first. Once you
know that, you can then alter the config settings for your webserver.
I hope that helps

peter


On Wed, 25 Aug 2004 22:51:14 -0700 (PDT), Shankar s
wrote:
 
 Hi all,
 
 We are using 'perfmon' to identify the System(CPU  Memory) Performance in Windows 
 2000. Now we need to check the System Performance in Linux system.
 
 Can anybody suggest a good tool to monitor system performance in Linux system.
 
 Thanks  Regards
 
 Shankar
 
 
 -
 Do you Yahoo!?
 Win 1 of 4,000 free domain names from Yahoo! Enter now.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!

Which is the best Perfomance Monitoring Tool for Linux?

2004-08-25 Thread Shankar s

Hi all,

We are using 'perfmon' to identify the System(CPU  Memory) Performance in Windows 
2000. Now we need to check the System Performance in Linux system. 

Can anybody suggest a good tool to monitor system performance in Linux system.

Thanks  Regards

Shankar

 


-
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.

Negative value in Min column of Aggregate report

2004-07-14 Thread Shankar s
hi all,
 
   After executing the script. I get negative values in the minimum column of the 
aggregate report. The minimum value should be a +ve value or zero. Is this a bug ? 
 
  Can anyone throw some light on this.
 
Thanks  Regards
Shankar 
 


-
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!