The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
21 views

Transport Layer Protocol used in mobile data transmission

I would like to know about the transport layer protocol used in mobile data communication. In details I can say that, in 3G mobile technology, mobile devices are facilitated with voice calling and ...
0
votes
0answers
15 views

webservices and cxf transport architecture

a-simple-jax-ws-service Endpoint.publish(address, implementor); it suggests cxf has some private http server ? can this server be replaced eg with jetty or tomcat, if so how ? is it somewhere ...
0
votes
0answers
39 views

WCF Bindings and Transport Protocol Mapping

Look I am bit confused here. WCF provides some standard bindings and we can create some custom bindings. Now if I want my service to be exposed on http:///virtualdirectory/, then from this URL, what ...
2
votes
1answer
40 views

Using tfl data api - tutorial?

I have developed apps for 3 years and am now looking to build an app that uses TFL (transport for london) api calls. I was reading their guidelines and read the following: "Distribution Developers ...
0
votes
2answers
205 views

Find all objects related to a list of transport requests

I have a huge list of transport requests, I want to get a report of all included objects of these (as a "sum-up"). I couldn't find a report in transaction SE03, SE09, SE10, nor in Transport Organizer ...
0
votes
0answers
21 views

Named pipe default transport quotas

I use a client/server windows application (written in C, 15 years old). It uses named pipes for communication. It works perfectly on computers, where there are no strict policies, 'corporate' ...
0
votes
1answer
64 views

Transport is not working for send Auto Email

I am trying to send a Auto-Email on button click ,for that i call sendEmail() method from xml android:onClick="sendEmail" and m = new Mail("blue@gmail.com", "####Password"); In abov line i ...
0
votes
2answers
96 views

transport.send(msg) not executed

i have an activity where i call the send method in below class..in my code it hangs at transport.sendMessage(msg,msg.getallreceipents())..i have tried try cath but it dint cath any exception there. ...
0
votes
2answers
167 views

Transport sendMessage doesn't throw exception

I send message to invalid email address, but I doesn't get any exception. It works like everything is good, and in debugger it shows as everything is normal. private MailService() { Properties ...
0
votes
1answer
71 views

How does Firefox implement HSTS in detail?

I was doing some research on how Firefox and Chrome are implementing HSTS (HTTP Strict Transport Security) in detail. Turns out that they have a predefined list with some sites that already implement ...
1
vote
0answers
127 views

Transport endpoint is not connected bluez

Transport endpoint is not connected #include <stdio.h> #include <unistd.h> #include <sys/socket.h> #include <bluetooth/bluetooth.h> #include <bluetooth/rfcomm.h> int ...
0
votes
0answers
16 views

Does Exchange 2007 have the ability to run a script or custom web service based on an incoming rule?

I'm familiar with Message Transport rules, but unfortunately they're missing the ONE ACTION that the Outlook Client supports that is RUN A SCRIPT. Is there any way to get Exchange to support this ...
0
votes
1answer
84 views

How to make a GPS transportation app?

I live in Split,Croatia, and a city bus company recently accuired a new piece of software, and what it does is this: if I am a passenger and am awaiting a bus on a bus station, there is a huge monitor ...
0
votes
1answer
77 views

What's the relation between Session and SMTP Connection in javamail?

In my email-send-app, I holding a Singleton Session instance in SenderImpl. For per email message i retrieve Transport instance from session for sending, and close it after sending is complete. Now ...
0
votes
2answers
133 views

How to configure WCF to use HTTP with Client Certificate?

How to configure WCF to use HTTP (without ssl) with Client Certificate? On the service side, I tried the below: <bindings> <basicHttpBinding> <binding ...
1
vote
1answer
51 views

Best Data Transport Layer

I have made a peer to peer program in TCP then merged to UDP. I would like to change it so you can send files, however UDP does not support this and TCP is slower than TCP. Due to the fact that these ...
0
votes
0answers
69 views

How to show metro stations on iOS 6 MapKit? [closed]

