If I pass the string above into SoapUI it works as expected and I can create a request based on the output it gives me. I just replace the ? with the sentence I want to use with the API.
Thank you I did not realize I could use a saved wsdl like this! That being said it is still giving me an error. Did it work when you tried it? Still works in soap UI
It only excepts .wsdl files it will not let me pick it if it is an xml
Yes, it is working in soap UI, looks strange and when I tried to search the error , I found some thing like service reference is missing. Don’t know exactly what to do in UiPath, but when i run it in visual studio, it is still working for me.
Sorry @LeftBrainCo …Will let you know if I find anything
I noticed it shows the error below when using the file. It looks like it is trying to use the prefix tns:http instead of just the tns. tns is defined but for some reason it is taking the http as part of the defined element. Not sure why that would be though, as that is a bit above my knowledge base.