Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Axis ConfigurationException

843833Jul 13 2006 — edited Aug 3 2006
I am new to Web services.

I am trying to access a .NET web service from a java client which is an applet.
I am using Apache Axis for this.
I was able to generate WSDL file in .NET , and using WSDL2Java I was able
to generate stubs.
Now when i try to access the newly created MyWebServiceServerSoapStub.java

I get an exception :


org.apache.axis.ConfigurationException: No engine configuration file - aborting!
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:175)
at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:52)
at org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.<init>(Service.java:113)
at org.tempuri.MyWebServiceServerSoapStub.<init>(MyWebServiceServerSoapStub.java:73)
at org.tempuri.MyWebServiceServerSoapStub.<init>(MyWebServiceServerSoapStub.java:63)
at Wrapper.setTemplateId(Wrapper.java:341)
....

Should I configure client-config.wsdd file?if yes, how?
Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2006
Added on Jul 13 2006
1 comment
397 views