Hi you seem to have attached the file(which will send it as a multipart message) - you want to post the XML correct ? http://jmeter.apache.org/usermanual/component_reference.html#SOAP/XML-RPC_Requestmight be a better fit
regards deepak On Wed, Aug 1, 2012 at 8:27 AM, Sameera Rao P <[email protected]>wrote: > Hi All, > > When I post the ebxml using soap header the messages are failing at my > application with the below reason. I am using HTTP sampler with http header > Manager as child. > > Error description: (EbxmlProtocolReceiver.handleParsingException:397) - > Error getting unpackaged ebXML contentjavax.xml.soap.SOAPException: Unable > to internalize message > > Caused by: javax.xml.soap.SOAPException: Invalid SOAP Content-Type: > multipart/form-data; boundary=Ub1tjNmo3qwVEFVtBWeDzffHt6qewe0f > > Below is my requirement > > ------=_BOUNDARY_01 > Content-Type: text/xml; charset="UTF-8" > Content-Id: <soappart> > Content-Transfer-Encoding: binary > > Can you please let me know the solution for this > > Thanks & Regards > Sam > > > -----Original Message----- > From: Sameera Rao P > Sent: Monday, July 30, 2012 7:24 PM > To: 'JMeter Users List'; [email protected] > Subject: RE: How to send http ebxml messages with soap headers > > Hi, > > I tried using HTTP Header Manager as a child under your HTTP Sampler. > Below is the output which I can see at Jmeter where in content type is > coming a null. Please find attached my ebxml with soap header. Can you > please suggest the solution > > POST data: > --RFkbgp_TSY324TXjRYUF9BPFQ4Zx8nN7YuZJ > Content-Disposition: form-data; name=""; filename="soapheader.txt" > Content-Type: > Content-Transfer-Encoding: binary > > <actual file content, not shown here> > --RFkbgp_TSY324TXjRYUF9BPFQ4Zx8nN7YuZJ > Content-Disposition: form-data; name=""; > filename="bcRequestOrder2v20mess.txt" > Content-Type: > Content-Transfer-Encoding: binary > > <actual file content, not shown here> > --RFkbgp_TSY324TXjRYUF9BPFQ4Zx8nN7YuZJ-- > > > [no cookies] > > Request Headers: > Connection: close > Content-Type: text/xml; > Content-Transfer-Encoding: binary; > Content-Id: <soappart>; > charset: "UTF-8"; > Content-Length: 6976 > Host: 10.29.67.161:61001 > User-Agent: Apache-HttpClient/4.1.3 (java 1.5) > > > Thanks & Regards > P.Sameera Rao > > > -----Original Message----- > From: ZK [mailto:[email protected]] > Sent: Monday, July 30, 2012 6:56 PM > To: [email protected] > Subject: RE: How to send http ebxml messages with soap headers > > hi, > have you tried the ' > > http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Header_Manager > HTTP Header Manager '? > > > ZK > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/How-to-send-http-ebxml-messages-tp5714127p5714142.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > ============================================================================================================================ > Disclaimer: This message and the information contained herein is > proprietary and confidential and subject to the > Tech Mahindra policy statement, you may review the policy at <a href=" > http://www.techmahindra.com/Disclaimer.html"> > http://www.techmahindra.com/Disclaimer.html</a> > externally and <a href="http://tim.techmahindra.com/tim/disclaimer.html"> > http://tim.techmahindra.com/tim/disclaimer.html</a> internally within > Tech Mahindra. > > ============================================================================================================================ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
