https://issues.apache.org/bugzilla/show_bug.cgi?id=46061
Sebb <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #5 from Sebb <[EMAIL PROTECTED]> 2008-10-24 04:30:36 PST ---
I don't have a SOAP 1.2 service to test against, so I can't confirm the
problem.
However I have found a document describing the differences between SOAP 1.1 and
1.2:
http://www.idealliance.org/papers/xmle02/dx_xmle02/papers/02-02-02/02-02-02.html#http
which says that the Content-Type has changed.
As the SOAP/XML-RPC sampler does not work, this seems the most likely culprit.
So try adding a Header Manager to the SOAP/XML-RPC sampler with the setting:
Content-Type text/soap+xml
You may need to add "; charset=utf-8" to the content-type value.
Does this solve the problem?
==
I cannot get the WebService sampler to send the data at all - it complains:
SOAP-ENV:VersionMismatch: Envelope element must be associated with the
'http://schemas.xmlsoap.org/soap/envelope/' namespace.
This occurs before sending the data and is to be expected as thw WebService
sampler uses a SOAP library that does not support 1.2.
It's unlikely that this will be fixed in the near future.
--
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]