Re: Calling a WCF service from Non-WCF
- From: Spam Catcher <spamhoneypot@xxxxxxxxxx>
- Date: Mon, 03 Dec 2007 13:24:21 GMT
Jeronimo Bertran <jeronimo.bertran@xxxxxxxxxxxxxxxx> wrote in
news:Xns99FA950A3A673publicjbbertrancom@xxxxxxxxxxxxx:
Here it is.
<basicHttpBinding>
<binding name="FileTransferServicesBinding"
sendTimeout="00:15:00"
transferMode="Streamed" messageEncoding="Mtom"
maxReceivedMessageSize="524288000" maxBufferSize="524288000" />
</basicHttpBinding>
Does your client support MTOM?
If it's regular .NET, you'll need to use WSE 3.0, not sure about Java or
other languages.
--
spamhoneypot@xxxxxxxxxx (Do not e-mail)
.
- Follow-Ups:
- Re: Calling a WCF service from Non-WCF
- From: Jeronimo Bertran
- Re: Calling a WCF service from Non-WCF
- References:
- Calling a WCF service from Non-WCF
- From: Jeronimo Bertran
- Re: Calling a WCF service from Non-WCF
- From: Spam Catcher
- Re: Calling a WCF service from Non-WCF
- From: Jeronimo Bertran
- Calling a WCF service from Non-WCF
- Prev by Date: Re: Calling a WCF service from Non-WCF
- Next by Date: Re: Calling a WCF service from Non-WCF
- Previous by thread: Re: Calling a WCF service from Non-WCF
- Next by thread: Re: Calling a WCF service from Non-WCF
- Index(es):
Relevant Pages
|