Hello,
I am trying to use the Call Web Service smart service in a process, but I have the problem that the WSDL URL is too long and I am unable to insert it in the field completly. I am trying to use the dynamic WSDL URL but it retrieves an error.
Any idea? Thank you
Discussion posts and replies are publicly visible
This error is not about the dynamic URL, but about the static one.
This service uses the first URL to set up the service. This must point to a correct WSDL. Then you can use a dynamic URL to make the smart service call individual webservices. But these must use the same data structure.
The issue there is that the static URL is too long, and it does not fit in the static WSDL URL field. We would like to not use the dynamic URL, but seems we are forced to
What do you mean with "too long"? Did you get an error message stating that?
There is a limit of characters (seems 200) and my url has like 250 characters. When I try to paste it, some end characters are not included