Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
QuestionOracle Error Pin
Taurian11013-Sep-05 6:24
Taurian11013-Sep-05 6:24 
QuestionDROP TABLE execute Pin
zaboboa13-Sep-05 6:23
zaboboa13-Sep-05 6:23 
AnswerRe: DROP TABLE execute Pin
Mohamad Al Husseiny13-Sep-05 7:34
Mohamad Al Husseiny13-Sep-05 7:34 
AnswerRe: DROP TABLE execute Pin
Mohamad Al Husseiny13-Sep-05 8:04
Mohamad Al Husseiny13-Sep-05 8:04 
AnswerRe: DROP TABLE execute Pin
Colin Angus Mackay13-Sep-05 8:12
Colin Angus Mackay13-Sep-05 8:12 
GeneralRe: DROP TABLE execute Pin
zaboboa13-Sep-05 9:12
zaboboa13-Sep-05 9:12 
QuestionAdding second header column to DataGrid Pin
zaboboa13-Sep-05 6:19
zaboboa13-Sep-05 6:19 
QuestionCalling a JAVA Webservice from .NET over http/1.0 Pin
Anonymous13-Sep-05 5:39
Anonymous13-Sep-05 5:39 
I try to call a java webservice from .NET. When calling one of the Webservice methods I get the error:
"There is an error in XML document (1, 339)".

I tracked down the SOAP XML response by a Tool called "TCPMonitor":
-------------------------------------------------------------------------------------
HTTP/1.1 100 Continue<br />
 <br />
HTTP/1.1 200 OK<br />
Content-Type: text/xml;charset=utf-8<br />
Transfer-Encoding: chunked<br />
Date: Mon, 05 Sep 2005 17:07:28 GMT<br />
Server: Apache-Coyote/1.1<br />
 <br />
2000<br />
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope<br />
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"<br />
xmlns:xsd="http://www.w3.org/2001/XMLSchema" <br />
...

-------------------------------------------------------------------------------------

I discovered that "Transfer-Encoding: chunked" and the "2000" mean, that the SOAP response is sended in chunked parts of 2000 (bits, characters ???) by the webserver. .NET doesn´t seem to be able to join the chunked parts back to one.

At least my question:

1. Is it possible to call the webmethod in C#, declaring to use only http/1.0? (to avoid the chunking of http/1.1)

or

2. Is it possible for .NET to read http/1.1, chunked SOAP messages in some way?

I still have to use .NET 1.1, so please do not refer to .Net 2.0.

(Sorry for the long text, but I thought the information could be interresting to anybody else with the same problem)

Thanks for any response Smile | :)
QuestionCalling a JAVA Webservice from .NET over http/1.0 Pin
SimonPust13-Sep-05 5:24
SimonPust13-Sep-05 5:24 
AnswerRe: Calling a JAVA Webservice from .NET over http/1.0 Pin
Andy Brummer13-Sep-05 6:27
sitebuilderAndy Brummer13-Sep-05 6:27 
QuestionCreate 2 forms from button press Pin
LiamD13-Sep-05 4:31
LiamD13-Sep-05 4:31 
AnswerRe: Create 2 forms from button press Pin
QuietKnight13-Sep-05 4:46
QuietKnight13-Sep-05 4:46 
AnswerRe: Create 2 forms from button press Pin
Dave Kreskowiak13-Sep-05 4:54
mveDave Kreskowiak13-Sep-05 4:54 
AnswerRe: Create 2 forms from button press Pin
LiamD13-Sep-05 21:28
LiamD13-Sep-05 21:28 
GeneralRe: Create 2 forms from button press Pin
Large Data File13-Sep-05 21:39
Large Data File13-Sep-05 21:39 
GeneralRe: Create 2 forms from button press Pin
LiamD14-Sep-05 0:31
LiamD14-Sep-05 0:31 
GeneralRe: Create 2 forms from button press Pin
Large Data File29-Oct-05 22:43
Large Data File29-Oct-05 22:43 
QuestionDrawing a polygon Pin
subramanyeswari13-Sep-05 2:33
subramanyeswari13-Sep-05 2:33 
AnswerRe: Drawing a polygon Pin
Dave Kreskowiak13-Sep-05 5:51
mveDave Kreskowiak13-Sep-05 5:51 
GeneralRe: Drawing a polygon Pin
subramanyeswari14-Sep-05 4:25
subramanyeswari14-Sep-05 4:25 
GeneralRe: Drawing a polygon Pin
Dave Kreskowiak14-Sep-05 12:42
mveDave Kreskowiak14-Sep-05 12:42 
QuestionHow do I tell .NET where to put my referenced DLLs when using &quot;Copy Local&quot; Pin
MaWeRic13-Sep-05 2:26
MaWeRic13-Sep-05 2:26 
AnswerRe: How do I tell .NET where to put my referenced DLLs when using &quot;Copy Local&quot; Pin
Andrew Kirillov13-Sep-05 3:35
Andrew Kirillov13-Sep-05 3:35 
QuestionConceptual problem with interfaces Pin
Goebel13-Sep-05 1:02
Goebel13-Sep-05 1:02 
AnswerRe: Conceptual problem with interfaces Pin
leppie13-Sep-05 1:24
leppie13-Sep-05 1:24 

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.