FTP vs Webservices in AS400
We are planning to replace the FTP process with Webservices in AS400.Any inputs on the same will be appreciated.Also please let us know the Pros and Cons using webservices over FTP in AS400.
Answer Question
| August 18, 2008 9:03 AM
AS/400 FTP, AS/400 Web tools, FTP, Web services
We are planning to replace the FTP process with Webservices in AS400.Any inputs on the same will be appreciated.Also please let us know the Pros and Cons using webservices over FTP in AS400.
How do I receive java-agent-backend-data in UI
I need help! a doc is open in UI. After pressing a button, the doc ist opened in a dialogbox for extra input. dlg_res = workspace.DialogBox( “DMS_Indizierung”, True, True, False , False , True, False, _ “In eAK überleiten …”, ,True, False, True ) In Queryclose there are more checks and an agent is started. [...]
Answer Question
| July 22, 2008 6:22 AM
Agents, Data analysis, Java, UI, Web services
I need help! a doc is open in UI. After pressing a button, the doc ist opened in a dialogbox for extra input. dlg_res = workspace.DialogBox( “DMS_Indizierung”, True, True, False , False , True, False, _ “In eAK überleiten …”, ,True, False, True ) In Queryclose there are more checks and an agent is started. [...]
How to call a COBOL program from Java
From a java program, I have to call a set of COBOL programs. All the COBOL programs have the commitment control option as “slave”. These COBOL programs update a number of files. The web page should list the updated information from these files. After the user’s review, if the user selects the “CANCEL” button on [...]
Answer Question
| July 7, 2008 7:41 PM
COBOL, Java, Web services
From a java program, I have to call a set of COBOL programs. All the COBOL programs have the commitment control option as “slave”. These COBOL programs update a number of files. The web page should list the updated information from these files. After the user’s review, if the user selects the “CANCEL” button on [...]
charset problem
I’m devloping RESTful web services using jersey in NetBeans 6.0. I’m accessing the services through Ajax javascript. In each request i’m sending an xmlString which is then parsed at the service level and stored in the database. This is working fine. For the same service i’m trying to access from java through org.apache.commons.httpclient. I’m successful [...]
Answer Question
| March 26, 2012 8:05 AM
Ajax, JavaScript, JAX-RS, Jersey, NetBeans, REST, RESTful Web services, Web services
I’m devloping RESTful web services using jersey in NetBeans 6.0. I’m accessing the services through Ajax javascript. In each request i’m sending an xmlString which is then parsed at the service level and stored in the database. This is working fine. For the same service i’m trying to access from java through org.apache.commons.httpclient. I’m successful [...]
Distribution lists with Outlook Mobile Service (OMS)
We have developed a web service to distribute sms/mms according to Microsoft’s recommendations. However, only sms/mms to a single mobile phone numero goes through web service. When you try to send this to a distribution list/group it doesn’t reach web service. It goes directly to Exchange server and sends the item to Outlook inbox as [...]
Answer Question
| May 27, 2012 6:58 AM
Distribution Lists, Exchange, OMS (Outlook Mobile Service), Outlook, Outlook Mobile Services, Web services
We have developed a web service to distribute sms/mms according to Microsoft’s recommendations. However, only sms/mms to a single mobile phone numero goes through web service. When you try to send this to a distribution list/group it doesn’t reach web service. It goes directly to Exchange server and sends the item to Outlook inbox as [...]
calling a webservice from as/400
We have a need to consume an external webservice from an application running on System i.What are options are avaiable to call a web service from System i? Based on our research, we see there are 3 possible options(listed below) and we are wondering which one to be an optimal one? 1. Use Scott Klemenet [...]
Answer Question
| September 3, 2008 2:24 PM
AS/400, Web services
We have a need to consume an external webservice from an application running on System i.What are options are avaiable to call a web service from System i? Based on our research, we see there are 3 possible options(listed below) and we are wondering which one to be an optimal one? 1. Use Scott Klemenet [...]
Web Service Testing
How long should it take to test a web service?
Answer Question
| June 13, 2008 3:37 PM
Web services, Web services testing
How long should it take to test a web service?
send HTTP POST REQUEST
hello users, can anybody tell my, how to send a HTTP POST to a Webservice an receive the answer. (no PHP an no JAVA) by jogi
Answer Question
| February 28, 2010 4:44 PM
HTTP POST, SOA, Web development, Web services
hello users, can anybody tell my, how to send a HTTP POST to a Webservice an receive the answer. (no PHP an no JAVA) by jogi
java web services
From where can i start learning web services in java? I know java janguage. Any easy to use tutorial, examples etc. thanks in advance.
Answer Question
| June 2, 2011 2:55 PM
Java, Java developers, Java development, Java Web services, Web services, Web services (software)
From where can i start learning web services in java? I know java janguage. Any easy to use tutorial, examples etc. thanks in advance.
soap and xml
how can we use soap and xml together. some code required
Answer Question
| July 15, 2008 2:27 PM
SOA, SOAP, Web services, XML
how can we use soap and xml together. some code required
Web Services SQLCommand object
Can you pass a SQLCommand object to/from ASP.NET 2.0x Web Service? This worked under .Net 1.1 but an upgrade to 2.0 (using IIS 5) caused this to stop. Amongst the errors at the server level I could see that my SQLCommand “could not be serialized”. Please email or post if you know the answer. Basically, [...]
Answer Question
| February 1, 2008 6:19 AM
ASP.NET, Web services
Can you pass a SQLCommand object to/from ASP.NET 2.0x Web Service? This worked under .Net 1.1 but an upgrade to 2.0 (using IIS 5) caused this to stop. Amongst the errors at the server level I could see that my SQLCommand “could not be serialized”. Please email or post if you know the answer. Basically, [...]
Passing DataTable to Web Service Function
Hi! I have fetched out data into datatable from source database and want to pass this datatable into my webservice function. so that webservice function could insert data into destination database. any help will be highly appreciated. m4atiq.
Answer Question
| February 1, 2008 5:27 AM
Database, Web services
Hi! I have fetched out data into datatable from source database and want to pass this datatable into my webservice function. so that webservice function could insert data into destination database. any help will be highly appreciated. m4atiq.
http call from iSeries
I wish to invoke a web service from an iSeries program. How can I do this?
Answer Question
| January 7, 2008 3:43 PM
iSeries, Web development, Web services
I wish to invoke a web service from an iSeries program. How can I do this?
Soap Extension problem in .net
Dears,hi I faced a problem in my soap extension of a client application. i have built soap extension to intercept the outgoing envelope to add soap header to the envelope the response of the web-service returned successfully, but the soap-extension does not return the envelope to the client application. the client application throws exception “xml [...]
Answer Question
| January 7, 2008 8:10 AM
.NET, SOAP, Web services
Dears,hi I faced a problem in my soap extension of a client application. i have built soap extension to intercept the outgoing envelope to add soap header to the envelope the response of the web-service returned successfully, but the soap-extension does not return the envelope to the client application. the client application throws exception “xml [...]
COBOL and .NET web services call?
Can a batch cobol program call a .Net web services? Our current operation system is z/os 1.7. To call a Web services from a batch program, does it need any special software?
Answer Question
| January 26, 2008 3:02 PM
COBOL, Web services
Can a batch cobol program call a .Net web services? Our current operation system is z/os 1.7. To call a Web services from a batch program, does it need any special software?
Webservices and soa
I am new to service oriented architectrue. i want Detailed difference between webservices and soa
Answer Question
| June 18, 2008 6:54 AM
SOA, Web services
I am new to service oriented architectrue. i want Detailed difference between webservices and soa
How to unsubscribe
I am getting ready to Retire from my current employer. I will not be working in this field as I have started a very different and unique business. have looked all around to find out how to unsubscribe but can not easily find out how. If anyone knows how, please let me know.
Answer Question
| June 11, 2007 4:25 PM
AS/400, AS/400 careers, Backup & recovery, Career development, CRM, E-business, Instant Messaging, Partner facing, Web services, Web site design & management
I am getting ready to Retire from my current employer. I will not be working in this field as I have started a very different and unique business. have looked all around to find out how to unsubscribe but can not easily find out how. If anyone knows how, please let me know.
Turning Report Output into XML
We have a report subroutine that most all programs PERFORM to write data to our electronic report distribution system. Looking for suggestions on how to define these reports so we can store them in some form of XML that would then maybe be applied against a style sheet perhaps? I’m still a novice when it [...]
Answer Question
| May 21, 2007 7:42 PM
Web services, Web Services Standards, XML
We have a report subroutine that most all programs PERFORM to write data to our electronic report distribution system. Looking for suggestions on how to define these reports so we can store them in some form of XML that would then maybe be applied against a style sheet perhaps? I’m still a novice when it [...]
Email Validation Software
We do a lot of bulk email blasts to our Students, in which we get a high percentage of bounced emails. We are looking into purchasing an Email Validation package and was wondering if anyone can recommend a decent package that would either run on the i5 (AS/400) or that can interface (via ODBC, Java, [...]
Answer Question
| June 13, 2012 3:26 PM
AS/400, CRM, Database, DB2, E-business, Ecommerce applications, Email, Exchange, Oracle, Web services
We do a lot of bulk email blasts to our Students, in which we get a high percentage of bounced emails. We are looking into purchasing an Email Validation package and was wondering if anyone can recommend a decent package that would either run on the i5 (AS/400) or that can interface (via ODBC, Java, [...]
ping: sento: No Route to Host
I have a unix server on an internal network, behind a ComCast SMC8013WG Cable Modem / Router. All of my PC’s and MAC’s on my internal network can see the sever and access it. They can all see and access the internet as well. All except for my Unix Server. I need to get remote [...]
Answer Question
| September 13, 2010 2:39 PM
DataCenter, Firewalls, Forensics, Incident response, Intrusion management, Network security, Patch management, VPN, Web services, Wireless
I have a unix server on an internal network, behind a ComCast SMC8013WG Cable Modem / Router. All of my PC’s and MAC’s on my internal network can see the sever and access it. They can all see and access the internet as well. All except for my Unix Server. I need to get remote [...]





