Access Sharepoint site using SOAP request in unix


 
Thread Tools Search this Thread
Operating Systems Solaris Access Sharepoint site using SOAP request in unix
# 1  
Old 07-23-2012
Access Sharepoint site using SOAP request in unix

Hi,

We are using a java application
Code:
(Java 6 , Using JAX-WS 2.0 to Create a Simple Web Service) 

that accesses SharePoint API through web services. We were able to get the data in windows and do all operations the API allows.


When we deploy this application on UNIX environment
Code:
(Solaris 10)

we are getting
Code:
"401 unauthorized" 

error.


So How do i make my application run in unix?
Please do the needful.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Regarding not able to access UNIX.com site

Hello MODs/Admins, Could you please help me here as from last 6 to 7 days I(and checked with my fellow friends too) am not able to access unix.com site at all. It is very very slow, it never loads completely. Even I checked with different people and different computers it results same only,... (8 Replies)
Discussion started by: RavinderSingh13
8 Replies

2. Web Development

Error on executing soap request using Curl command

hi, i have curl command to POST a soap request to web service. I have a file (query.xml) which has all the soap message attached to it I just don't seem to be able to properly post it. curl command curl -s -H "Content-Type: text/soap+xml;charset=UTF-8" -H "SOAPAction:" -d @query.xml... (2 Replies)
Discussion started by: siramitsharma
2 Replies

3. IP Networking

iptables allow access to one site

Hi all I need help with a set of iptables rules that would allow a portion of a bank of ipaddresses acces to only one or two named wbsites. Please advise Thank You Ed (3 Replies)
Discussion started by: wa1ed
3 Replies

4. Shell Programming and Scripting

load file to sharepoint using unix

I have a requirement to upload a file to the MS sharepoint site using unix or any other programming language. Does sharepoint support ftp? I heard it doesn't ...is it true...if yes is it different from what regular ftp we use....is there any other programming way out to upload the file to... (1 Reply)
Discussion started by: RubinPat
1 Replies

5. IP Networking

port access to site to site VPN

Setup a site to site VPN between two cisco routers. One of the site locations is unable to access ports such as https://example.com:9001 How do I let them go into port 9001? They can ssh, ftp, telnet and everything else. Is this a VPN issue or ACL access issue? I put permit ip host... (0 Replies)
Discussion started by: photon
0 Replies

6. Shell Programming and Scripting

Access Sharepoint via perl

Hi All, I like to know if there is any module/package in perl to connect to a sharepoint? Please help!!! Thanks, TC (0 Replies)
Discussion started by: tcomku
0 Replies

7. Solaris

no SOAP encoding under unix?

Under Unix however we had many many many many problems. We had to use Ansi2utf8(), repstr() and XMLval() to prevent "Invalid token" errors. And because we didn't know what the raw XML result was, it allways was a big problem to find the cause of it. (0 Replies)
Discussion started by: devotedsinner
0 Replies

8. UNIX for Dummies Questions & Answers

how to upload files on unix to SharePoint

Hello, I would like to upload text files in my unix directory to a folder in the SharePoint webserver, but have no idea to how do it. I was thinking of using ftp to send files from unix to SharePoint server. However I have heard that the files on the SharePoint are not physically saved on a... (3 Replies)
Discussion started by: sheldonwang
3 Replies
Login or Register to Ask a Question