Hi, Can create a user defined variable and substitute it into your SOAP request data. David Schulberg
Object Consulting email: [EMAIL PROTECTED] ---------------------------------------------------------------- consulting | development | training | support our experience makes the difference ________________________________ From: Lee, Burton [mailto:[EMAIL PROTECTED] Sent: Sat 21/04/2007 7:13 AM To: [email protected] Subject: WSDL testing with parameters I am very new to JMeter and web development in general. Is there an easy way to performance test using an WSDL while passing parameters? Please see the example below of a portion of the WSDL in question. I need to test performance test a WSDL, but I need to provide a value for dss_id. Any suggestions? Thanks in advance for any help. <?xml version="1.0" encoding="utf-8" ?> - <http://dilbert.corporate.vox.net:7501/CCIJWS/custInfoJWS/GetCustAcctInf o.jws?WSDL#> <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:conv="http://www.openuri.org/2002/04/soap/conversation/" xmlns:cw="http://www.openuri.org/2002/04/wsdl/conversation/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:jms="http://www.openuri.org/2002/04/wsdl/jms/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.openuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.openuri.org/"> - <http://dilbert.corporate.vox.net:7501/CCIJWS/custInfoJWS/GetCustAcctInf o.jws?WSDL#> <types> - <http://dilbert.corporate.vox.net:7501/CCIJWS/custInfoJWS/GetCustAcctInf o.jws?WSDL#> <s:schema xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:xcu="http://webservice.nuvox.com/ConsolidatedCustomerInfo/XCustAcc tInfo.xsd" elementFormDefault="qualified" targetNamespace="http://www.openuri.org/"> <s:import namespace="http://webservice.nuvox.com/ConsolidatedCustomerInfo/XCustAcc tInfo.xsd" /> - <http://dilbert.corporate.vox.net:7501/CCIJWS/custInfoJWS/GetCustAcctInf o.jws?WSDL#> <s:element name="getCustAcctInfo"> - <http://dilbert.corporate.vox.net:7501/CCIJWS/custInfoJWS/GetCustAcctInf o.jws?WSDL#> <s:complexType> - <http://dilbert.corporate.vox.net:7501/CCIJWS/custInfoJWS/GetCustAcctInf o.jws?WSDL#> <s:sequence> <s:element name="cust_acct_nbr" type="s:string" minOccurs="0" /> <s:element name="dss_id" type="s:int" /> </s:sequence> </s:complexType> </s:element> - <http://dilbert.corporate.vox.net:7501/CCIJWS/custInfoJWS/GetCustAcctInf o.jws?WSDL#> <s:element name="getCustAcctInfoResponse"> . ........................... ........................... Burton . . This email and any attachments ("Message") may contain legally privileged and/or confidential information. If you are not the addressee, or if this Message has been addressed to you in error, you are not authorized to read, copy, or distribute it, and we ask that you please delete it (including all copies) and notify the sender by return email. Delivery of this Message to any person other than the intended recipient(s) shall not be deemed a waiver of confidentiality and/or a privilege.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

