Hi,
does anybody know, how i could get all items from a SharePoint-List?
It should be possible to call the function getListItems() with 4 parameters.
One for the list where the information is stored in.
one for the query.
the third for the displayed fields.
and the fourth that specifies the number of rows to return.
My code is:
<cfob...
Ok here it goes, hope this is an original idea. Scenario is this. I have hosted a personal website, which contains a wordpress blog as well. I have a windows mobile connected to internet via GPRS.
I want to write an application for my windows mobile, which would track my current GPS coordinates (I don't have GPS but have figured out a w...
I'm struggling with the following problem:
I have a PHP-based web service which needs to be consumed by various
clients. As long as I keep things simple, everything works fine. I figured that Axis2 and .NET don't like soapenc:array definitions in WSDL, so I created list types for mapping object arrays:
<xsd:complexType name="CourseList...
So, I'm trying to use soap to communicate with a webservice and getting errors. What is frustrating about this particular issue is that it works perfectly fine with my local copy of the webservice (yes, I tried turning off my firewall) and used to work fine with a previous version of the webservice and client. I suspect I could (though...
For consuming a web service method using javascript in HTML,do we need to add any htc to the web directory?
...
I am current working on a task in which I am needing to call a method in a web service from a CLR stored procedure.
A bit of background:
Basically, I have a task that requires ALOT of crunching. If done strictly in SQL, it takes somewhere around 30-45 mins to process. If I pull the same process into code, I can get it complete in sec...
I'm building a new windows service with .net 3.5 and unlike 2.0 you cannot just add a web reference to a web service. Can you call a .net 2.0 web service from a .net 3.5 windows service?
...
I am a total newbie to the world of SOA. As such, I am looking at some "SOA frameworks/technologies", and trying to understand how to utilize them to build a highly scalable (Facebook class) website.
There are several "pains" I am trying to solve here:
Composability (+ managing dependencies, Pub/Sub)
Language-independence of services
...
I've got a simple C# web service proxy class that I created with WSDL.exe. I am invoking a method on the remote web service, and it is including a bunch of WS-Addressing and WS-Security headers that I do not want (and that the server is choking on). Here is an example of the raw soap request:
<?xml version="1.0" encoding="utf-8"?>
<so...
I have a WCF service which is used to add tenders to the database, which is MS SQL Server 2005. WCF uses LINQ-to-SQL.
Each tender can have a lot of documents and a lot of items. The customers can add one object per service call. That is, the do something like this:
TendersServiceClient service = new TenderServiceClient();
service.Begi...
hi,
i am really confused here, as i read many places, Update panel makes a full post back, and i have somehow understood that web serivces are much much better for performance, so if i am developing my site should i user web services or normal functions like the following
protected void Page_Load(object sender, EventArgs e)
{
GetD...
Hi,
I'm trying to build a PHP webservice for an iPhone project I'm developing. I need to be able to send an image (picture) to the webservice, where I'll then store this in a database. I also need to write a service that will, of course, return this data when requested.
I'm not sure where to start though. I've 'googled' for how I can b...
I am working on a web application that consumes a web service. Web service is written in .NET.
I want to know whether using a reference parameter for a Web method is a good practice or not?
...
I'm trying to send a SOAP request to a 3rd party web service. I've successfully send and received data from other interfaces in the same service, but I'm having problems with this particular one:
<SP_GoodsMovement xmlns="http://services.hnseu.com">
<GoodsMoved xmlns="http://tempuri.org/SP_GoodsMoved.xsd">
<SerialNumberedGoo...
I am getting this error message in the web service when i am updating the reference
Cannot serialize member System.ComponentModel.Component.Site of type System.ComponentModel.ISite because it is an interface.
Why is this happening?
...
We have a winform application that needs to display some results calculated on the DB that exists on a server.
In the current solution, we have a VPN connection that connects us to the server database, we query the data from the server DB using a normal SQLConnection . We get the data, then we do the calculation at the client side
For b...
Hi all.
For our large C++ based project we now have a method to automatically generate code to expose our code as SOAP methods. This works really well, and we are planning to start implementing an RIA based application using Adobe AIR / Flex based on the API's we have exposed.
The question I have is about organizing SOAP webservices...
Hi
How I can add Webservice to WinForm ?
I do not have this Option, why ?
thank's in advance
...
I have a web service I'm trying to use on one of my sites. When I call the web service (which is created in C#) I get an error on several lines where try to execute an SP, which was created as an assembly. This web service works on our development environment but not on live. Our live and dev environments run on the same server, but diff...
I'm running a WCF service in IIS7 with Username authentication and Message Security.
A client wants but develops using GRAILS. How do they go about connecting and authenticating with the service?
Any information would be greatly appreciated thanks.
...