![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
[Sorry for the cross-post, I was to fast clicking send...] I'm 'consuming' a webservice written by a 3rd party wich uses Borland Soap Server. This all works fine, using the WSDL i've generated a Webservice and all works fine,.... well almost. There are some 'webmethods' wich return a exception. System.InvalidOperationException was unhandled by user code Message="There is an error in XML document (2, 1292)." InnerException: System.InvalidOperationException Message="The referenced element with ID '1' was not found in the document." Using a httpAnalyzer I've retrieved the response-XML (see below). I was just wondering if it's possible that the problem is an array-indexing problem, .NET using index '0' for the first entry and borland (seems to be) using index '1' for their first entry ? Anyone know about this ? (or know of a solution) |
#3
| |||
| |||
|
|
"Jurjen de Groot" <Jurjen.de.Groot (AT) xs4all (DOT) nl> wrote in news:u1abrciSIHA.484 (AT) TK2MSFTNGP06 (DOT) phx.gbl: [Sorry for the cross-post, I was to fast clicking send...] I'm 'consuming' a webservice written by a 3rd party wich uses Borland Soap Server. This all works fine, using the WSDL i've generated a Webservice and all works fine,.... well almost. There are some 'webmethods' wich return a exception. System.InvalidOperationException was unhandled by user code Message="There is an error in XML document (2, 1292)." InnerException: System.InvalidOperationException Message="The referenced element with ID '1' was not found in the document." Using a httpAnalyzer I've retrieved the response-XML (see below). I was just wondering if it's possible that the problem is an array-indexing problem, .NET using index '0' for the first entry and borland (seems to be) using index '1' for their first entry ? Anyone know about this ? (or know of a solution) Any read-only properties... or properties with private settors? -- spamhoneypot (AT) rogers (DOT) com (Do not e-mail) |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |