asically ignoring the schema and only
> processing the elements it understands. Clients using tools which take the
> schema more seriously will fail with your added data.
>
> - Dennis
>
>
>
> On 03/02/2011 12:09 PM, Buddhike de Silva wrote:
>
> Thanks Josef. I like yo
ver.
>
> Now it is up to you to add more nodes to this OMElement and send it to the
> server, and receive one from the server. If that works record what is
> exchanged an make the same between a WCF Client and a WCF Server. Then take
> a look at the difference using a SOAP Monitor or a
2 download, or you can try my code from this
> article: http://www.ibm.com/developerworks/java/library/j-jws8.html I
> haven't tried the code from the article with the latest Axis2 releases, but
> hopefully it'll still work correctly.
>
> - Dennis
>
>
>
&
lt.html>
> Axis2/CXF/Metro SOA and Web Services
> Training<http://www.sosnoski.com/training.html>
> Web Services Jump-Start <http://www.sosnoski.com/jumpstart.html>
>
> On 02/28/2011 10:17 PM, Buddhike de Silva wrote:
>
> Anyone? (please... :-))
>
> On Sun, Feb 2
Anyone? (please... :-))
On Sun, Feb 27, 2011 at 4:28 PM, Buddhike de Silva <
buddhike.desi...@geeksdiary.com> wrote:
> Hi All,
>
> We are doing some interop tests between Axis and WCF. In our WCF service we
> have a type like this.
>
> [DataContract]
>
&
Hi All,
We are doing some interop tests between Axis and WCF. In our WCF service we
have a type like this.
[DataContract]
public class CompositeType
{
[DataMemeber]
public bool BoolValue {get; set;}
}
That results in a schema similar to the following.
We can generate Ax
from happening? Thanks.
Cheers,
-Buddhike
> Buddhike please ask on the user list in Axis .. IIRC some optional stuff is
> fine but it depends on what deser approach is used.
> Sanjiva.
>
> On Fri, Feb 25, 2011 at 3:54 AM, Buddhike de Silva
> wrote:
>>
>> Hi Sanjiva,