In the API you don’t specify the user id and password via the base URL- though it might work.
there are a couple of interanl properties of the TaminoClient object for the user id and the password-you can set them with the method setHTTPuser
void setHTTPuser(java.lang.String userID, java.lang.String password)
Set HTTP user ID and password.
This is used in Basic Authentication.
If it desn’t work tell us.
If setting the security info in the URL works
tell us too .-).
I’ve used this URL technique with FTP but I didn’t know you could do it with http
#API-Management#webMethods#webMethods-Tamino-XML-Server-APIs