|
Rob-
This is a Shot in the dark but why not use AXIS 1.3
to ensure compat with NET 2.0 framework
go to server-config.wsdd with which you are deploying the services verify these parameters to ensure compatibility with NET <global-configuration>
<parameter name="enable2DArrayEncoding"
value="true"/>
<parameter name="dotNetSoapEncFix"
value="true"/>
</global-configuration> redeploy the AXIS 1.3 service so that it will
pickup the new parameters
Finally when client is constructing the call the 3rd parameter is encoding and I suspect this is NOT the encoding that is supported by the service this is identified as the encoding attribute from the wsdl such as encoding="UTF-8" Unfortunately without the WSDL you're flying blind.. Taking a quick peek at available charactersets I see UTF-8 and UTF-16 a
more or less comprehensive list is located at http://www.oracle.com/technology/tech/xml/xdk/doc/production10g/doc/c/Getting_Started_C.html
I dont see any implementation of UTF816 which I would assume uses a
transcoder
Finally if you dont need DBCS why not use UTF-8 supported here
Anyone else?
M- *********************************************************************
This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you.
*********************************************************************
This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you.
|
Title: HOW TO: get axis2 client tcp to find Addressing module
- Re: axis2 client to WinFX service via tcp [was RE: HOW TO: g... Martin Gainty
- RE: axis2 client to WinFX service via tcp [was RE: HOW ... DeRemer, Bob
- Re: axis2 client to WinFX service via tcp [was RE: ... Martin Gainty
- RE: axis2 client to WinFX service via tcp [was ... DeRemer, Bob
