Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8019059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:16:32+00:00 2026-06-04T21:16:32+00:00

I create a JAX-WS webservice and deployed it on weblogic 10.3.3. It is deployed

  • 0

I create a JAX-WS webservice and deployed it on weblogic 10.3.3. It is deployed succesfully and everything is working fine.

Now, we want to access webservice by hiding the WSDL. I try to hide the WSDL from weblogic admin console. Goto this location

Deployed application -> Webservice -> Configuration tab

In this tab, by putting “false” in the parameter “WSDL Publish File”.

Saving this created a Plan.xml. The issue arises when I try to activate the changes in Weblogic. Following is the exception that I got:

An error occurred during activation of changes, please see the log for
details.

Error encountered during prepare phase of deploying WebService module
‘TB_DBLEGI_SIMULATOR-trunk.war’. Error encountered while deploying
WebService module ‘TB_DBLEGI_SIMULATOR-trunk.war’. Failed to publish
wsdl java.io.IOException: Wsdl file should be placed at META-INF/wsdl,
or WEB-INF/wsdl

Wsdl file should be placed at META-INF/wsdl, or WEB-INF/wsdl

In my war, the WSDL is placed inside the WEB-INF/wsdl folder.
Also, I tried to place it at different places but I had no luck.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T21:16:34+00:00Added an answer on June 4, 2026 at 9:16 pm

    You can always write and register a Filter to block access to a given resource.
    For example:

    public class BlockFilter implements Filter {
    
        @Override
        public void init(FilterConfig config) throws ServletException {}
    
        @Override
        public void destroy() {}
    
        public void doFilter(ServletRequest request, ServletResponse response,
                            FilterChain chain) throws IOException, ServletException {
            return;
        }
    }
    

    And register the filter in the web.xml:

    <filter>
        <filter-name>blockFilter</filter-name>
        <filter-class>namespace.BlockFilter</filter-class>    
    </filter>
    
    <filter-mapping>
        <filter-name>blockFilter</filter-name>
        <url-pattern>*?wsdl</url-pattern>
    </filter-mapping>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As test project I've create a very simple WebService using wsdl and jax-ws. The
I amm working with weblogic 12c with jax-ws 2.2 to make a webservice client
I'm trying to create a JAX-WS webservice with security enabled. I followed this tutorial
I've created a jax-ws service endpoint and now I want to write a client.
i have local WSDL file. i tried to create JAX-WS Web service client which
I've written a JAX-WS webservice in Java by generating a WSDL and classes from
I'm attempting to connect to a webservice using JAX-WS which has a WSDL definition
I am trying to create a web service client using RAD 7.5 using JAX-WS
I'm trying to create a jax-ws client for a service built some time ago.
I want to create a sample RESTful web service in java which involves all

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.