Click here to Skip to main content
16,008,183 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: calander control javascript to .net Pin
led mike18-Jul-08 7:36
led mike18-Jul-08 7:36 
Questionsending xml message request over http Pin
tchawurura18-Jul-08 5:40
tchawurura18-Jul-08 5:40 
AnswerRe: sending xml message request over http Pin
Parwej Ahamad18-Jul-08 6:17
professionalParwej Ahamad18-Jul-08 6:17 
GeneralRe: sending xml message request over http Pin
tchawurura19-Jul-08 9:37
tchawurura19-Jul-08 9:37 
GeneralRe: sending xml message request over http Pin
tchawurura19-Jul-08 9:38
tchawurura19-Jul-08 9:38 
AnswerRe: sending xml message request over http Pin
led mike18-Jul-08 6:39
led mike18-Jul-08 6:39 
AnswerRe: sending xml message request over http Pin
Paul Conrad18-Jul-08 6:54
professionalPaul Conrad18-Jul-08 6:54 
QuestionProblem with the Complex types of Java webservice Pin
indian14318-Jul-08 3:13
indian14318-Jul-08 3:13 
Hi All,

I am developing a client application for Java Webservice, where he is sending the data in complex types(as Java objects). I am able to get the data but it is missing an array of string which is an attribute of the object.

Lets suppose he is sending me an array of objects of the
class Issue{
int issueNo; string[] contacts;
}
Am able to get the object and issueNo and other fields in the object but not able to receive the contacts field, it is coming empty. I am using his proxy, every thing is coming correct except this.
What may be the issue do I need to take any extra precuations during accessing the Java objects. Please help me.
Here I am putting his wsdl's element which refers the contacts. Please any kind of help will be very very usefull as its very urgent.

Thanks a Lot.

<pre>- <s:complexType name="ArrayOfNotificationResult">
- <s:sequence>
  <s:element minOccurs="0" maxOccurs="unbounded" name="NotificationResult" nillable="true" type="tns:NotificationResult" /> 
  </s:sequence>
  </s:complexType>
- <s:complexType name="NotificationResult">
- <s:sequence>
  <s:element minOccurs="0" maxOccurs="1" name="srId" type="s:string" /> 
  <s:element minOccurs="1" maxOccurs="1" name="notificationEvent" type="tns:NotificationEventType" /> 
  <s:element minOccurs="0" maxOccurs="1" name="contacts" type="tns:ArrayOfString" /> 
  </s:sequence>
  </s:complexType>
- <s:simpleType name="NotificationEventType">
- <s:restriction base="s:string">
  <s:enumeration value="CLOSE" /> 
  <s:enumeration value="CON_REQ" /> 
  <s:enumeration value="OPEN" /> 
  <s:enumeration value="RESP" /> 
  <s:enumeration value="T100" /> 
  <s:enumeration value="T150" /> 
  <s:enumeration value="T300" /> 
  <s:enumeration value="T75" /> 
  </s:restriction>
  </s:simpleType>
- <s:complexType name="ArrayOfString">
- <s:sequence>
  <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" /> 
  </s:sequence>
  </s:complexType>


S/W Engineer
Akebono Soft Technologies
aleem_abdul@akebonosoft.com.

Questionregarding problem in Databound Schedule controls Pin
mandeepkaur18-Jul-08 2:34
mandeepkaur18-Jul-08 2:34 
AnswerRe: regarding problem in Databound Schedule controls Pin
Parwej Ahamad18-Jul-08 6:14
professionalParwej Ahamad18-Jul-08 6:14 
QuestionNUnitAsp script for Master Psge Pin
Member 451421818-Jul-08 1:56
Member 451421818-Jul-08 1:56 
AnswerRe: NUnitAsp script for Master Psge Pin
N a v a n e e t h18-Jul-08 2:10
N a v a n e e t h18-Jul-08 2:10 
GeneralRe: NUnitAsp script for Master Psge Pin
Member 451421818-Jul-08 3:03
Member 451421818-Jul-08 3:03 
GeneralRe: NUnitAsp script for Master Psge Pin
N a v a n e e t h18-Jul-08 3:18
N a v a n e e t h18-Jul-08 3:18 
GeneralRe: NUnitAsp script for Master Psge Pin
Member 451421818-Jul-08 18:21
Member 451421818-Jul-08 18:21 
GeneralRe: NUnitAsp script for Master Psge Pin
N a v a n e e t h18-Jul-08 19:53
N a v a n e e t h18-Jul-08 19:53 
GeneralRe: NUnitAsp script for Master Psge Pin
Member 451421818-Jul-08 20:32
Member 451421818-Jul-08 20:32 
Questionhelp me about window's authentication Pin
Vaibhav Saran18-Jul-08 1:50
Vaibhav Saran18-Jul-08 1:50 
AnswerRe: help me about window's authentication Pin
Ilya Verbitskiy18-Jul-08 2:27
Ilya Verbitskiy18-Jul-08 2:27 
QuestionRSS Toolkit and SQL Server 2005 Pin
wesleytremayne18-Jul-08 1:43
wesleytremayne18-Jul-08 1:43 
QuestionCode for Progress bar Webapplication showing 0-100% completion Pin
harithajagini18-Jul-08 1:27
harithajagini18-Jul-08 1:27 
AnswerRe: Code for Progress bar Webapplication showing 0-100% completion Pin
N a v a n e e t h18-Jul-08 1:30
N a v a n e e t h18-Jul-08 1:30 
GeneralRe: Code for Progress bar Webapplication showing 0-100% completion Pin
harithajagini18-Jul-08 1:59
harithajagini18-Jul-08 1:59 
GeneralRe: Code for Progress bar Webapplication showing 0-100% completion Pin
N a v a n e e t h18-Jul-08 2:09
N a v a n e e t h18-Jul-08 2:09 
Question.NET Profiler Pin
Brendan Vogt18-Jul-08 1:10
Brendan Vogt18-Jul-08 1:10 

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.