hi friends i am trying to solve how i can access the halo reach api for get states bungie has released a api for this here is the link http://www.bungie.net/fanclub/statsapi/Group/Resources/Article.aspx?cid=545064
how can i access this service via php and display some stats need help thanks
i am trying like this
<?php
require_once('...
Hi,
I am looking for some good starting point for developing web-service.
I have one application which has C++ library support using which I can get all the details of the product.
I am supposed to write web service SDK for the same.
Any help.
...
I have two web services that return the same type.
It doesn't work... it generated proxies for each and sees them as two different types.
What are the typical causes for this?
Do I need to be using WCF for this to work?
...
Hi,
I am totally new to Spring Web Services and so what concept should I start concentrating on and where should I be looking for them and in general what steps would you recommend to get to speed with Spring Webservices Module.
Note: I have an requirement to build Web Service for and consume Web Service from different application an...
Am I missing something? I'm trying to do a simple ajax call using jquery to a web service on my site and I get a 500 error every time when I make the call from the master page. Has no one ever made an ajax call from a master page or am I just crazy and extremely deprived of sleep?
Example:
MasterPage.master
<script type="text/javasc...
I am writing a proxy service for caching the queries that my mobile app makes to webservice. (like a man in the middle)
The task of proxy site I have built is pass the query it gets from the app onto third party webservice and save the response from the third party webservice as an XML file and for all subsequent calls for the same que...
Hi All,
I want to have an class like this,
public class Apple
{
public string Size { get; set;}
public string Colour { get; set;}
public string Shape { get; set;}
public int appleId { get; set;}
}
I want to expose that over web services using some web methods like this,
public void AddApple(Apple apple)
{
}
public A...
I want to call a web service in my java application. How do I achieve this? I'm new to web services.
...
Is there any framework, which generates fault-tolerant web service clients? That means I don't have to regenerate the classes because of minor changes. Any programming language would be fine as a source of inspiration.
Following changes of the web service shouldn't need a regeneration of the client:
New optional method parameters.
Man...
Is anyone familiar with this issue, I seem to get it every now and then in my web service client:
The underlying connection was closed: An unexpected error occurred on a receive. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. at System.Net.HttpWebRequest.GetRequestStr...
When I call a web service data does not come in the proper way. Some blocks are there string, integer, chars are there means mixed data in json form.
1) When I use this approch to convert the data...
StringBuffer sb = new StringBuffer();
byte[] buf = new byte[256];
int n = 0;
...
Hi,
Well We have situation to decide now. I thought stackoverflow is best place to discuss.
Background:
We have 2 JVMs Enterprise Application server and one application deployed on each of them. we need to enable the business functionality invocation from one machine to other. Let assume one is client and another is server.
Now from ...
Hi
First, take a quick look at my other question (part 1). It tells of how I want to call web services on a Cisco router (The Web Services Management Agent - WSMA) from .NET 4 using WCF.
I have applied Ladislav's technique, and gotten very far. However, I'm now at a stage where I'm pretty confident that I'm sending well-formed SOAP req...
My existing web application gets database pooling parameters from context.
Now, I'm developing a new web service to be deployed as a separate application, but using the previous database.
In this new web service application, I am not using any servlet, as well as JSPs. They'll just be a collection of service classes. In such a case, how...
Hi all,
I have a collection of WCF web services that share a common DTO model.
The problem is that when I add service references in Visual Studio 2010, the proxy generated for each of the web services has its own namespace (internal to the solution), meaning that I essentially have duplicate DTO's on each of the service references.
I...
Hi friends,
I am working with coneect to SOAP webservice from iphone. I cant connect with the web service. Here i had included my code. Please help me to solve the problem.
NSString *soapMessage = [NSString stringWithFormat:
@"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
"<SOAP-ENV:Envelope \n"
"xmlns:x...
How can I force my .Net application to establish connection with some Java Web Service using TLS instead of SSL ?
Proxy to Web Service is generated as standard Web Reference (not WCF).
Web Service url is https://........ .
Some details:
From my .Net 4.0 application I'm invoking Java Web Service hosted on JBoss & Redhat.
This web servi...
I've noticed that the WCF proxy generator is not generating the "specified" property flags for string fields
EG When I have two fields on a complexType specified in the WSDL:
<xs:element name="testStringField" type="xs:string" minOccurs="0" />
<xs:element name="testDecimalField" type="xs:decimal" minOccurs="0" />
the proxy generato...
I am trying to mock up a java web service that isn't complete but has been designed, i.e. I have the wsdl.
I've implemented a .net web service with the classes and methods required with the same names, etc.
However when I request the wsdl from the .net web service, the proxy classes generated contain the suffix "Soap", .e.g instead of ...
Hi all,
The question regarding the Umbraco CMS:
I have to setup public access for particular document (a blog, for example) programmatically - using web services exposed by Umbraco (Document service, Member service, etc.). I suppose that services are suitable for CRUD operations only, but I am not sure, as they let setting document pro...