aspose file tools
The moose likes Web Services and the fly likes How to handle xsd:anyType with Message Style web services ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How to handle xsd:anyType with Message Style web services ? " Watch "How to handle xsd:anyType with Message Style web services ? " New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to handle xsd:anyType with Message Style web services ?
 
Similar Threads
creating a SOAP request from WSDL
howto drop operation name from message for wrapped document style wsdl
How do I consume Web Services in Swing
Strange behavior with input parameter valuse during web service invocation
Axis and Document/Literal web service