Codeunit based SOAP Webservice with XmlPort arguments

Hugo4711Hugo4711 Member Posts: 6
My function looks like this: customerprice(VAR Response : XMLport "Response Port";Request : XMLport "Request Port").
I have no idea on have to handle these XmlPorts in C# when creating a test program. Any ideas on how to get them from and to xmlDOMDocuments?
Sign In or Register to comment.