Unable to pick the PDF File by using HTTP Service

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

Hi,

Thanks for your reply.

I tried by giving Basic in type variable but still we are receiving the same error.

Thanks,
Kambam.

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

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

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.