Web Service calling RPGLE Service Program..?



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...

Well from all the documentation in WDSC and on the web you create a
java program that actually calls an RPGLE Service program passing the
parms which in this case is an actual XML Document. I even called
iSeries support because i did not like the idea however thats what they
tell me i have to do... Thats why i am trying to find out from others
if anyone else has had this type of project to do.

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

Well from all the documentation in WDSC and on the web you create a
java program that actually calls an RPGLE Service program passing the
parms which in this case is an actual XML Document. I even called
iSeries support because i did not like the idea however thats what they
tell me i have to do... Thats why i am trying to find out from others
if anyone else has had this type of project to do.

.



Relevant Pages

  • There was an error generating the XML document. --> Object reference not set to an instance
    ... I've written a web service that returns an xml document with some ... information about documents in a Sharepoint Server, ... Server was unable to process request. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Passing an XML document to a web service
    ... The web service will be on an IBM box, ... > Web services will do serialization for you. ... > You have two options to pass xml document between the client and the ... If that fails, use string. ...
    (microsoft.public.dotnet.framework.compactframework)
  • RE: XML Documents to Web service
    ... >You can pass an XML document to the web service. ... >Note When you use the wizard to create receive ... >>Publishing an Orchestration as a Web Service using the ...
    (microsoft.public.biztalk.general)
  • Re: send soap message
    ... I'm trying to find out how to create an xml document with the above ... > you using .Net or the Soap toolkit. ... > If you are developing your web service client in .Net then you can build ... > framework for an example on how to POST data over Http. ...
    (microsoft.public.dotnet.xml)
  • Creating a booking engine with Web Services
    ... Then I get an xml base response from the web service. ... So XSLT will help me parse the data, I also want to use that data i parse ... They respond back with an XML document. ... Then the customer will pick a flight ...
    (microsoft.public.dotnet.framework.aspnet.webservices)