Question

When i create a web service to a mainframe(IBM) with WSDL does the names on the service are supposed to match the ones on the copybook?

I just create a service and i have been unable to match properties on the web services with the fields on the copybook

If they are not the same how can i do the match

Was it helpful?

Solution

I presume you're talking about CICS Web Services.

When i create a web service to a mainframe(IBM) with WSDL does the names on the service are supposed to match the ones on the copybook?

Short answer: No.

If you generate copybooks from WSDL it is possible the field names are not valid variable names in the source language for which you are generating copybooks.

If you generate WSDL from copybooks it is possible the field names in the source language are not valid XML field names.

In either case, the generated copybooks have comments indicating which fields in the copybook correspond to which fields in the WSDL.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top