.NET « soap « Java Enterprise Q&A





1. .NET SOAP Common types    stackoverflow.com

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 ...

2. .Net webservice, how to access...?    stackoverflow.com

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 ...

3. How do I prevent DateTime from including zone offset in SOAP xsd:dateTime element?    stackoverflow.com

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 ...

4. VB.NET: How can I remap the soap.location property of a web service at runtime?    stackoverflow.com

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 ...

5. encrypting soap in .net    stackoverflow.com

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 ...

6. Creating new Soap Web Service with .NET 3.5    stackoverflow.com

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 ...

7. Working with ADO.NET Entity Objects and Soap-based Web Services    stackoverflow.com

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 ...

8. Passing multi-dimensional variant array from a .Net web service to Classic vb    stackoverflow.com

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 ...

9. How do I call a Web Service in VB6?    stackoverflow.com

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 ...





10. DateTime Xml Deserialization    stackoverflow.com

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 ...

11. Read the XML/SOAP from an XMLDocument    stackoverflow.com

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 ...

12. (aren't web services platform independent?) web service works in .net 2.0+ projects, but not .net 1.1    stackoverflow.com

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 ...

13. Using a SOAP 1.1 web service from .NET 3.5    stackoverflow.com

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. ...

14. turn off soap extension on webmethod    stackoverflow.com

It possible turn off soap extension on webmethod ? Something like this :

    [WebMethod]
    [SoapExtensionClass]
    public void func()
    {
  ...

15. Does anyone know of a Java implementation similar to the .NET SoapFormatter    stackoverflow.com

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 ...

16. How do I save updates in a GridView control in VB to an existing XML document?    stackoverflow.com

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 ...





17. SOAP services calls from IIS 5.1 (XP) timing out    stackoverflow.com

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 ...

18. Can't generate valid web. referense    stackoverflow.com

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 ...

19. Why would a WebService return nulls when the actual service returns data?    stackoverflow.com

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 ...

20. Calling a web service without using soap    stackoverflow.com

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 ...

21. How to get radar images to a .NET program    stackoverflow.com

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 ...

22. What is best way to post data to an url if someone does not call an web service?    stackoverflow.com

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 ...

23. Dynamically call SOAP service from own scripting language    stackoverflow.com

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 ...

24. VB6 base64 Binary    stackoverflow.com

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

   ...

25. SOAP - Simple Object Access Protocol?    stackoverflow.com

SOAP - Simple Object Access Protocol

I find some Difficulty in understanding the expansion of SOAP.
  • First thing, is it really Simple?
  • ...

26. How to load test a SOAP interface (are SOAP function calls atomic)?    stackoverflow.com

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 ...

27. Are SOAP Remote Procedure Calls atomic blocking calls?    stackoverflow.com

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?

28. Sample Java or .NET application that uses web services?    stackoverflow.com

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 ...

29. SOAP interceptor for .NET?    stackoverflow.com

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 ...

30. View/log raw SOAP requests/responses using System.Web.Services.Protocols.SoapHttpClientProtocol    stackoverflow.com

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 ...

31. How to find X509SerialNumber    stackoverflow.com

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 ...

32. .NET 3.5 - Is there a SOAP Parser in the framework    stackoverflow.com

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 ...

33. How to override GetWebResponse    stackoverflow.com

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 ...

34. How to create this xml file by using System.Xml    stackoverflow.com

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> ...

35. ODBC to Webservice calls    stackoverflow.com

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 ...

36. xml engine for multiple service provider    stackoverflow.com

With real examples and their use, can someone please help me understand:

  1. How to integrating multiple xml/soap service provider?
  2. How to mapp the data with different provider?

37. Passing DateTime from Java app to .Net web-service    stackoverflow.com

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. ...

38. How can I setup a .NET 4.0 web service to be available to other machines on my local network?    stackoverflow.com

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 ...

39. .Net calling Java Webservice, I need to convert an XMLSchema/long to anXMLSoap/long    stackoverflow.com

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 ...

40. Wrap a body in a soap template?    stackoverflow.com

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 ...

41. What are benefits of Soap over normal Xml?    stackoverflow.com

What are benefits of Soap?Why it is widely used in Web Services?

42. vb calling webservice with soap gives SoapMapper: array dimensions do not match definition    stackoverflow.com

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 ...

43. How to stop .net Xml Serialisation inserting illegal characters    stackoverflow.com

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 ...

44. .NET call webservices and returns nulls    stackoverflow.com

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 ...

45. SOAP and java.net.SocketException    coderanch.com

47. Configure Eclipse to work with Microsoft .NET SOAP libraries?    java-forums.org

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 ...