This content has been marked as final.
Show 3 replies
-
1. Re: What is the URL to call
gmorette Jun 6, 2005 11:43 AM (in response to gmorette)I found it it's like :
http://heliasystem:8080/soa/soaEJB/Hello?wsdl
In fact the URL is the URL of the wsdl file.
It will be nice if it was said in the manual -
2. Re: What is the URL to call
gmorette Jun 22, 2005 3:09 AM (in response to gmorette)If someone don't understand how to use JBOSS SOA with HeliaTime,
i advise you to on http://www.heliasystem.com or
http://www.heliatime.com. -
3. Re: What is the URL to call
thomas.diesler Jun 27, 2005 4:49 AM (in response to gmorette)It is said in javadoc, which is the primary source of API documentation
public abstract Service createService(URL wsdlDocumentLocation, QName serviceName) throws ServiceException Create a Service instance. Parameters: wsdlDocumentLocation - URL for the WSDL document location for the service serviceName - QName for the service Throws: ServiceException - If any error in creation of the specified service