Hi Srinivas,
the projects I worked on were axis2 only, and as such were configured
by service.xml files not by .WSDD files. Also the .NET server and
clients were down by other shops - I only developed the Java Axis2
clients and servers in both cases.
Srinivasa Rao K wrote:
Thanks Ants,
The web services already implemented using RAD6 and are in production.
Now one of the
clients trying access them from .Net/C#.
Is the below wsdd config(sample) fine for .Net/C#?
<service name="mydexlit" provider="java:RPC"
style="wrapped" use="literal">
<parameter name="allowedMethods" value="myProcess"/>
<parameter name="wsdlPortType" value="MyService"/>
<parameter name="className" value="com.mypack.MyWSService"/>
<parameter name="wsdlServicePort" value="mydexlitport"/>
<parameter name="wsdlTargetNamespace" value=" http://xxxxx/WS/services/myexlit"/>
<parameter name="wsdlServiceElement" value="MyService"/>
<typeMapping
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle="" qname="ns2707:Fudge"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
type="java:xxxx.Fudge" xmlns:ns2707=" http://xxx.xxx.xx"/>
.
.
.
</service>
The deserializer and serializer okay? Any hints on Array type in
WSDL file for .Net/C#?
Thanks,
Srinivas
I
recently have done two different interop projects between Axis2 and
.NET, from both client and server ends in both cases with no problems.
The key thing that made it quick and painless was to make sure the
projects are done contract-first, so you both start from a common wsdl
and generate your code from them.
Ants.
Srinivasa Rao K wrote:
Thank you very much, Anne!
Apart from this Style/Use, anything else we need to take care,
like namespaces etc?
I really appreciate if you refer me any doc/url for this implementation.
Thanks,
Srinivas.
Anne Thomas Manes <[EMAIL PROTECTED]>
wrote:
Srinivas,
This configuration is not valid:
...encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
.../>
You cannot use SOAP encoding with document style.
For best interoperability with .NET, use this configuration:
Anne
On 7/16/07, Srinivasa Rao K <[EMAIL PROTECTED]>wrote:
> Hi,
>
> I need some help on Web Services Interoperability.
> We have an applicati0n on WebShphere 6 (RAD Development
environment) and Web
> Services are working fine with Java(Axis) Client environment. But
one client
> is trying to access the same services from .Net/C# environment and
we are
> not successful.
>
> WSDLs:
>
> The WSDL fils are generated dynamically and we have one service
with 4
> different names
> and in each service Style/Use and encoding are different,
configuration in
> server-config.wsdd
> file as follows:
>
>
>
> ...encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
> .../>
>
>
>
>
>
>
> encodingStyle="http://schemas.xmlsoap.org/soap/encoding/".../>
>
>
>
>
> All these 4 services point to a single service.
>
> Now my question is, which WSDL file generated out of the four
services
> should be used
> for .Net/C# client. Any additional things need to be done for this
> interoperablity?
>
> I really appreciate any kind of help regarding the same.
>
> Thanks in advance.
>
> Regards
> Srinivas.
>
>
> ________________________________
> Get the free Yahoo! toolbar and rest assured with the added
security of
> spyware protection.
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]>
Finding fabulous fares is fun.
Let
Yahoo! FareChase search your favorite travel sites to find flight
and hotel bargains.
-- Anthony ------------------------------------- Anthony Bull Senior Developer Black Coffee Software Ltd PO Box 10-192 The Terrace Wellington, New Zealand [EMAIL PROTECTED] Ph +64 4 472 8818 Fax +64 4 472 8811 Mobile 021 303 692
------------------------------------- www.bcsoft.co.nz --------------------------------------------------------------- This email may contain confidential or privileged information, and is intended for use only by the addressee, or addressees. If you are not the intended recipient please advise the sender immediately and do not copy, use or disclose the contents to any other person or organisation. Black Coffee Software Ltd accepts no responsibility for viruses received with this email, or to any changes made to the original content. Any views or opinions expressed in this email may be personal to the sender and are not necessarily those of Black Coffee Software Ltd. ---------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For
additional commands, e-mail: [EMAIL PROTECTED]
Get
the free Yahoo! toolbar and rest assured with the added security of
spyware protection.
--
Anthony
-------------------------------------
Anthony Bull
Senior Developer
Black Coffee Software Ltd
PO Box 10-192 The Terrace
Wellington, New Zealand
[EMAIL PROTECTED]
Ph +64 4 472 8818
Fax +64 4 472 8811
Mobile 021 303 692
-------------------------------------
www.bcsoft.co.nz
---------------------------------------------------------------
This email may contain confidential or privileged information,
and is intended for use only by the addressee, or addressees.
If you are not the intended recipient please advise the sender
immediately and do not copy, use or disclose the contents to
any other person or organisation.
Black Coffee Software Ltd accepts no responsibility for viruses
received with this email, or to any changes made to the original
content. Any views or opinions expressed in this email may be
personal to the sender and are not necessarily those of Black
Coffee Software Ltd.
---------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
|