Posts by Edson Costa • 1 point
2 posts
-
0
votes1
answer670
viewsQ: how to send an array list to a web service
Hello I was wondering how can I send an array list to a web service via php, this is my web service. <?xml version="1.0" encoding="utf-8"?> <soap:Envelope…
-
0
votes0
answers588
viewsQ: How to send parameters by Soap header and join parameters to body
I’m wondering how I send the header of a Soap and add the parameter that goes to the body. I’m putting the code I already did and Soap: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope…