[esb-issues] [JBoss JIRA] Created: (JBESB-1963) EBWS: esb-based web services should be callable from SoapUI

Burr Sutter (JIRA) jira-events at lists.jboss.org
Wed Aug 27 15:56:38 EDT 2008


EBWS: esb-based web services should be callable from SoapUI
-----------------------------------------------------------

                 Key: JBESB-1963
                 URL: https://jira.jboss.org/jira/browse/JBESB-1963
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Web Services
    Affects Versions: 4.4
            Reporter: Burr Sutter
             Fix For: 4.4 CP2


SOAPUI consumes the WSDL generated by publish_as_webservice, seems to have a proper request but generates a fault
Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:say="http://www.jboss.org/sayHi">
   <soapenv:Body>
      <say:sayHi>
         <!--Optional:-->
         <say:arg0>Burr</say:arg0>
      </say:sayHi>
   </soapenv:Body>
</soapenv:Envelope>

Response:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
   <env:Header/>
   <env:Body>
      <env:Fault>
         <faultcode>env:Server</faultcode>
         <faultstring>Failed to serialize ESB Configuration Document instance.</faultstring>
      </env:Fault>
   </env:Body>
</env:Envelope>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list