all groups > dotnet web services > october 2007 > threads for october 22 - 28, 2007
Filter by week: 1 2 3 4 5
How to handle return Java ArrayList into my DotNet Client API
Posted by Nicolas at 10/28/2007 10:02:35 PM
Very urgent need help on how to handle the ArrayList return by the Java
webservice into my DotNet Console application
Actually the bug came within the return has not understanding the return XML
document
Additional information: There is an error in XML document (1, 573).
my code is like thi... more >>
Send attachment with DIME
Posted by Jakob Lithner at 10/23/2007 12:41:06 AM
I have never sent attachment with webservices.
Yesterday I got the challenge to redesign my solution that sends large XML
structures to a Java webservice. The reason was that the Java SOAP
implementation had problems consuming too large files that way. They
encountered a memory leak in the pa... more >>
web service call locks up C# winforms application
Posted by chendricks at 10/22/2007 1:05:01 PM
I have a C# winforms application that makes periodic web service calls in
background thread to my web service server. These calls work fine almost all
the time but on rare occassions the web service method call will never return
and the entire application will freeze, even though the call is b... more >>
Pass class object to web service
Posted by TTK at 10/22/2007 11:05:03 AM
Hello, I have been researching this for a long time. I am trying to find out
how I can pass an object to a web service. I need details on the code in
vb.net if possible. I would like to have the client to send an object
"Order" to a web service.
Public Class Order
Public Order... more >>
accessing unsecured webservice from a secured webservice
Posted by Mahesh Reddy at 10/22/2007 5:06:01 AM
i have a secured webservice implemented using WSE2.0, also i have added a
soap extention to it for removing certain header information.
now my problem is, i am not able to access another unsecured webservice(not
WSE implemented) from this secured webservice.
also there is a something interesti... more >>
|