How to generate a request for a wsdl that expects xml?

0

Good Night.
I never messed with wsdl. I'm here breaking my head. I got a part, that is, the part that I'm looking for the WS data. I did this:

(1)Sofarsogood.IthappensthatIneedtosendbackacodeforeachidoftherecordreceivedfortheWSsothatinthenextexecutionthisrecordwillbemarkedasreceivedandwillnotbesentagain.

ThedocumentationpassedbythecompanysaysthatIhavetosendanXMLasfollows:

usemethod:AuthenticateRecord

Request=XMLTypeStringRequiredYes.

XMLmusthavethisstructure:

TheXMLmustbepassedwithalltherecordstobetagged,soIwillhavetogeneratethetopofthexmlandhavethepartoftheControlFlowWSDTOberepeatedforeachrecordidtobetagged:

Can you help me how do I do this part? I have no idea how to mount this xml. I sent as string, gave error, I sent as array gave error, I sent as object gave error. I do not know where else to go.

Thank you immensely. I asked a lot of people, but it seems that no one else works with wsdl with php.

Thank you.

    
asked by anonymous 09.05.2018 / 05:50

0 answers