Is there a way when creating web services to specify the types to use? Specifically, I want to be able to use the same type on both the client and server ... |
Note: I am just consuming webservice I have no control over webservice code.
So in .net 2.0 I reference the webservice and see a class in the webservice namespace, say foobar. It's ... |
I have this in some WSDL:
<element name="startDate" type="xsd:dateTime"/>
<element name="endDate" type="xsd:dateTime"/>
Which results in the following text in the SOAP envelope:
<startDate>2008-10-29T12:01:05</endDate>
<endDate>2008-10-29T12:38:59.65625-04:00</endDate>
Only some times have the milliseconds and zone offset. This causes me a ... |
I have a web application I'm deploying at multiple clients. Each client will be consuming a web service that was developed by a third party and is hosted at each ... |
I have been trying to encrypt soap message and send to the server, so that the server can decrypt, process the message, encrypt the response again and send back to the ... |
I haven't really looked into the new .NET stuff since 2.0, but I'm wondering what the preffered way is for creating Web Services is now (SOAP, not RESTful). I remember ... |
I'm building a traditional ASP.NET Web Service -- the style built using asmx. It's a pretty simple service. I started using the new Ado.NET Entity Framework for my persistence ... |
|
I am converting a SOAP toolkit 3 Vb web service to a .Net web service. I have a requirement where in I want to pass a two dimensional variant array to ... |
I have an old VB 6 Application. I now want to access a Web service/web method in it, I am using MSSOAPLib30 DLL for the interaction.
Everything is fine with the simple ... |
Sorry if this issue has been beaten to death, but I can't seem to find a good answer to my question.
I have written a .NET 2.0 client that consumes a web ... |
I assume somehow you can user an XmlReader to read the envelope from an XmlDocument. Does anyone have a good example how? I want to simply extract the entire ... |
I've been supplied a web service by a colleague that I tested by creating a quick .net3.5 project. the service exposes a simple method that returns a DataTable and everything ... |
It appears that .NET 3.5 is enforcing the SOAP 1.2 schema when dealing with web services, even if the service specifies SOAP 1.1 in the schema for the SOAP envelope. ... |
It possible turn off soap extension on webmethod ?
Something like this :
[WebMethod]
[SoapExtensionClass]
public void func()
{
...
|
I am looking for a library or code snippet to allow me to serialize and de serialize an object into a SOAP representation. Similar to what the .NET SoapFormatter does ... |
I have an existing xml document with music playlist information, which is read into a GridView control in Visual Basic. I am now wanting to save any updates in the GridView ... |
We have an ASP.NET web application running in IIS that uses the SoapHttpClientProtocol class to make SOAP calls. In the last few days several XP machines have started to report timeout ... |
I set up Open-xchage(wrote on Java) on openSUSE and installed SOAP extension on it. Then i tried to generate web referense in vs2008, but it doesn't work. Can I generate WebReferense ... |
I have a webservice (out of my control) that I have to talk to. I also have a packet-sniffer on the line, and (SURPRISE!!!) the developers of the webservice aren't lying.
They ... |
How can I call a web service directly without using soap?
I basically want to use the web service like a class library and have the same performance as if it was ... |
How do I get radar images to a .Net program using this service: http://www.nws.noaa.gov/forecasts/xml/
I literally have no clue where to start. If someone could provide some sample code or ... |
Alright...I have kind of a big quesstion...ok here goes...Usually if i understand it well...web services work in a way that i write a method to get some data from the database ... |
My application has its own scripting language of which I cannot get rid of (lots of customer-specific scripts written). Now my customers are asking if it would be possible to ... |
I have a problem on this webservice:
http://credenciados.pronto.com.br/carga.asmx?op=IncluirMultimidia2
on arrayArquivo parameter, i use this function to generate data:
Private Function getBase64fromFile(Filename) As String
Dim base64 As New cls64base
...
|
SOAP - Simple Object Access Protocol
I find some Difficulty in understanding the expansion of SOAP.
- First thing, is it really Simple?
... |
A server offers a SOAP function call interface.
Hundreds, perhaps a few thousand, of PCs call that function.
I need to load test this using a single PC.
At the moment I just have ... |
Using VB Express 2008, if the code makes a Remote Procedure call to a SOAP function on another machine is the CPU blocked until the call returns?
|
I'm setting up an environment and am going to be doing some transactional application performance monitoring. In my environment, I want to install an application (thick or thin client), that ... |
I'm working with an API and my results (CRUD) are getting mangled somehow in the return and .NET is throwing invalid XML errors. Is there a setup trick to getting ... |
I have a SOAP web service in .NET which uses:
System.Web.Services.Protocols.SoapHttpClientProtocol
How can I get the raw SOAP request/response XML that's getting sent over HTTP so that I can log the incoming/outgoing ... |
I'm building soap message which requires wse security and for some reason, the client requires KeyInfo, subject and serial #. but the serial # displayued for the x509 is hex and ... |
Title says it all really, so not a wordy question...
Are there any SOAP parser classes within the .NET 3.5 framework?
In summary I have a string that contains a SOAP message, I ... |
I'm trying to do what this guy does here to parse the SOAP response manually:
http://www.codeproject.com/KB/webservices/Java_WS_NET.aspx
My problem is the proxy class that i have generated from the vendor's java web ... |
I am trying to create an xml file like below in .NET. Actually I couldnt do <soap:Header> part. Just needed that part:
<soap:Header>
<AuthenticationSoapHeader
xmlns="http://example.service.com/WS">
<WSUserName>WSusername</WSUserName>
</AuthenticationSoapHeader>
</soap:Header>
I can do like below, I need something like above
<Header> ...
|
I have inherited a problem...
In our organisation there is a system written in VB/Access and is compiled into an MDE.
We do not have the source.
It currently looks up data from another ... |
With real examples and their use, can someone please help me understand:
- How to integrating multiple xml/soap service provider?
- How to mapp the data with different provider?
|
everyone!
I'm writing an java application to get data from .net web-service.
Asp.net web-service has one parameter of datetime. I need to do select query to mysql db with this date as parameter. ... |
I have coded a web service using the .Net 4.0 framework and I can successfully invoke it using a test client (SoapUI) on the local machine after publishing the application to ... |
I am using C# with .net 4 and am trying to consume a java webservice. My code was autogenerated by adding a .net 2.0 style webservice reference. I believe ... |
I am trying to load the following xml in below and then replace the tokens wrapped in {} with the appropriate values, but I noticed that it complains that {} is ... |
What are benefits of Soap?Why it is widely used in Web Services?
|
hello i 'm calling a webservice with the code below on vb codes inside a excel 2007 form.
my problem is getting "SoapMapper: array dimensions do not match definition" error if returning ... |
Anything below 0x20 (except for 0x09, 0x0a, 0x0d i.e. tab, carrige return and line feed) cannot be included in an XML document.
I have some data coming out of a Database and ... |
I have a webservices and I've added it to my .NET project as a web reference. One of the web methods returns a nested array (NameValuePairDTOArray[NameValuePairDTO[]). I can only get null ... |
|
|
Does anyone know how to configure the Eclipse Java development environment to work with SOAP web services that use Microsoft .NET libraries? Our company has built our web services around Microsoft SOAP .NET libraries and we are having a heck of a time helping our customers using Eclipse (and Java) to work successfully. We dont have any problems when using NetBeans ... |