Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Java integration with magento web services issue

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java integration with magento web services issue

    Hi All,

    I'm not able to fetch the right data from magento web service using java code, could you please help me out.

    Here my java code is

    //

    Mage_Api_Model_Server_V2_HandlerPortTypeProxy proxy = new Mage_Api_Model_Server_V2_HandlerPortTypeProxy(
    "http://twgc01a040/magento1/api/?wsdl");
    String sessionId = proxy.login("magentobot", "123456");
    System.out.println("Session: " + sessionId);
    CatalogProductEntity[] products = proxy.catalogProductList(sessionId, new Filters(), "");

    //

    Magento link:

    http://localhost/magento1/api/?wsdl


  2. #2
    Junior Member
    Join Date
    Nov 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java integration with magento web services issue

    Hi,

    could you please explain how to use Magento web service Filters in java?

Similar Threads

  1. security solutions used in web services
    By algyptalian in forum Object Oriented Programming
    Replies: 5
    Last Post: January 7th, 2012, 08:15 PM
  2. Java web services ws
    By Samashti in forum Web Frameworks
    Replies: 0
    Last Post: August 20th, 2011, 12:10 PM
  3. web services
    By RAMNATH S in forum Web Frameworks
    Replies: 4
    Last Post: June 20th, 2011, 01:56 AM
  4. How to create Web Services in NetBeans from start
    By oneofthelions in forum Java IDEs
    Replies: 1
    Last Post: May 8th, 2011, 01:26 PM