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 8596351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:39:21+00:00 2026-06-12T00:39:21+00:00

I have access to remote sever that provides me wsdl back to my response.

  • 0

I have access to remote sever that provides me wsdl back to my response.

I prepared Client for this, based on that wsdl.

Now I woud like to write a fake Server (for testing needs), what I should start first? Which steps I should implement? The test makes sense only if it is implemented by this WSDL. Is it possible to generate some kind of Service with empty methods?

In my app I use Apache Axis 1.4

My steps, how I think:

  1. I already have: InterfacePortType class (which, as I understand, represents the remote Server), which was generated for my client based on wsdl. So I can implement it, and it would be MyService:

    class MyServer implements InterfacePortType

  2. Then generate somehow WSDD. How I can do it?

I found similar question here not answered.

  • 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-12T00:39:22+00:00Added an answer on June 12, 2026 at 12:39 am

    I found the solution, I generated WSDD using axistools-maven-plugin, setting: serverSide parameter to true – then it generates the WSDD file.

    This is maven plugin part:

    <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>axistools-maven-plugin</artifactId>
        <executions>
            <execution>
                <id>wsdl2java-job</id>
                <phase>generate-sources</phase>
                <goals>
                    <goal>wsdl2java</goal>
                </goals>
                <configuration>
                    <sourceDirectory>
                        src/main/config/wsdl2java/myfolder
                    </sourceDirectory>
                    <outputDirectory>
                        ${generatedSourcesDirectory}
                    </outputDirectory>
                    <testCases>false</testCases>
                    <serverSide>true</serverSide>
                    <subPackageByFileName>false</subPackageByFileName>
                    <packageSpace>my.api</packageSpace>
                </configuration>
            </execution>
        </executions>
    </plugin>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have used sp_addlinkedserver to access the remote machines db now i am writing
I have a user Sql Authentication account that has remote access to my database
I have a remote web server that I have full administrator access over, and
I'm trying to use a remote Git repository that only provides access over HTTPS
I currently have Magento set up on a development server (remote, SSH access) and
To access a remote database, I first have to use a program called Shrew
I have been attempting to use ASP.NET MVC remote validation for username login access
I have the following code, that should remove the access of users from a
I have access to a virtual machine via vmware client and want to do
I have Access 2003, and Crystal Reports 10 (the one that comes with VS2008

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.