Click here to Skip to main content
15,881,898 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSOAP service responding with partial data Pin
loctrice28-Sep-12 5:17
professionalloctrice28-Sep-12 5:17 
I am getting data from a third party soap service. Everything seems to be going fine. However, the client says not all the data that should be coming over is there. I don't have the data source to verify so I thought I'd ask:

Has anyone had a soap service return only part of the data?

The only thing I could think of is the response buffer, or recieved message size. I thought I'd get an error or nothing in either of those cases. Either way, they are set to 20000000 for both. I didn't write this code, I'm just trouble shooting it Big Grin | :-D

My initial instinct, after running the code and rechecking everything is that they have changed something else in the management of this data and it's nothing to do with my software, which just fetches it and puts it in a database. The software hasn't changed in over a year and always worked fine until recently.
If it moves, compile it

AnswerRe: SOAP service responding with partial data Pin
Dave Kreskowiak28-Sep-12 7:01
mveDave Kreskowiak28-Sep-12 7:01 
GeneralRe: SOAP service responding with partial data Pin
loctrice28-Sep-12 7:03
professionalloctrice28-Sep-12 7:03 
GeneralRe: SOAP service responding with partial data Pin
Dave Kreskowiak28-Sep-12 7:14
mveDave Kreskowiak28-Sep-12 7:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.