org.apache.axis.ConfigurationException: No service named USZ

I’m calling a Web Service. The sequence seems to work okay and I get the appropriate results, but I noticed an axis error in the ComponentFactory.log.

The error is:

[slf5s.start]15 Aug 2004 17:13:39,702[slf5s.DATE] Thread-7[slf5s.THREAD] DEBUG[slf5s.PRIORITY] axis.ConfigurationException[slf5s.CATEGORY] - Exception: [slf5s.MESSAGE]
org.apache.axis.ConfigurationException: No service named USZipSoap is available
org.apache.axis.ConfigurationException: No service named USZipSoap is available
at org.apache.axis.configuration.FileProvider.getService(FileProvider.java:223)
at org.apache.axis.configuration.SimpleProvider.getService(SimpleProvider.java:204)
at org.apache.axis.AxisEngine.getService(AxisEngine.java:283)
at org.apache.axis.MessageContext.setTargetService(MessageContext.java:755)
at org.apache.axis.client.Call.invoke(Call.java:2599)
at org.apache.axis.client.Call.invoke(Call.java:1721)
at com.softwareag.xbridge.soapgateway.SoapGatewayImpl.modify(DashOB6501:794)
at com.softwareag.xbridge.infrastructure.y.modify(DashOB6501:56)
at com.softwareag.xbridge.sequencer.KeywordSTEP.execute(DashOB6501:151)
at com.softwareag.xbridge.sequencer.SequencerImpl.execute(DashOB6501:607)
at com.softwareag.xbridge.sequencer.SequencerImpl.dispatch(DashOB6501:303)
at com.softwareag.xbridge.infrastructure.ac.perform(DashOB6501:252)
at com.softwareag.xbridge.util.WorkerThread.run(DashOB6501:434)

at org.apache.axis.configuration.FileProvider.getService(FileProvider.java:223)
at org.apache.axis.configuration.SimpleProvider.getService(SimpleProvider.java:204)
at org.apache.axis.AxisEngine.getService(AxisEngine.java:283)
at org.apache.axis.MessageContext.setTargetService(MessageContext.java:755)
at org.apache.axis.client.Call.invoke(Call.java:2599)
at org.apache.axis.client.Call.invoke(Call.java:1721)
at com.softwareag.xbridge.soapgateway.SoapGatewayImpl.modify(DashOB6501:794)
at com.softwareag.xbridge.infrastructure.y.modify(DashOB6501:56)
at com.softwareag.xbridge.sequencer.KeywordSTEP.execute(DashOB6501:151)
at com.softwareag.xbridge.sequencer.SequencerImpl.execute(DashOB6501:607)
at com.softwareag.xbridge.sequencer.SequencerImpl.dispatch(DashOB6501:303)
at com.softwareag.xbridge.infrastructure.ac.perform(DashOB6501:252)
at com.softwareag.xbridge.util.WorkerThread.run(DashOB6501:434)

Attached is the rest of the debug trace.

The sequence looks like this:

<?xml version="1.0" encoding="UTF-8"?>











The xml document used to set the payload of the sequence, looks like this:

<m:GetInfoByZIP xmlns:m=“http://www.webserviceX.NET”>
<m:USZip></m:USZip>
</m:GetInfoByZIP>

Any idea why the SOAP call works okay, but yet this error is reported?

Thanks
Theo

[This message was edited by Theo Beack on 15 Aug 2004 at 22:58.]
DefaultComponentFactory.xbd.log (180 KB)

Hi Theo,

I’m running this succesfully right now. Maybe the web service was down when you were testing it.

Jason