https://issues.apache.org/bugzilla/show_bug.cgi?id=46061
nitin <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
--- Comment #2 from nitin <[EMAIL PROTECTED]> 2008-10-22 21:26:17 PST ---
I tried both samplers(WebService(SOAP) or SOAP/XML-RPC) and got same response:
Response:
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:wsa="http://www.w3.org/2005/08/addressing"><soapenv:Header><wsa:Action>http://www.w3.org/2005/08/addressing/soap/fault</wsa:Action></soapenv:Header><soapenv:Body><soapenv:Fault><faultcode>soap:VersionMismatch</faultcode><faultstring>Transport
level information does not match with SOAP Message namespace
URI</faultstring><detail /></soapenv:Fault></soapenv:Body></soapenv:Envelope
Also here is the request that I'm sending in the jmeter:
Request:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
xmlns:alt="http://altbuy.brewzone.bds.qualcomm.com"
xmlns:xsd="http://altbuy.brewzone.bds.qualcomm.com/xsd"
xmlns:xsd1="http://dto.altbuy.brewzone.bds.qualcomm.com/xsd">
<soap:Header>
<soap:Action>http://bmc-si:80/altl-brewzonews/services/AlternatePurchaseWS</soap:Action>
</soap:Header>
<soap:Body>
<alt:sendAlternatePurchase>
<!--Optional:-->
<alt:request>
<!--Optional:-->
<xsd:billingEvent>
<!--Optional:-->
<xsd1:carrierId>41</xsd1:carrierId>
<!--Optional:-->
<xsd1:contentFee>0.04</xsd1:contentFee>
<!--Optional:-->
<xsd1:contentId>12345453</xsd1:contentId>
<!--Optional:-->
<xsd1:ctxId>123466789238767</xsd1:ctxId>
<xsd1:customerType>SID</xsd1:customerType>
<xsd1:customerId>5554024321943</xsd1:customerId>
<xsd1:gmtOffset>0</xsd1:gmtOffset>
<!--Optional:-->
<xsd1:listPrice>3.48</xsd1:listPrice>
<!--Optional:-->
<xsd1:listPriceCurrency>USD</xsd1:listPriceCurrency>
<!--Optional:-->
<xsd1:longDescription>fsdfsdfsdf</xsd1:longDescription>
<!--Zero or more repetitions:-->
<!--Optional:-->
<xsd1:payeeId>Gameloft</xsd1:payeeId>
<!--Optional:-->
<xsd1:prePay>Y</xsd1:prePay>
<xsd1:shortDescription>short description</xsd1:shortDescription>
<!--Optional:-->
<xsd1:subtype>1</xsd1:subtype>
<xsd1:timestamp>1221215392472</xsd1:timestamp>
<!--Optional:-->
</xsd:billingEvent>
<!--Optional:-->
<!--xsd:ctxId>12346412389898</xsd:ctxId-->
<!--Optional:-->
<xsd:deliveryId>5554024321943</xsd:deliveryId>
<!--Optional:-->
<xsd:deliveryType>SID</xsd:deliveryType>
<!--Optional:-->
<xsd:expirationPeriod>5</xsd:expirationPeriod>
<!--Zero or more repetitions:-->
<xsd:type>1</xsd:type>
</alt:request>
</alt:sendAlternatePurchase>
</soap:Body>
</soap:Envelope>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]