R
Richard
All,
I need to construct, send, receive, and unpack a DIME
package from a C# client talking to an ASP .NET/C# Web
Service. Three questions, question #2 I'm absolutely
clueless on and so I could really use a snippet or a link
to an MSDN article for #2:
1) I've got an MSDN article that describes the DIME
package structure well enough that I can write
construct/unpack if need be, but does anybody know of a
Framework class or a freebie that will save me the trouble?
2) HELP: This is my very first full day of Web Service
programming. I got hello Web Service working to the point
where I can send a string with the request. Anyway, does
anybody have a code snippet or advice on how I can turn
hello Web Service with a string into "hello DIME package"?
3) DIME best practices. Are there "best practices" when
working with DIME and Web Services? In reality I would
like to send a string argument and a DIME package to the
server - is it preferred that I embed the string in the
DIME package or is it ok to have a string and a DIME
package sent in a SOAP request? Any advice is most
welcome..
--Richard
I need to construct, send, receive, and unpack a DIME
package from a C# client talking to an ASP .NET/C# Web
Service. Three questions, question #2 I'm absolutely
clueless on and so I could really use a snippet or a link
to an MSDN article for #2:
1) I've got an MSDN article that describes the DIME
package structure well enough that I can write
construct/unpack if need be, but does anybody know of a
Framework class or a freebie that will save me the trouble?
2) HELP: This is my very first full day of Web Service
programming. I got hello Web Service working to the point
where I can send a string with the request. Anyway, does
anybody have a code snippet or advice on how I can turn
hello Web Service with a string into "hello DIME package"?
3) DIME best practices. Are there "best practices" when
working with DIME and Web Services? In reality I would
like to send a string argument and a DIME package to the
server - is it preferred that I embed the string in the
DIME package or is it ok to have a string and a DIME
package sent in a SOAP request? Any advice is most
welcome..
--Richard