Trying out BizTalk with a web service call ...
The request/response is working fine on my own dev machine, but not on test ...
Exported the MSI over to my deployment test server (a seperate virtual), created the application with the Application/Import and then tested it to find it not working ...
- checking the event log and it's show...
I do a mobile application which the user can use it get the required place’s number. The user must select the appropriate city and category to get the place’s information. All the information stored in the database.
What I want to know that ..
1) What is the benefit from the web service?
2) How to connect the web service and MySQ...
Why does this WSDL file generate an empty service proxy in VS2008?
If you look at the Reference.cs file generated, it's empty. Any ideas?
...
Ok...before you balk at the title, I know it is very cliche but I used the term Web 2.0 because it will help you understand what I am trying to do - i.e. I want to build a company that builds web applications, or desktop applications that interact with 'the cloud', or some derivative thereof.
So the question is, where can I learn all th...
I have taken the code from the SDK and made just one modification to set the authentication type but when I try to connect I get an "Unauthorized" error.
My code is:
// Set up the CRM Service.
CrmAuthenticationToken token = new CrmAuthenticationToken();
token.AuthenticationType = 2;
token.OrganizationName = "TESTCRM";
CrmService serv...
I've written an ASP.NET webservice (.asmx style rather than WCF) and I have the main web methods working now in my prototype enviroment. Now I need to add several new parameters to one of the webmethods but, more significantly, I need to make my webservice as "consumable" (callable) as possible from a ColdFusion web application. I'm conf...
I'm refactoring the way the client code for a bottom-up web service is built. The existing build creates the Java client code by using a deployment of the web service on JBoss 4.2 and executing the Axis 2 AntCodegenTask against http://devserver.url?wsdl. This method fails if the development server is down or has outdated wsdl. (Crusie...
I am currently developing a WPF client application which uses Linq-to-SQL for the typed table objects and to wrap around an abundance of CRUD stored procedures in a MS SQL database on an external server. I do not foresee manipulating data directly via the context, only the stored procedures.
My two biggest concerns are:
1) Database secu...
In MS's Visual Web Developer, I have a completely default ASP.NET web service project and another project. When use the right click menu on the second project to run "Add Service Reference", I can find the first project listed as an option but I get an error when I attempt to select it, I get an error
Metadata contains a reference that...
This is a weird one...
With the help of people here, I've got my iPhone app posting to TwitPic successfully - and when I first got it working, I could see an XML result being returned too...
But for some reason over the past two days, the API call seems to succeed - the pic appears on TwitPic - but... the response seems to be empty...
...
(Yes, I'm disgruntled, irritated and argumentative, OK I'm venting a bit here at the top, but my actual question is objective, I promise <g>)
Venting
I've just spent the last 2 weeks touring many aspect of WCF and now ASP.NET web service. This was done via. the Get Error/Google Error/Fix Error (maybe)/Repeat cycle. After hours of that ...
Which is the better approach to developing web services; contract first or contract last?
What are the advantages and disadvantages of each?
Which do you have experience with?
EDIT
This question is about the implementation of a web service (read: SOAP)
The question is whether the implementation classes should be coded first and the WSD...
I have this webservice which is sucking in data about exchange rates, my problem with it is it takes alot of time to load. So i want to get the data loaded async but when i call the GetRatesASync() method it says
"Asynchronous operations are not allowed in this context. Page starting an asynchronous operation has to have the Async a...
I want my application send a report when it crashes. I find that using web service is the best solution but I've never create a web service before and after it created, how to make it work? Somebody help me please!!! (sorry for my bad english)
...
hi all,
hope someone can help with something that is really budding me.
i have a smart client, a couple of web services and some DLL's.
the dll's are essentially forms and controls. the dll's reference the web services within themselves.
the problem i have is how to change the references to the web services IN THE DLL's dynamically as ...
Hello!
Im trying to develop an server /client application. The server will be a bunch of webservices, the idea was to expose methods like:
Company GetNewCompany(); //Creates an new Company Object
Save(Company C);
CompanyCollection GetCompany(Query q);
Where Query object is part of Subsonic 2.1. But the problem is that SubSonic is not ...
I'm creating a web app that runs on Google App Engine. I'm also developing a desktop client that needs to access/update data on the webapp.
I would like to create a web sevice api between the server and the client. What would be my best options?
According to GAE the do not support RMI og JAX out of the box.
...
WS-DM is a web services equivalent of JMX. I am looking for an open source implementation...
...
I have two WCF apps communicating one-way over named pipes. All is nice, except for one thing:
Normally, the request/response cycle takes zero (marginal) time. However, if there was a time span of, say, half a minute without any communication, the request/response increases up to ~300-500ms.
I looked around the net and I got the idea of...
Hi, I am going crazy starting off with Web Services. I am trying to call the following WSDL using PHP and keep getting nowhere:
http://webservices.sabre.com/wsdl/sabreXML1.0.00/usg/SessionCreateRQ.wsdl
I found the following piece of code on the net, from someone with similar problems, but I could not get it to work either:
$soap = new...