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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T01:43:45+00:00 2026-05-24T01:43:45+00:00

i really need help with the simpliest things of WSDL. i got the following

  • 0

i really need help with the simpliest things of WSDL.

i got the following WSDL, which is basically just generated code:

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="MyFirstWSDL"
    targetNamespace="http://www.example.org/MyFirstWSDL/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://www.example.org/MyFirstWSDL/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<wsdl:types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        targetNamespace="http://www.example.org/MyFirstWSDL/">
        <xsd:element name="getName">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="in" type="xsd:string"></xsd:element>
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="getNameResponse">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="out" type="xsd:string"></xsd:element>
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:schema>
</wsdl:types>

<wsdl:message name="getNameRequest">
    <wsdl:part name="parameters" element="tns:getName"></wsdl:part>
</wsdl:message>

<wsdl:message name="getNameResponse">
    <wsdl:part name="parameters" element="tns:getNameResponse"></wsdl:part>
</wsdl:message>

<wsdl:portType name="MyFirstInterface">
    <wsdl:operation name="getName">
        <wsdl:input message="tns:getNameRequest"></wsdl:input>
        <wsdl:output message="tns:getNameResponse"></wsdl:output>
    </wsdl:operation>
</wsdl:portType>

<wsdl:binding name="NewBinding" type="tns:MyFirstInterface">
    <soap:binding style="document"
        transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="getName">
        <soap:operation
            soapAction="http://www.example.org/MyFirstWSDL/getName" />
        <wsdl:input>
            <soap:body use="literal" />
        </wsdl:input>
        <wsdl:output>
            <soap:body use="literal" />
        </wsdl:output>
    </wsdl:operation>
</wsdl:binding>
<wsdl:service name="MyFirstService">
    <wsdl:port name="MyFirstPort" binding="tns:NewBinding">
        <soap:address location="http://localhost:8197/MyFirstService/" />
    </wsdl:port>
</wsdl:service>

Now, when generating a provider and testing the service with the “Web Services Explorer” I keep getting the following exception:

IWAB0135E An unexpected error has occurred.
java.net.ConnectException
Connection refused: connect

So, do you have any clue or suggestions to solve this problem?

thx in advance, matt

  • 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-05-24T01:43:46+00:00Added an answer on May 24, 2026 at 1:43 am

    Probably because http://localhost:8197/MyFirstService/ is not answering from where you call it.

    You can try to check this by telnetting there or simply putting the Address in a browser window.

    Though as it is localhost, you should know if you started the server, that is accepting the web service client or not.

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

Sidebar

Related Questions

I really need help with using namespaces. How do I get the following code
Sorry to bother again, but I really need help transforming this Python2 code into
I am trying to convert this to python. I just really need help with
I am new to objective C and I really need help with the following
i'm newbie developer.... i really need help at now... i just get started with
I'm really need help with parsing XML by TBXML. I created a demo project
For starters this is homework, I just really need help with a binary search
I really need help with the where clause below. Consider this xml <name xmlns=http://www.imsglobal.org/xsd/imslip_v1p0>
I really need help with this last part of my program. I need to
I Really need help in this ... I'm building an application where I need

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.