Search found 2 matches
- 25 Feb 2015, 01:56
- Forum: Developers
- Topic: SOAP returns data, but C# says null response
- Replies: 16
- Views: 38371
Re: SOAP returns data, but C# says null response
Did you try changing the order on those properties?
- 24 Feb 2015, 09:04
- Forum: Developers
- Topic: SOAP returns data, but C# says null response
- Replies: 16
- Views: 38371
Re: SOAP returns data, but C# says null response
I managed to fix your issue. Herewith I have added the code. But this only works for CreateTicketResponse, you might have to change other parts of the code accordingly.
What changes I made
Added the correct namespace
Modified the order according to the soap response by Fiddler
Changes made ...
What changes I made
Added the correct namespace
Modified the order according to the soap response by Fiddler
Changes made ...