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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:47:39+00:00 2026-06-03T09:47:39+00:00

I’m using Eclipse to automatically create a WebLogic web service (not client) from a

  • 0

I’m using Eclipse to automatically create a WebLogic web service (not client) from a pre-existing WSDL. It receives 3 request parameters (String, String, byte[]) and responds with 1 parameter (byte[]). However the auto-generated class contains code that produces the following error:

Endpoint interface method “public byte[] sign(java.lang.String, java.lang.String, byte[])” must be implemented in the Web Service.

But the sign method clearly exist in the code.

So, I tried creating a really simple WSDL to test the auto-generation of web service. This time the WSDL defined 2 request parameter (int, int) and 1 response (int).

This time the error did not show up and worked just fine.

Tools I’m using

  • Eclipse – 3.7.1
  • Oracle Enterprise Pack for Eclipse 11.1.1.8.0
  • Oracle WebLogic Server 11gR1 (10.3.6)
  • Class auto generation done by Oracle JAX-WS 2.1.5
  • Windows 7 – 32 bit with 1.6 JDK/JRE

Steps to reproduce the error:

  1. Launch Eclipse
  2. File → New → Web Service Project
  3. Import this WSDL to your WEB-INF/wsdl directory.
  4. Right click on the WSDL file name and click WebLogic Web Services → Generate Web Service
  5. Notice the error in the produced dss_DSSPortImpl class file.

Repeat the above step with this WSDL and produced class file works fine.

Any help is really appreciated. Thanks!


(The namespace on the WSDL files have been changed from my test due to privacy reasons.)

  • 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-03T09:47:40+00:00Added an answer on June 3, 2026 at 9:47 am

    I do not have OEPE installed on my laptop at present so cannot reproduce your exact steps but this might be useful:

    If you look carefully at the problem wsdl, you will see two elements in the SignResponse: ‘signature’ and ‘status’. Because more than one element is in the response message, wsimport generates one Holder argument per output parameter as part of the method signature to provide buckets to return each argument. When I run wsimport directly against the problem wsdl, I get the following (expected) signature in the service interface (Adapter.java):

    public void sign(
        @WebParam(name = "userId", targetNamespace = "")
        String userId,
        @WebParam(name = "fileType", targetNamespace = "")
        String fileType,
        @WebParam(name = "fileContent", targetNamespace = "")
        byte[] fileContent,
        @WebParam(name = "signature", targetNamespace = "", mode = WebParam.Mode.OUT)
        Holder<byte[]> signature,
        @WebParam(name = "status", targetNamespace = "", mode = WebParam.Mode.OUT)
        Holder<String> status);
    

    I suspect that if you generate the stubs against the first wsdl via wsimport (I do know that generation in this fashion deploys fine to WLS as that is my typical method and WebLogic is our deployment environment) you will be successful.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I am reading a book about Javascript and jQuery and using one of the
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
We're building an app, our first using Rails 3, and we're having to build
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
We are using XSLT to translate a RIXML file to XML. Our RIXML contains

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.