Click here to Skip to main content
15,884,085 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've got a problem to publish WSDL with WWS. When a client try to get it with a HTTP_GET, it receive an empty message.

I tried the HttpGetSample provided in the documentation and it works well. But when I try with my wsdl file the client receive nothing.

I think it's a problem with wsdl size, in effect, the Size of my wsdl is 116 Ko. When I reduce the size of the wsdl file to 64Ko or lower the client obtain the file. It looks like a default parameter set to 65536 but which one ???

I tried to change a lot of parameters including the followings

WS_CHANNEL_PROPERTY_MAX_BUFFERED_MESSAGE_SIZE
WS_SERVICE_ENDPOINT_PROPERTY_BODY_HEAP_MAX_SIZE

but nothing seems to change.

Someone have an idea?

Thanks in advance.
_____________
Clément
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900