PackageGenerator icon indicating copy to clipboard operation
PackageGenerator copied to clipboard

How do I use the classes to parse SOAP?

Open TechOverflow opened this issue 5 years ago • 2 comments

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 avatar Jun 06 '20 07:06 TechOverflow

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?

TechOverflow avatar Jun 06 '20 19:06 TechOverflow

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

mikaelcom avatar Jun 09 '20 22:06 mikaelcom