| Author |
How to handle xsd:anyType with Message Style web services ?
|
Rr Kumaran
Ranch Hand
Joined: Sep 17, 2001
Posts: 548
|
|
I have a message style web service with 2 operations like below : server-config.wsdd How to handle xsd:anyType with Message Style web services ? CatalogPublisherService.wsdl As you can see in above wsdl the input to the methods are xsd:anyType. Now say if I want to use the wsdl to generate the stubs and use those stubs to call the actual service then what type of objects do I need to create and pass to the service ? I am confused here since finally I want to give my wsdl to .NET client and wondering how he'll be calling my service using my wsdl. I am successfully calling the service by using DII approach rather than stub appraoch in my client program. Thanks in advance.
|
RR Kumaran
SCJP 1.4
|
 |
 |
|
|
subject: How to handle xsd:anyType with Message Style web services ?
|
|
|