i'm making an iPad app for iOS 6 and i need to display a map with user's location and surrounding metro stations (if it is possible bus stations too). but i cant find any documentation on how to show ...
0
votes
2answers
315 views

C# SQL Command parameters, “transport” values from form to object to method

I'm completely new to the SQL command parameters (I have been briefly explained this concept yesterday, and might not get it) and generally to the OOP but I enjoy it :D Here is the link to my ...
0
votes
0answers
476 views

Open source software for freight forwarding company (logistics , transport management) [closed]

I need recommendation on open source, freeware software for freight forwarding company, you can name it as Logistics management software (LMS), Transport management software, Cargo/container ...
1
vote
2answers
208 views

Does HSTS header really help against MITM attacks?

I've read OWASP's HSTS cheat sheet at https://www.owasp.org/index.php/HTTP_Strict_Transport_Security#Browser_Support and also watched the related video: https://www.youtube.com/watch?v=zEV3HOuM_Vw ...
1
vote
1answer
176 views

HL7 2.xml transport, HL7 3 transport, standard XML transport = SOAP?

I am developing a small server with HL7 2.x support. I've finished the MLLP reader (which accepts the HL7 2.x default, and now it is time to figure out how to accept HL7 2.xml. However, I can find ...
0
votes
1answer
501 views

Exception to fix javax.mail.AuthenticationFailedException exception

I am learning how to send an email with javamail API, i have created the necessary properties and instructions to send a simple email using SMTP server, and i am using this code : Properties ...
1
vote
1answer
663 views

Sending files and data using jQuery Iframe transport plugin

I want to upload files and a few hidden fields to server using jQuery iframe-transport plugin. http://cmlenz.github.com/jquery-iframe-transport/ I have form on the page, that contains inputs with ...
0
votes
0answers
38 views

Is it necessary to ensure data integrity for data transferred using EA Framework

I am using EA Framework for an MFI device to talk to my app and I am working the data exchange format. I am using JSON as the data exchange format. Is it necessary to define the typical frame header ...
6
votes
1answer
2k views

Kendo UI AutoComplete datasource transport reads only once

I'm becoming crazy with Kendo UI AutoComplete component. I'm using my own functions to access data with jQuery, so I have to set the AutoComplete dataSource.transport.read as a function. The code is ...
0
votes
2answers
134 views

Extracting transport stream h264 informations? [closed]

I need to extract some informations abour a ts file containing h264 video. I want to know where the I frames are. I can't find somethong on the net which explain the ts h264 structure. So if someone ...
0
votes
1answer
188 views

Exchange 2007 NDRs to public Folders

