Click here to Skip to main content
15,892,965 members
Home / Discussions / C#
   

C#

 
QuestionJust a C# application. Pin
amx_tiger19-Apr-12 6:17
amx_tiger19-Apr-12 6:17 
AnswerRe: Just a C# application. Pin
Eddy Vluggen19-Apr-12 9:46
professionalEddy Vluggen19-Apr-12 9:46 
GeneralRe: Just a C# application. Pin
amx_tiger19-Apr-12 10:26
amx_tiger19-Apr-12 10:26 
AnswerRe: Just a C# application. Pin
Eddy Vluggen19-Apr-12 11:02
professionalEddy Vluggen19-Apr-12 11:02 
GeneralRe: Just a C# application. Pin
amx_tiger19-Apr-12 20:08
amx_tiger19-Apr-12 20:08 
GeneralRe: Just a C# application. Pin
Sentenryu20-Apr-12 1:29
Sentenryu20-Apr-12 1:29 
GeneralRe: Just a C# application. Pin
amx_tiger20-Apr-12 4:52
amx_tiger20-Apr-12 4:52 
QuestionProblems deploying Soap MTOM service WCF with Java Client Pin
sfinxrecord1319-Apr-12 5:10
sfinxrecord1319-Apr-12 5:10 
Hi all,

It's been few days I have interoperability issue with service WCF(MICROSOFT FRAMEWORK.NET 3.5)deployed in IIS 7.5 and Java client Unit Testing Spring Framework. The service uses a MTOM property to send attached file in the SOAP Header request.

To check if my WebService works well, I developed a C# client and it works, my client .net can communicate with my service .net.

But the goal is to call this service with Java client.
I've done two test, one with SOAPUI and I get this error message :
"IIS 7.5 Erreur détaillée - 400.0 - Bad Request"

and the other one is with a Java client I got the same error message.
I do not have any clue about where does it might come from?

Moreover, I enable Java client and server side, the MTOM property even in SOAPUI.

If anyone got an idea or a solution, I will really appreciate.

Thank you.

My Configuraion Binding Java client Side (Context File) :

<jaxws:client id="myService"
serviceClass="myServiceSoapBinding">
<jaxws:outFaultInterceptors>
<ref bean="clientWSOutFaultInterceptor" />
</jaxws:outFaultInterceptors>
<jaxws:binding>
<soap:soapBinding version="1.1" mtomEnabled="true" />
</jaxws:binding>
<jaxws:features>
<cxf:fastinfoset />
</jaxws:features>
</jaxws:client>
Questionappalication development Pin
ramnath_k19-Apr-12 4:37
ramnath_k19-Apr-12 4:37 
AnswerRe: appalication development Pin
JimmeP19-Apr-12 4:53
JimmeP19-Apr-12 4:53 
AnswerRe: appalication development Pin
phil.o19-Apr-12 5:00
professionalphil.o19-Apr-12 5:00 
AnswerRe: appalication development Pin
Wes Aday19-Apr-12 5:08
professionalWes Aday19-Apr-12 5:08 
AnswerRe: appalication development Pin
Pete O'Hanlon19-Apr-12 5:45
mvePete O'Hanlon19-Apr-12 5:45 
QuestionWindows Service Debug on VS2010 Pin
garfield18519-Apr-12 4:35
garfield18519-Apr-12 4:35 
AnswerRe: Windows Service Debug on VS2010 Pin
S@53K^S19-Apr-12 9:54
S@53K^S19-Apr-12 9:54 
GeneralRe: Windows Service Debug on VS2010 Pin
garfield18519-Apr-12 20:52
garfield18519-Apr-12 20:52 
AnswerRe: Windows Service Debug on VS2010 Pin
garfield18522-Apr-12 22:47
garfield18522-Apr-12 22:47 
QuestionHow to insert data onto database in c# Pin
jyoteermoy18-Apr-12 19:25
jyoteermoy18-Apr-12 19:25 
AnswerRe: How to insert data onto database in c# Pin
Harsha Dev18-Apr-12 19:47
Harsha Dev18-Apr-12 19:47 
GeneralRe: How to insert data onto database in c# Pin
jyoteermoy18-Apr-12 19:53
jyoteermoy18-Apr-12 19:53 
GeneralRe: How to insert data onto database in c# Pin
Richard MacCutchan18-Apr-12 20:53
mveRichard MacCutchan18-Apr-12 20:53 
AnswerRe: How to insert data onto database in c# Pin
Abhinav S18-Apr-12 19:49
Abhinav S18-Apr-12 19:49 
AnswerMessage Removed Pin
18-Apr-12 19:59
Harsha Dev18-Apr-12 19:59 
GeneralRe: How to insert data onto database in c# Pin
Abhinav S18-Apr-12 20:01
Abhinav S18-Apr-12 20:01 
GeneralRe: How to insert data onto database in c# Pin
Harsha Dev18-Apr-12 20:04
Harsha Dev18-Apr-12 20:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.