XMLStreamException while calling a SOAP webservice
I want to use a webservice, which I created in Inubit. The WSDL URL is [http://venus.zhaw.ch:8000/ibis/ws/Betreibungsregisterauszug_ws_Listener?wsdl][1]. When I test the service in [soapUI][2] everything works fine (see picture).
![alt text][3]
When I test the service in Xpert.ivy Designer 5.1.0 S6, I get the error javax.xml.stream.XMLStreamException: element text content may not contain START_ELEMENT. What could be the reason for this error?
![alt text][4]
![alt text][5]
Here is the XML Request in soapUI:
POST http://venus.zhaw.ch:8000/ibis/ws/Betreibungsregisterauszug_ws_Listener HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "BetreibungsregisterauszugErhalten"
Content-Length: 352
Host: venus.zhaw.ch:8000
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bet="https://venus.zhaw.ch:8443/ibis/ws/1383213506125/Betreibungsregisterauszug_ws_Listener">
<soapenv:Header/>
<soapenv:Body>
<bet:BetreibungsregisterauszugErhalten>CH450234</bet:BetreibungsregisterauszugErhalten>
</soapenv:Body>
</soapenv:Envelope>
- [Link to screencast explaining the problem (german only)][6]
- [Link to 2nd screencast with new findings][7]
- [Link to Xpert.ivy project (iar-file)][7](iar-file)][8]
[1]: http://venus.zhaw.ch:8000/ibis/ws/Betreibungsregisterauszug_ws_Listener?wsdl
[2]: http://www.soapui.org/
[3]: /upfiles/picture1.png
[4]: /upfiles/picture2.png
[5]: /upfiles/picture3.png
[6]: http://youtu.be/HhWzQLEylII?hd=1
[7]: http://youtu.be/uKkJFXZ98P0?hd=1
[8]: https://www.dropbox.com/s/6zxd079rdh8ih3p/TEMPTestWebservice.iar