Exchange deletes Non-Delivery-Reports (NDRs) if the target is a public folder. I want to write a Transport Agent (SMTPReceiveAgent, c#) to bypass this behavior. The goal is to change the NDR to a ...
0
votes
0answers
96 views

Migrating from OPENTRANSPORT to CFNetwork

I have been given some older code that uses OpenTransport calls. I need to migrate it to similar calls in current OSX OSes so that I can get it to work and build under the latest XCode. Was there ever ...
1
vote
2answers
83 views

What is the most performant and lighter transport for OpenEJB?

There are a few transports available for OpenEJB 4.0.0: ejbd ejbds httpejbd Which one is lighter on the network? Which one is faster? Are there any pros and cons of choosing any one of then? ...
1
vote
1answer
152 views

Is there any concern in Setting “maxBufferSize” to 1GB of WCF NetTcpBinding

I have a Duplex communication which sends Small as well as Large messages. In very rare cases I have more data to be send, because of this reason I am in a confusion to change the TransportMode to ...
1
vote
1answer
241 views

mpeg-ts fundamental

I read some tutorials about mpeg transport stream, but there are 2 fundamental issues I do not understand: 1. mpeg-ts muxer recieve pes packets from audio and video, and output mpeg-ts packets. How ...
1
vote
0answers
50 views

two army issue in TCP connection establishment

Is two army problem seen in TCP connection establishment also? I am sure it is for TCP connection release but iam not sure abt establishment. If anybody could verify, it would be great. Thanks.
0
votes
1answer
157 views

INDY WebService over SSL contains link with HTTP protocol instead of HTTPS in WSDL

When creating new SOAP WebService server project using Delphi XE2 the wizard allows to set change port and HTTPS properties. Port is set to 443, HTTPS flag is checked, but when trying to connect to ...
0
votes
0answers
93 views

transport-level error

here i am working with c# windows applications. here i am importing .CSV file content to Sqlserver 2008 R2 using sqlbulkcopy. i created setup.exe and installed many systems, it was working fine all ...
0
votes
1answer
273 views

WSO2 Local Transport

I'm interested in understanding a little more about how local transport may aid performance within the WSO2 ESB. I have looked at ...
0
votes
3answers
2k views

What are the functions of the Transport layer?

I have a homework question which asks what the four functions of the Transport layer are. It doesn't mean what the functions of TCP or UDP are, but the layer itself.
1
vote
1answer
670 views

Can I use NetTcpBinding with transport security (https) but without client certificate

We run NetTcpBinding with SecurityMode.None. Now we also want encryption of the sent data. Set SecurityMode to Transport seems not enough, because the client cant connect to the server anymore (that ...
0
votes
1answer
483 views

Send emails in symfony

I'm using swiftmailer (transport) in symfony 1.4.8 (and Doctrine as ORM) to send my mails. I've configured everything as the book says. dev: mailer: class: sfMailer param: ...
1
vote
0answers
198 views

XMPP4R icq transport troubles

jid = Jabber::JID.new('....@jabber.ru') j = Jabber::Client.new(jid) j.connect j.auth('12345') if i trying to send message through transport it responds to me SENDING: <message ...
3
votes
3answers
158 views

how to send the content in a list from server in twisted python?

I have a list related to multiclient chat server problem. This is the list ['talk', client_n, message]. How can I send 'message' to 'client_n' from the server in twisted python using ...
3
votes
1answer
404 views

Thrift IPC over pipes transport (Windows)

I've been following Thrift support for Windows and VS development has come a long way thanks to a number of contributors. There are VS 2010 projects for the compiler and C++ library and I've confirmed ...
0
votes
1answer
66 views

Processing web hosted CSV data automatically

I am new to the world of web programming so hope that this question is not too ambiuous! Can anybody tell me if the following is possible? I am trying to do a proof of concept on using data from the ...
0
votes
1answer
377 views

GTFS and multiple routes

I am working with GTFS format.I have a concern for example consider a little complex network where a user want to travel from a source 'A' to Destination 'B' and actually there exist no direct route ...
0
votes
0answers
61 views

Public transportation - column generation

I'm working on a sheduling problem of public transportation in a city. We want to use a column generation method but Im not sure how the additional columns are generated. I would like to ask if a ...
0
votes
0answers
699 views

A transport-level error has occurred when sending the request to the server. please help

I have been facing a problem for several weeks now and just cant find the solution. Checked many places online and tried many things but I keep getting the following error in my application: ...
2
votes
0answers
383 views

Is there a DirectShow TS muxer

Does anybody know, is there any Direct Show based MPEG transport stream muxer available? All I can find is a command line utility tsMuxeR.
0
votes
2answers
963 views

Configuring WCF Transport security for IIS6 over SSL

I've been attempting to set up WCF transport security using SSL on IIS6. The client is on a seperate machine on the same domain. I understand the premise of certificates, root CA etc and have a ...
1
vote
1answer
573 views

WCF basicHttpBinding with Transport security specifying message credential type

I've been given a wsdl for a service which VS2010 generated the following binding as part of it's configuration. <bindings> <basicHttpBinding> <binding ...
1
vote
2answers
237 views

Ports with C++ Server/Client applications

If I create a c++ server/client application, the port I used to communicate does it need to be open on the router of the server and client machine Or what other approach could I take? the client ...
0
votes
2answers
256 views

Transport not work for sending smtp email in java

I am using : transport.connect(getHost(), getPort(), getUsername(), getPassword()); to send email, but it always gives me the following exception: class ...

1 2