
Signature
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
Dilip,
Everything appears to be fine in the c# proxy ie the namespace is the same
as the message coming in :-(
Kind regards,
Jamie
> Jamie,
> Check if the namespace in the c# proxy uses the same namespace [0]
[quoted text clipped - 74 lines]
> > I will provide the relevant proxy code (Autogenerated by the reference to
> > the WSDL) OR the WSDL to whoever thinks that they can help me out.
Dino Chiesa [Microsoft] - 28 Feb 2005 21:11 GMT
Best way to get interop is to start with thw WSDL, and generate the server
and client-side stubs from that.
Usually it's necessary to see the WSDL to figure out interop problems.
-D
> Dilip,
>
[quoted text clipped - 90 lines]
>> > to
>> > the WSDL) OR the WSDL to whoever thinks that they can help me out.
Jamie Phillips - 01 Mar 2005 15:49 GMT
Hi Dino,
Unfortunately in the final version of the client I will not have any
influence on the Java web service, hence why I was writing the server client
in this manner.
As I stated in the original post, I will supply the WSDL to whoever thinks
they can give me a helping hand, simply so as not to fill this thread up with
so much text :-D
> Best way to get interop is to start with thw WSDL, and generate the server
> and client-side stubs from that.
[quoted text clipped - 97 lines]
> >> > to
> >> > the WSDL) OR the WSDL to whoever thinks that they can help me out.
singhalkapil - 07 Mar 2005 10:24 GMT
hello
I m creating a C# client that connects to Java Web Service for
accessing events using Systinet Web Server.
The connection to the service is done but it does not get the events
from the service.
secondly it is very inconsisitent. it runs once n then keep on showing
exception. the complete stack trace is here:
Connecting EventService...
Connected: SampleClient.EventService.EventService
Subscribing...
System.Net.WebException: The underlying connection was closed: The
proxy name could not be resolved, verify correct proxy configuration.
at System.Net.HttpWebRequest.CheckFinalStatus()
at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult
asyncResult)
at System.Net.HttpWebRequest.GetRequestStream()
at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at SampleClient.EventService.EventService.subscribe(String p0) in
D:\Users\KASI\Sandboxes\Compose_ScenarioMgt\Subsystems\ScenarioMgt\C#\SampleClient\Web
References\EventService\Reference.cs:line 121
at AppMain.testEventService() in
d:\users\kasi\sandboxes\compose_scenariomgt\subsystems\scenariomgt\c#\sampleclient\appmain.cs:line
34
System.Net.WebException: The underlying connection was closed: The
proxy name could not be resolved, verify correct proxy configuration.
at System.Net.HttpWebRequest.CheckFinalStatus()
at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult
asyncResult)
at System.Net.HttpWebRequest.GetRequestStream()
at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at SampleClient.EventService.EventService.getNextEvent() in
D:\Users\KASI\Sandboxes\Compose_ScenarioMgt\Subsystems\ScenarioMgt\C#\SampleClient\Web
References\EventService\Reference.cs:line 68
at AppMain.testEventService() in
d:\users\kasi\sandboxes\compose_scenariomgt\subsystems\scenariomgt\c#\sampleclient\appmain.cs:line
58
The program '[1744] SampleClient.exe' has exited with code 0 (0x0).
Regards,
Kapil
--
singhalkapil