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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:24:13+00:00 2026-05-26T09:24:13+00:00

Completely new bee in web services. I am having the url as: http://abc.xyz.com/straw/api/?wsdl and

  • 0

Completely new bee in web services.

I am having the url as:

http://abc.xyz.com/straw/api/?wsdl  

and method:

$result= $client->call($session, "catalog_product.list");   

This is what I have tried:

  1. Created a new JAVA project from Eclipse wizard.

  2. r click on the project navigate to web service-> web service client.

  3. Give the service definition http://abc.xyz.com/straw/api/?wsdl

  4. in configuration:

    • (a) server runtime:tomcat v7.0 server
    • (b) webservice runtime:apache axis
  5. Choose test client from slider (I have also tried develop client a bit confuse,as I have to create client much confused)

  6. Click on finish.

As a result I found web service test client browser with some method, input and result.
Also I got some JAVA file in my resources folder:

Mage_Api_Model_Server_HandlerBindingStub  
Mage_Api_Model_Server_HandlerPortType  
Mage_Api_Model_Server_HandlerPortTypeProxy  
MagentoService  
MagentoServiceLocator

Are these source files are created by client?

I am not able to find method name…

$result= $client->call($session, "catalog_product.list");

…in any of the above JAVA files.

What I have to do to create a web service client???

What is expected from me as a deliverable (are these JAVA files in source folder).

Or do I have to write a JAVA project to access the web service’s method

$result= $client->call($session, "catalog_product.list");

Like this tutorial:

What is my deliverable for “create a web service client to access method mentioned of below wsdl.”

Sorry for my stupidity as I don’t know even what to be output/ deliverable.

Any guidance? Thanks!

  • 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-26T09:24:14+00:00Added an answer on May 26, 2026 at 9:24 am

    Yes, what you’ve done in fact is told Eclipse that you’d want to create all the necessary classes such that you’ll be able to make client calls to the web-service from Java.
    Now, I tried doing the same thing you did, to see what Eclipse generates, but unfortunatelly (at least for me) the wsdl address you gave doesn’t work. I tried it however with a different wsdl, and I got some similar files generated by Eclipse.

    Basically what Eclipse does there is:

    • it creates model classes that represent the (XML) data passed between client and server when you make a call to the web service using the generated client. These classes are, in your case, the ones which are just plain Java beans (in this context they have basic names, without any suffixes such as “_HanddlerXXX” or “Service” (I think you didn’t list those here, or your service is very simple and it uses JDK classes as model classes such as String, Integer etc).
    • it also creates a Java interface that represent the web-service operations endpoint that are declared in the WSDL: this would be the “MagentoService”, which has methods corresponding to the web-serviec operations endpoint (they return objects representing those endpoints
    • finally “Mage_Api_Model_Server_HandlerPortType” represent an web-service end-point and it offers methods correspondign to that end-point’s operations. This interface you must implement with your desired logic and use that implementation to actually send request to your web-service

    Now there’s a lot of web-service and SOAP jargon here, not to mention a pretty involved framework for dealing with web-services in Java, namely Axis. My recommandations really is to read (at least the first 2 chapters from) the following book:

    http://www.amazon.fr/Developing-Web-Services-Apache-Axis2/dp/0557254329/ref=sr_1_1?ie=UTF8&qid=1319032081&sr=8-1

    it’s excellent for sarting you up with the basic concepts of soap and rest web services, it has great examples from basic to involved of how to implement those notions in java using CXF and Axis2, and how to do this using Eclipse, it’s just a great beginner book for what you’re doing here.

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

Sidebar

Related Questions

I am completely new to WCF and deploying of services. I am having trouble
I'm completely new to Ruby and Web Services. I want to tap into SharePoint
I am completely new to this and am following a tutorial on msdn: http://msdn.microsoft.com/en-us/library/aa645736(v=vs.71).aspx#vcwlkcominteroppart1cclienttutorialanchor2
Completely new to asp.net mvc... completely new to web apps so bear with me...
Im completely new to Java web stuff, but here goes my question: 1) How
I'm completely new to Flex and am just having a play with a sample
i'm completely new to webservices (and especially with SOAP / WSDL) Right now, i
Im completely new to XML/XSL/XSLT, and while i have been digging msdn, 3schools.com and
I'm completely new at git, and having had prior knowledge with putty decided to
Completely new to most of this stuff, but basically Im playing around with the

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.