Question SOAP Encoded and Literal requests

RoboticBD

New member
Joined
Apr 1, 2015
Messages
3
Programming Experience
10+
My other questions went unanswered, hopefully this one can get answered.

I worked with the IT person who set up the WSDL. She monitored what I was doing.

I changed the soap:body use="encoded" to soap:body use="literal".
She sees my request, the database does it's thing and gets the email address and she sees her end send out that email address. When I recieve the information, the string passed back = "NOTHING".

Now here is the other part. So if I send a request without a parameter, and I have it set as "encoded", I see the string information back. I switch it to "literal" and I get "NOTHING" back. as in - "If strMyString is NOTHING Then"

Thanks,

Brian:smash:
 
Back
Top