Tagged Questions

0
votes
3answers
61 views

How Do I Intercept Outbound and Inbound Soap Messages from C# Client Side Web Proxy

I'm writing UI to test an asmx web service. Server and client are .NET. Client proxy has been generated using wsdl.exe. I would like to intercept and store a string representation …
0
votes
1answer
45 views

XmlArrayItem deserialization error with nested items

I am totally new to serialization and would greatly appreciate any help. I am having problems deserializing the response message I receive from the proxy class I created through W …
0
votes
1answer
18 views

How to use BlankSlate and Proxy patterns to create a symlink between records?

I want to be able to add a record which acts like a symlink. In other words I want to be able to store a record/object which will defer most attributes to another record/object. …
0
votes
2answers
44 views

How to Write Proxy Methods ?

Hi Everyone, First I don't know the term of "Proxy Methods" are true way to describe what I need is but let me tell what I really want to know actually : Suppose I have a class, …
0
votes
2answers
103 views

Manually change the ClientBase collection type from Array[] to List<>

I'm using my own WCF proxy with ClientBase, I want to do somthing like the ct attribute in the svc util, and tell the proxy to return the List<> collection type. i cant use Lis …
0
votes
2answers
113 views

proxy server in java

i have the follwoing code of proxy server. IS if the right approach? Will this be able to handel load/trafffic if deployed comerially?? package proxyserver; import com.sun.corba …
0
votes
0answers
62 views

Can I generate proxy objects for WCF service library using scriptmanager?

I have used the AJAX Enabled WCF Service template from within a web application. By adding a Service reference to the scriptmanager, some client objects are generated allowing me t …
1
vote
1answer
35 views

Unmarshalling Error [com.ctc.wstx.exc.WstxLazyException]

Hi there, I am communicating with a partner's webservice using proxy classes they've provided. I have this line of code which is throwing an exception: Dim response As requestWe …
0
votes
2answers
403 views

Alternatives to wsdl.exe for creating proxy classes from wsdl

wsdl.exe, appears to be the default tool for .Net to generate proxy class from wsdl. It has known problems (see here and here, also some SO questions). Is there an alternative pro …
0
votes
0answers
61 views

Compiled Proxy Class (in bin) vs. Web Reference

I have a handful of ASP.NET websites which communicate with different instances of SQL Server 2005 via a web reference to the report server's web service. However, today I toyed wi …
0
votes
0answers
44 views

Using dashed webservice methods names in .net

Im trying to use a cgi web service. The Web Service method names contains dashes and wsdl.exe removes them in generated proxy class. Trying to use the proxy class web service im …
2
votes
3answers
263 views

What would cause a WCF service to return an object of type “object”

Per my other post about WCF service return values, I'm consuming a web service from another company, and when I add the service reference inside Visual Studio, the return value of …
2
votes
2answers
251 views

How do I serialize all properties of an NHibernate-mapped object?

I have some web methods that return my objects back as serialized XML. It is only serializing the NHibernate-mapped properties of the object... anyone have some insight? It seems …
1
vote
3answers
158 views

Dynamically generate classes at runtime in php?

Here's what I want to do: $clsName = substr(md5(rand()),0,10); //generate a random name $cls = new $clsName(); //create a new instance function __autoload($class_name) { //defi …
1
vote
3answers
83 views

How do I use a common class between winforms client and web service?

I have inherited a large admin winforms application that shares a 'Common' library of classes for holding data with a web service. The problem I am having is that if I return a pop …

1 2 3 next
15 30 50 per page