i’m using developer and designer 7.1
on integration server i set up a service for inserting information into database. (service generation). the service (insertNewOrder) works fine in developer. after that i created a provider webservice which calls the insertNewOrder Service and the consumer webservice. the execution of the consumer webservice also works fine in developer.
i designed a process in which this webservices is called, build up and debugged. while debugging process asks for the input values, which is correct and all steps are successfull.
the new order was inserted into the database but all values were NULL.
?
#API-Management#soa#webMethods