Guest
(Guest)
June 20, 2007, 5:18pm
1
We are having File Server in windows from their we are trying to pick the PDF file by using pub.cint.http service in webMethods (6.1version)which is in UNIX we are receiving the following error message
com.wm.app.b2b.serviceException:
com.wm.net.NetException: [ISC.0064.9314] Authorization Required
Unauthorized
But we are able to pick the PDF file from File Server in windows through Internet Explorer which is in windows by using same URL, username and password.
Thanks
Kambam.
Try use Authentication=Basic in the http service set under auth var.
HTH,
RMG
Guest
(Guest)
June 20, 2007, 6:25pm
3
Hi,
Thanks for your reply.
I tried by giving Basic in type variable but still we are receiving the same error.
Thanks,
Kambam.
Guest
(Guest)
June 21, 2007, 9:56am
4
Hi,
I tried by giving the following parameters
URL:[url]http://xxxxxxxxxx.com/XX/XX/xx.pdf[/url]
methode :get
loadas :bytes
auth/type :Basic
auth/user :xxxdom\xxu002
auth/pass :xxxxxxx
Still we are receiving the same error
com.wm.app.b2b.serviceException:
com.wm.net.NetException: [ISC.0064.9314] Authorization Required
Unauthorized
Please provide your precious inputs
Thanks,
Praveen
wwt_user
(wwt_user *)
July 12, 2007, 8:59pm
5
Praveen:
Your issue that was causing the following error:
com.wm.net.NetException: [ISC.0064.9314] Authorization Required
Was is ever resolved …
If yes, can you tell me what was the resolution.
I am having the same issue posting an xml to one of our partners.
Thanks !
wwt_user
reamon
(reamon)
July 12, 2007, 9:19pm
6
If you’re trying to use Windows domain credentials to access IS, it won’t work. You’ll need to specify an IS username/password.