Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I will received this xml message and trigger another invent based on the Boolean value as long xml message match the format I will return the same xml message or if it don't match return error. I just do not how to create this function in my web service. Any help will be greatly appreciated.
Thanks in advance



XML
<modulecommunication>
   <received>true<\received>
<\modulecommunication;
Posted
Updated 8-Mar-15 4:31am
v2
Comments
Maciej Los 8-Mar-15 15:40pm    
What have you done? Where are you stuck?
Member 11493000 8-Mar-15 16:50pm    
I have the following code as a string and it will not accept the entire xml message
<webmethod()> _
Public Function HelloWorld(id As String) As String

Return (id)

End Function

1 solution

The question is too vague to answer it directly, because you did not provide any information about techniques...

I'd suggest to read the documentation:
Web Services in Managed Code[^]
XML Web Services Created Using ASP.NET and XML Web Service Clients[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900