[
https://jira.jboss.org/jira/browse/JBESB-2790?page=com.atlassian.jira.plu...
]
Daniel Bevenius commented on JBESB-2790:
----------------------------------------
Hi Jeff,
just wanted to verify that this is only an issue with JBoss AS 5.1.x. I've been able
to reproduce this using the webservice_producer quickstart using AS 5.1.0 but not with the
jbossesb-server in trunk.
We actually have the same issue for other quickstarts but this one was missed. If you add
a jboss-web.xml to you war deployment and specify a context for it this should work.
For example, using the webservice_producer quickstart the jboss-web.xml would look like
this:
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
<context-root>/Quickstart_webservice_producer_esb</context-root>
</jboss-web>
Would this work for your use case?
wsdl link broken in the jbossesb contract page.
-----------------------------------------------
Key: JBESB-2790
URL:
https://jira.jboss.org/jira/browse/JBESB-2790
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Affects Versions: 4.6
Environment: Fedora
Reporter: Jeff Yu
Assignee: Daniel Bevenius
Fix For: 4.7
Build a web service proxy for ESB service, like webservice_producer example, I can
publish it successfully, however, if I log into the
http://localhost:8080/contract, and
found my web service wsd like, like as following:
* Endpoint:
http://localhost:8765
* Contract:
http://localhost:8080/contract/contract.jsp?serviceCat=org.jboss.overlord...
And click the Contract link, it would give me:
Unavailable: Received status code '404' on WSDL HTTP (GET) request:
'http://127.0.0.1:8080/creditAgency-creditAgency/CreditAgencyService?wsdl'.
While in the 4.5 release, it would point me to the wsdl file for this service.
--
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