Click here to Skip to main content
15,911,789 members
Home / Discussions / C#
   

C#

 
Questionvisual studio can not start debugging Pin
chintan1816-Jan-07 18:53
chintan1816-Jan-07 18:53 
AnswerRe: visual studio can not start debugging Pin
Christian Graus16-Jan-07 19:26
protectorChristian Graus16-Jan-07 19:26 
AnswerRe: visual studio can not start debugging Pin
Seishin#16-Jan-07 22:56
Seishin#16-Jan-07 22:56 
QuestionWCF Service and JAVA client Pin
jdkulkarni16-Jan-07 18:34
jdkulkarni16-Jan-07 18:34 
AnswerRe: WCF Service and JAVA client Pin
KevinMac16-Jan-07 18:45
KevinMac16-Jan-07 18:45 
GeneralRe: WCF Service and JAVA client Pin
jdkulkarni16-Jan-07 18:52
jdkulkarni16-Jan-07 18:52 
GeneralRe: WCF Service and JAVA client Pin
KevinMac16-Jan-07 19:59
KevinMac16-Jan-07 19:59 
GeneralRe: WCF Service and JAVA client Pin
jdkulkarni16-Jan-07 20:31
jdkulkarni16-Jan-07 20:31 
Hi Kevin,
Thanks again and I am trying with [XmlSerializerFormat] attribute. But I do not know it is showing some wierd error like this.
Web service client can not be created by JAXWS:wsimport utility.
Reason: duplicate "message" entity: "IWCFService_GetSystemIPAddress_InputMessage"


My WSDL is like this.
<br />
<small><br />
<pre><br />
<?xml version="1.0" encoding="utf-8" ?> <br />
- <wsdl:definitions name="WCFServiceImplement" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:i0="WCFServiceNamespace" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"><br />
  <wsdl:import namespace="WCFServiceNamespace" location="http://10.34.34.241:8578/WCFService?wsdl=wsdl0" /> <br />
- <wsdl:types><br />
- <xsd:schema targetNamespace="http://tempuri.org/Imports"><br />
  <xsd:import schemaLocation="http://10.34.34.241:8578/WCFService?xsd=xsd0" namespace="http://tempuri.org/" /> <br />
  <xsd:import schemaLocation="http://10.34.34.241:8578/WCFService?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> <br />
  </xsd:schema><br />
  </wsdl:types><br />
- <wsdl:message name="IWCFService_GetSystemIPAddress_InputMessage"><br />
  <wsdl:part name="parameters" element="tns:GetSystemIPAddress" /> <br />
  </wsdl:message><br />
- <wsdl:message name="IWCFService_GetSystemIPAddress_OutputMessage"><br />
  <wsdl:part name="parameters" element="tns:GetSystemIPAddressResponse" /> <br />
  </wsdl:message><br />
- <wsdl:portType name="IWCFService"><br />
- <wsdl:operation name="GetSystemIPAddress"><br />
  <wsdl:input wsaw:Action="http://tempuri.org/IWCFService/GetSystemIPAddress" message="tns:IWCFService_GetSystemIPAddress_InputMessage" /> <br />
  <wsdl:output wsaw:Action="http://tempuri.org/IWCFService/GetSystemIPAddressResponse" message="tns:IWCFService_GetSystemIPAddress_OutputMessage" /> <br />
  </wsdl:operation><br />
  </wsdl:portType><br />
- <wsdl:service name="WCFServiceImplement"><br />
- <wsdl:port name="NetTcpBinding_IWCFService" binding="i0:NetTcpBinding_IWCFService"><br />
  <soap12:address location="net.tcp://10.34.34.241:8999/WCFService" /> <br />
- <wsa10:EndpointReference><br />
  <wsa10:Address>net.tcp://10.34.34.241:8999/WCFService</wsa10:Address> <br />
  </wsa10:EndpointReference><br />
  </wsdl:port><br />
- <wsdl:port name="BasicHttpBinding_IWCFService" binding="i0:BasicHttpBinding_IWCFService"><br />
  <soap:address location="http://10.34.34.241:8888/WCFService" /> <br />
  </wsdl:port><br />
  </wsdl:service><br />
  </wsdl:definitions><br />
</pre><br />
</small><br />


Any idea?

Jayant D. Kulkarni
Brainbench Certified Software Engineer in C#, ASP.NET, .NET Framework and ADO.NET

GeneralRe: WCF Service and JAVA client Pin
jdkulkarni16-Jan-07 22:42
jdkulkarni16-Jan-07 22:42 
QuestionOpenFileDailogBox Pin
indiaone16-Jan-07 18:28
indiaone16-Jan-07 18:28 
AnswerRe: OpenFileDailogBox Pin
Flysocket16-Jan-07 18:33
Flysocket16-Jan-07 18:33 
GeneralRe: OpenFileDailogBox Pin
indiaone17-Jan-07 18:51
indiaone17-Jan-07 18:51 
AnswerRe: OpenFileDailogBox Pin
Christian Graus16-Jan-07 19:26
protectorChristian Graus16-Jan-07 19:26 
GeneralRe: OpenFileDailogBox Pin
indiaone16-Jan-07 21:34
indiaone16-Jan-07 21:34 
GeneralRe: OpenFileDailogBox Pin
Christian Graus16-Jan-07 23:52
protectorChristian Graus16-Jan-07 23:52 
QuestionUDP send file issue Pin
Flysocket16-Jan-07 18:25
Flysocket16-Jan-07 18:25 
AnswerRe: UDP send file issue Pin
raju_net181816-Jan-07 19:33
raju_net181816-Jan-07 19:33 
QuestionRegarding focus setting on a drop down in C#! Pin
Mirunab16-Jan-07 17:39
Mirunab16-Jan-07 17:39 
AnswerRe: Regarding focus setting on a drop down in C#! Pin
Christian Graus16-Jan-07 19:28
protectorChristian Graus16-Jan-07 19:28 
QuestionReverse Engineer / view C# / .NET code? Pin
JoeRip16-Jan-07 16:33
JoeRip16-Jan-07 16:33 
AnswerRe: Reverse Engineer / view C# / .NET code? Pin
Christian Graus16-Jan-07 16:53
protectorChristian Graus16-Jan-07 16:53 
QuestionC# on Linux Pin
loscarlitos16-Jan-07 14:32
loscarlitos16-Jan-07 14:32 
AnswerRe: C# on Linux Pin
Christian Graus16-Jan-07 14:57
protectorChristian Graus16-Jan-07 14:57 
AnswerRe: C# on Linux Pin
User 665816-Jan-07 15:15
User 665816-Jan-07 15:15 
GeneralRe: C# on Linux Pin
Seishin#16-Jan-07 22:30
Seishin#16-Jan-07 22:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.