You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created packages based on WSDLs for both the client and server. I'm creating a server that listens for requests from clients and would like to parse those requests to create the responses, based on data in them.
I not sure how to use the created classes to do the parsing. Can anyone give a few pointers?
The text was updated successfully, but these errors were encountered:
I think I understand the problem now. It seems that the generated classes are always for client calls to the server. Is there a way to generate responses as the server using the SoapServer class?
I have created packages based on WSDLs for both the client and server. I'm creating a server that listens for requests from clients and would like to parse those requests to create the responses, based on data in them.
I not sure how to use the created classes to do the parsing. Can anyone give a few pointers?
The text was updated successfully, but these errors were encountered: