The problem I encountered was that it would fail roughly 1 in 5 times I would attempted to send those two messages successively. I tested in tomcat 5 and 6 using java 1.5 on windows XP. Processes were not being run concurrently.

Bill McCusker

Matthieu Riou wrote:
Mmmh works for me on the 1.x branch. I've sent those 2 successive messages:

<?xml version="1.0" encoding="utf-8" ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/
">
  <SOAP-ENV:Body>
    <ns1:openAccount xmlns:ns1="urn:sample:bankAccount:wsdl">
      <First xmlns="">Hello</First>
      <Last xmlns="">Hello</Last>
      <ID xmlns="">123</ID>
    </ns1:openAccount>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

<?xml version="1.0" encoding="utf-8" ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/
">
  <SOAP-ENV:Body>
    <ns1:closeAccount xmlns:ns1="urn:sample:bankAccount:wsdl">
      <number xmlns="">123</number>
    </ns1:closeAccount>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Matthieu

On Tue, Feb 3, 2009 at 8:17 AM, Bill McCusker <[email protected]>wrote:

Reply via email to