Hello, I use webservices to integrate into SAP. Integration works, but I cannot read the response. How can I evaluate webservice the response, I can see when using the test-function? Thanks for Your answers Richard Schmid asked 04.12.2015 at 10:24 Richard Schmid |
With ivy 6.0.0 you can inspect the ws reponse with the runtime log. By default webservice calls log the reponse with detailed information (including soap xml). The log in my internal demo environment looks as follows.
As the Axis2 webservice client generator was broken with 6.0.0 you may have to generate the stubs with 5.1.x and then import to 6.0.0. answered 07.12.2015 at 14:51 Reguel Werme... ♦♦ |
Hello Richard, in our cases it is depending on the function module / webservice you are using. if the function module in SAP has no export defined the webservice will not response anything. Is it a standard FM of SAP? if there is any response from SAP you can get it with wsresponse inside the Webservice step of ivy. hope this helps a little bit. best regards Roland answered 04.12.2015 at 11:35 roland Hello Roland, thanks for your answer. Now I know, that I can't use the standard - functions of the Axon WS-Element I use a customer-made webservice. In the Axon WS-Element no wsResponse is available. If possible, I should get the response shown, when using the Test-Button. best regards Richard
(04.12.2015 at 13:40)
Richard Schmid
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 04.12.2015 at 10:24
Seen: 3,277 times
Last updated: 07.12.2015 at 14:51