× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



> What I fail to understand is the test app you mentioned in your
article, was that run on Iseries or just on Windows.

That's the beautiful thing about Java. All you need is a servlet container
(i.e. Tomcat, WAS, JBoss, etc) and the supporting jars (which are included
in the EAR/WAR for you) and you are done.  So yes, that code will run on an
iSeries, on Windows, on Linux, on OS X, etc.  

> Any ideas, what/how can accomplish my goal.

If you follow that article it should get you 90% of the way there. The thing
you need to decide is what way you want to pass your data in the SOAP
message.  I like to use the document literal way which in one form means you
pass a stream of XML into the Java method and then use IBM's tooling to
easily parse that XML. IBM's tooling builds the Java classes and methods
necessary to parse an XML document based on the XSD.  So if you have an XSD,
right click on it and select Generate->Java Beans.

HTH,
Aaron Bartell

-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Anand, Rajesh
Sent: Tuesday, May 24, 2005 8:51 AM
To: Java Programming on and around the iSeries / AS400
Subject: RE: How to use SOAP services on Iseries

        Aaron,

        Sorry to nag you with all these questions.

        Just read your article in March issue. It was great.

        What I fail to understand is the test app you mentioned in your
article, was that run on Iseries or just on Windows.

        If it was run on windows then why it can't be run on Iseries?

        The main objective of my project is to get the XML file onto
AS400 using soap services and update couple of files on
        as400.

        Any ideas, what/how can accomplish my goal.
        
        rgds,   

Rajesh Anand
Email:Rajesh_anand@xxxxxx


-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx
[mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of albartell
Sent: 24 May 2005 14:22
To: 'Java Programming on and around the iSeries / AS400'
Subject: RE: How to use SOAP services on Iseries


When I use just ecplise I go the route of using Apache's Axis for SOAP
processing.  It works quite nice and from what I understand IBM uses a
lot
of the same API's behind the scenes (i.e. WSDL2Java).


HTH,
Aaron Bartell

-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx
[mailto:java400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Anand, Rajesh
Sent: Tuesday, May 24, 2005 8:03 AM
To: Java Programming on and around the iSeries / AS400
Subject: RE: How to use SOAP services on Iseries

        can I use Eclipse instead of WDSC?
        
        rgds,
        

Rajesh Anand
Email:Rajesh_anand@xxxxxx


-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx
[mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of albartell
Sent: 24 May 2005 13:58
To: 'Java Programming on and around the iSeries / AS400'
Subject: RE: How to use SOAP services on Iseries


WDSc facilitates all of this from the Java end.  It actually works quite
nice.  Create a simple Java object in a Dynamic Web Project that has a
few
methods passing simple data types (Strings, chars, Dates, etc), then
right
click on that class and select Webservices -> Deploy As Webservice.

HTH,
Aaron Bartell



-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx
[mailto:java400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Anand, Rajesh
Sent: Tuesday, May 24, 2005 3:41 AM
To: java400-l@xxxxxxxxxxxx
Subject: How to use SOAP services on Iseries

Folks,

        We have a client who has provided us with their HTTPclient which
is written in jsp.

        Interactively, it requires a soap formatted msg to be entered on
this page and user to click submit button, it then provides an xml
formatted file.

        How can I accomplish all this in a program using Java??? I need
this xml file on the AS400, how would you do this????

        Any samples or working codes will be great.

        Any help will be greatly appreciated.

        Kind regards,

Rajesh Anand
Mob: + (44) (0) 7947273151
Email:Rajesh_anand@xxxxxx
--------------------------------------------------------

If you are not an intended recipient of this e-mail, please notify the
sender, delete it and do not read, act upon, print, disclose, copy,
retain
or redistribute it. Click here for important additional terms relating
to
this e-mail.     http://www.ml.com/email_terms/
--------------------------------------------------------

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.