Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I use the classes to parse SOAP? #216

Open
TechOverflow opened this issue Jun 6, 2020 · 2 comments
Open

How do I use the classes to parse SOAP? #216

TechOverflow opened this issue Jun 6, 2020 · 2 comments
Assignees

Comments

@TechOverflow
Copy link

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?

@TechOverflow
Copy link
Author

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?

@mikaelcom
Copy link
Member

Did you try instantiating a generated class then pass it as the response to SoapServer ?

@mikaelcom mikaelcom self-assigned this Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants