H
Hennesey
Hello all,
we have business logic implemented in JAVA and a frontend application
implemented in .NET.
I have no problem deploying a web service with simple data types like
"GetNumberOfCustomers() as Integer"
But what is the best way to return complex data types. If I have .NET
on both sides I would use a Dataset like that:
"GetCustomerList() as Dataset"
But we have to be interoperable. So I guess the best would be to return
a XML-string like that:
"GetCustomerList() as String"
To define the return value in more detail, I guess it would be good to
define a XML-schema, or?
But how do I assign my Web Method a specific XML schema?
Maybe you have a code sample?
Thanks in advance.
Best regards,
Uli
we have business logic implemented in JAVA and a frontend application
implemented in .NET.
I have no problem deploying a web service with simple data types like
"GetNumberOfCustomers() as Integer"
But what is the best way to return complex data types. If I have .NET
on both sides I would use a Dataset like that:
"GetCustomerList() as Dataset"
But we have to be interoperable. So I guess the best would be to return
a XML-string like that:
"GetCustomerList() as String"
To define the return value in more detail, I guess it would be good to
define a XML-schema, or?
But how do I assign my Web Method a specific XML schema?
Maybe you have a code sample?
Thanks in advance.
Best regards,
Uli