cancel
Showing results for 
Search instead for 
Did you mean: 

Business Connector 4.8 post http 1.0 1.1

Former Member
0 Kudos

Hello,

I have one problem,

I must post an xml file to a external server wich only use post http 1.1

I have traced my tcp stream an i see, that the BC service "http" use http 1.0.

Is it possible to give this service any paramter so that he use 1.1

Or have anyone build an new java service the use http 1.1?

regards

Florian Martin

Edited by: Florian Martin on May 18, 2009 1:34 PM

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

did you try varible headers of the pub.client:http service?

I don't know if this will help you but maybe worth a try

it's supposed to explicitly override in the HTTP request header created by the

http service

Regards,

Michal Krawczyk

Former Member
0 Kudos

Thanks for you answer.

I have make a screenshot of the tcp trace.

The first part is a test vb script.

The second part ist the http service of the BC

http://www.pictureupload.de/originals/pictures/190509073111_bild..JPG

I will test your suggestion

Former Member
0 Kudos

it don' work, because, in the header data i can't manipulatet the POST

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

sorry then,

looks like you will need to create a simple java service yourself

and use any java library that supports this special http

Regards,

Michal Krawczyk

Former Member
0 Kudos

Yes - that's not possible.

You may only have a chance if you create your own service. Maybe it's possible to use the source code of the standard post method and modify it. Personally I never worked with BC 4.8 just 4.7. But I think this should be doable.

Another question would be: Why is the post http 1.1 not compatible downwards with 1.0?

Regards,

Kai

Former Member
0 Kudos

The source code of the http service is not available.

But i think i can write a new Java service.

I don't now why it is not compatible.

This is the first time we have this problem.

The customer tells me, that his server only understand http 1.1

4.7 and 4.8 are nearly the same

In 4.8 a lot of the java services will updatet.

The most of the changes are bugfix.

Thanky for your answers guys.

Then i will try to create a new java service

Regards

Florian

Edited by: Florian Martin on May 19, 2009 1:16 PM

Answers (0)