Jump to content
Ruslan

SOAP Client debug

Recommended Posts

Delphi 10.3.3

SOAP Server (unknown source but the server has it's a php)

Imported the wsdl, no changes made to the unit.

Tested requests to the server with SoapUI and everything goes fine, from Delphi application - there is no luck. All responses are about Schema mismatch.

Using event HTTPRio.onBeforeExecute checked the request and it is the same as tested in SoapUI.

 

Questions:

How to debug a request?

How to check if the request meets the schema rules?

Any advanced docs/video on how to build SOAP client/server applications?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×