FramingFormatException (WSE306) on Soap/TCP receive

G

GS

We are using Soap over TCP (WSE 3.0) and occasionally encounter the
following exception:

soap.tcp Message Receive Failure:
Microsoft.Web.Services3.Messaging.Framing.FramingFormatException:
WSE306: The framed record should have the following version: 1. Instead,
the framed record contains the following version: 14.
at Microsoft.Web.Services3.Messaging.Framing.FramingRecord.ReadHeader()
at
Microsoft.Web.Services3.Messaging.Framing.FramingRecord..ctor(Stream
stream, Int32 maxRecordLength)
at Microsoft.Web.Services3.Messaging.Framing.FramingReader.ReadRecord()
at
Microsoft.Web.Services3.Messaging.SoapMtomFormatterWithFraming.Microsoft.Web.Services3.Messaging.ISoapFormatter.Deserialize(Stream
stream)
at
Microsoft.Web.Services3.Messaging.SoapTcpConnection.DeserializeMessage()
at
Microsoft.Web.Services3.Messaging.SoapTcpConnection.EndReceive(IAsyncResult
ar)
at
Microsoft.Web.Services3.Messaging.SoapTcpTransport.OnReceiveComplete(IAsyncResult
ar)

Can anyone help in resolving this?
 
G

guillaume StEtienne FR

same problem here, we just use the HelloWorld sample

[WebMethod()]
public string HelloWorld() {
return "Hello World";
}
with WSE 3 enabled

but the error occurs when invoking this service from a J2EE/ AXIS client
and we've got exactly the same error (always)
where url is : soap.tcp://DEV-GSE:500/TestService/


helllllp !
 
G

guillaume StEtienne FR

nop

we're the only 3 ones in the world, I guess...
this page is top rated in google, so I think we're alone.

Guillaume
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top