nima moghadam created JBESB-3791:
------------------------------------
Summary: Soapui can not call Quickstart_publish_as_webservice_inonly
Key: JBESB-3791
URL:
https://issues.jboss.org/browse/JBESB-3791
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.11
Reporter: nima moghadam
I am using soapui 4.0.1. When I copy the wsdl link
http://127.0.0.1:8080/Quickstart_publish_as_webservice_inonly/ebws/ESBSer...
into soapui, I get the following error:
Error loading
[
http://127.0.0.1:8080/Quickstart_publish_as_webservice_inonly/ebws/ESBSer...]:
org.apache.xmlbeans.XmlException: org.apache.xmlbeans.XmlException: error: Unexpected
element: STRING
I've found a workaround I need to replace
http://127.0.0.1:8080/Quickstart_publish_as_webservice_inonly/ebws/ESBSer...
with the actual xsd definition.
after replacing it I tried to call the webservice the request I used is :
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:say="http://www.jboss.org/sayHi">
<soap:Body>
<say:sayHi>
<say:arg0>HelloWorld</say:arg0>
</say:sayHi>
</soap:Body>
</soap:Envelope>
and I got the following error:
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Service Unavailable</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html;
charset=us-ascii"></HEAD>
<BODY><h2>Service Unavailable</h2>
<hr><p>HTTP Error 503. The service is unavailable.</p>
</BODY></HTML>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira