[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: Web Service non Client




>Yes, I have done that. The best practice is: take what you can get. I checked all the fields I needed and take maximum my internal field length (what can you do else) left justified and trimmed.
 
Did you use WDSC to create a Java program to call your RPGLE Service for the web service.....?  As for the left justified and trimmed I feel I have no control until my RPGLE service is called and when its called its called with one parm that includes the XML Document...  Seems wrong....

Thanks-john



Alexander Grunwald <alexander.gruenwald@xxxxxxxxxxx>
Sent by: owner-ftpapi@xxxxxxxxxxxxx

09/23/2005 02:46 AM

Please respond to
ftpapi@xxxxxxxxxxxxx

To
<ftpapi@xxxxxxxxxxxxx>
cc
Subject
AW: Web Service non Client





Yes, I have done that. The best practice is: take what you can get. I checked all the fields I needed and take maximum my internal field length (what can you do else) left justified and trimmed.
 

Mit freundlichen Grüßen/Best regards Mag. Alexander Grünwald

Geschäftsführer/Projektmanagement
SOB Datenverarbeitungsges.m.b.H.
Kierlingerstraße 11
A-3400 Klosterneuburg

Tel. +43/2243/37201
Fax. +43/2243/37201/5
Mail: alexander.gruenwald@xxxxxxxxxxx

 

-----Ursprüngliche Nachricht-----
Von:
owner-ftpapi@xxxxxxxxxxxxx [mailto:owner-ftpapi@xxxxxxxxxxxxx]Im Auftrag von jmajor@xxxxxxxxxxxxxxx
Gesendet:
Donnerstag, 22. September 2005 23:10
An:
ftpapi@xxxxxxxxxxxxx
Betreff:
Web Service non Client


Has anyone created a web service in house for receiving say a soap message with an XML  document embedded and interact on that XML Doc via RPGLE.


Just curious because just starting the project and like everyone knows an XML document has no set length and with integrating a Web Service with RPGLE (Service Program) my max length is
65535 for a character parm...

Just wondering if anyone else has needed to create a web service in house for outside clients to access using RPGLE and how they dealt with some of these issues.


Thanks-john