Hi,
I am new to Web Service Framework, and I am new to using
WSDL documents. After a suggestion of using a framework, I have starting
looking at Apache. I have decided to start looking at using the samples,
but I am having problems running the first one. The first one that I am
attempting is the simple soap sample. We need to be dealing with SOAP
services, hence the reason to start with this sample. When I run it, I get
the following error:
Ø java clients.DynamicInvoker simplesoap/StockquoteSOAP.wsdl getQuote IBM
Reading WSDL document from 'simplesoap/StockquoteSOAP.wsdl'
Preparing WSIF dynamic invocation
Exception in thread "main" org.apache.wsif.WSIFException: Unable to find an
available port
at org.apache.wsif.base.WSIFServiceImpl.getPort(Unknown Source)
at org.apache.wsif.base.WSIFServiceImpl.getPort(Unknown Source)
at clients.DynamicInvoker.invokeMethod(DynamicInvoker.java:220)
at clients.DynamicInvoker.main(DynamicInvoker.java:150)
I do not understand why it cant find an available port. Is there something
that I have not done?
Regards,
Andrew