Forum Discussion

ravikiran_kotha's avatar
ravikiran_kotha
New Contributor
15 years ago

How to pass empty value in a field for soap request

hi can any one tell me how can i pass an empty value in a field for a soap request.

Regards
Ravikiran.k

2 Replies

  • If i leave the filed empty it sends a null value in the request, i just want an empty value to be sent in the request.

    for example it sends the request as username=null; and my requirement is username=; i have tried keeping all these things "", " ",emptyspace etc but nothing worked out for me

    can any one suggest how to achieve this.