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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:27:03+00:00 2026-06-09T12:27:03+00:00

Right now I have one web service which is created in java using eclipse

  • 0

Right now I have one web service which is created in java using eclipse and that web service is going to connect a sql database which is on our server.After creation of the web service,when i am trying this web service with UDDI registry, i am getting this as output on the body portion

“IWAB0135E An unexpected error has occurred.
UDDIException
The endpoint reference (EPR) for the Operation not found is “http://localhost:8080/ResourceA/services/Myservice?wsdl” and the WSA Action = . If this EPR was previously reachable, please contact the server administrator.”

NOTE :- can any one please send me the proper steps to use web service in UDDI.
is my way of coding wright? if not please let me know the proper way.

Please find my sources for reference

package pkg;

import java.util.List;
import javax.jws.WebService;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import java.sql.*;
import java.util.ArrayList;


public class Myservice 
{

public List getCustomerId(@WebParam(name = "ID") String ID){
    String user = ...;
    String password = ...;
    String url = ...;
    String OracleDriver = "oracle.jdbc.OracleDriver";
    Connection conn = null;
    PreparedStatement pstmt = null;
    ResultSet rs = null;
    List value = new ArrayList();
    try{

        conn = DriverManager.getConnection(url, user, password);
        pstmt = conn.prepareStatement("select EmployeeCode from SampleTable where ID = '" + ID + " '");
        pstmt.setString(1, ID);
        rs = pstmt.executeQuery();
        while(rs.next())
 {
            value.add(rs.getString("EmployeeCode"));
        }
    }

    catch(SQLException e)
    {
        e.printStackTrace();
    }

    return value;
    }    }

thanks in advance!…

  • 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-09T12:27:05+00:00Added an answer on June 9, 2026 at 12:27 pm

    Do you have any firewall problem ? Webservice’s behavior should not be changing when it is deployed in a UDDI. Do you know for sure that your Webservice is properly deployed in UDDI ? Also, is your Database reachable through firewall from your UDDI ?

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

Sidebar

Related Questions

This is probably a simple one... Right now I have a working web service
I'm writing tetris right now, I have a method that drops figures one by
I have a WCF web service which is working seamlessly. Now the aim is
I have a JAX-RPC web service that I am attempting to consume using Spring.
Right now I have a single sound playing from one action, button press, accelerometer,
Right now I have some troubles. I'm finding a way to solve one problem.
I have a one-dimensional function minimizer. Right now I'm passing it function pointers. However
Right now I have a script that will get the last five files in
Right now I have a function, in a class that is used to listen
Right now I have a link that causes a hidden div to appear when

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.