adding header blocks

2002-04-17 Thread soap vamsi
hello, How do i add header blocks to a soap message using apache soap? How can i use the actor attribute to route messagges to intermidiate processors? thanks in advance vamsi

Re: Help Needed

2002-04-21 Thread soap vamsi
The tutorial in java world can serve a good starter. http://www.javaworld.com/javaworld/jw-03-2001/jw-0330-soap.html Then u may also browse thru the SOAP specifications at w3c.org vamsi On Sat, 20 Apr 2002 Vinod Palan wrote : >Hi All, >I am new to soap can one of you tell me where to start and

Re: using SOAPContext as first argument in RPC SOAP messages class not working

2002-04-21 Thread soap vamsi
CLARIFICATION NEEDED ... hello andrew, How how do you expect this method to be invoked? What is the exact signature of the method you invoke at the client end to test if this method will get invoked? Thanks in advance vamsi On Fri, 19 Apr 2002 Andrew Trieger wrote : >Hello, > >    I'

serializers/deserializers

2002-04-22 Thread soap vamsi
Why do i need different serializers and deserializers to marshall and unmarshall a message? Why do have to specify the a serializer/deserialzer of my choice when i pass an user created type as a parameter to an rpc? Thanx in advance vamsi _

Re: Re: using SOAPContext as first argument in RPC SOAP messages class not working

2002-04-22 Thread soap vamsi
;    return arg; > } >    But as soon as I add SOAPContext here and >recompile, it doesnt work ---> > > > > public String helloWorldWithArg(SOAPContext ctx, String arg) >{ > >    return arg; > > } > > > > > >    I am trying a test from Scott

rounting in apache

2002-04-23 Thread soap vamsi
Does anyone know how to implement SOAP message routing using the actor attribute? Has anynoe inplemented the same using apache2.2? thanx in advance vamsi _ Click below to visit monsterindia.com and review jobs in India or Abroad http://mons

Re: Apache SOAP RPC vs SOAP Messaging

2002-04-24 Thread soap vamsi
please clarify... what is the messaging server(SoapMsgServer) u are talking about? vamsi On Tue, 23 Apr 2002 Nilesh Kumar, Koratpallikar wrote : >I have a question related to the way Apache SOAP 2.2 was >engineered SOAP RPC >as against SOAP Messaging. > >If You look at the SOAP RPC server, there

Re: Apache SOAP RPC vs SOAP Messaging

2002-04-24 Thread soap vamsi
please clarify... what is the messaging server(SoapMsgServer) u are talking about? vamsi On Tue, 23 Apr 2002 Nilesh Kumar, Koratpallikar wrote : >I have a question related to the way Apache SOAP 2.2 was >engineered SOAP RPC >as against SOAP Messaging. > >If You look at the SOAP RPC server, there

soap encoding?

2002-05-14 Thread soap vamsi
Can any one tell the significance of the encodingStyle attribute where we give the valuehttp://schemas.xmlsoap.org/soap/encoding/. From all that i know this url must contain an xml doc that contains the rules to marshall the soap request the soap xml. Though I stated the above i am still not a

why uddi?

2002-05-26 Thread soap vamsi
I am not sure if this is the right place for this query ,I will be grateful though for any information in this direction. My query is regarding the services that are likely to become webservices and the need for uddi. In my opnion there are two senarios where webservies might find place 1.b2b.

Re: Re: why uddi?

2002-05-27 Thread soap vamsi
OT Web Services, >just a small >part - in my opinion, insignificant. Web Services is made of >many >components - the most important being using SOAP as a protocol, >XML over >HTTP. > > > >----- Original Message - > From: "soap vamsi" <[EMAIL PROTEC

Re: Re: why uddi?

2002-05-27 Thread soap vamsi
searches today via Yahoo, >Google or even AOL. > >Scott Nichol > >- Original Message - > From: "soap vamsi" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, May 27, 2002 01:35 >Subject: why uddi? > > > > I am not sure i

Re: RE: Re: why uddi?

2002-05-27 Thread soap vamsi
t,at a ground level ,what will be services that become webservices. My relentless pursuing of "what services will be the webservices?" may be annoying,but i guess thats the only way i can keep the discussion focussed. thanks again vamsi > >hope this helps > >nilesh > > >

Re: Re: Re: why uddi?

2002-05-29 Thread soap vamsi
x27;t see an opportunity that is actually there. > >Scott Nichol > >- Original Message - > From: "soap vamsi" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Cc: "Scott Nichol" <[EMAIL PROTECTED]> >Sent: Tuesday, May 28, 2002 12:40

axis architecture???

2002-06-26 Thread soap vamsi
I am trying to understand the architecture of the axis implementation,is there any document or resource that can help me in this effort? Thanks in advance vamsi _ There is always a better job for you at Monsterindia.com. Go now http://monst

use of multiref for object serialization

2002-06-26 Thread soap vamsi
While encoding Java Objects to SOAP XML the composed objects are represented using the multiref tag. ex Phone number contained in address is encoded as http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns2="urn:AddressServiceNameSpace"> http://schema

schema for service elements

2002-07-08 Thread soap vamsi
While serializing objects to soap we specify the namespace of the service specific elements by saying " http://schemas.xmlsoap.org/soap/encoding/"; xsi:type="ElementName" xmlns:ns4="urn:ServiceNameSpace"> " which would mean that the elements defined under this element are defined in a schema at

Re: Re: schema for service elements

2002-07-08 Thread soap vamsi
any physical resource, but instead is >simply a >unique name used as an identifier. > >I hope this answers your question. > >Scott Nichol > >- Original Message - > From: "soap vamsi" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sen

multiRef element

2002-07-08 Thread soap vamsi
Soap specification 1.1 talks about the multireferencing aided with the use of href and id attributes.It doesnot though make any explicit reference to the http://monsterindia.rediff.com/jobs -- To unsubscribe, e-mail: For additional commands, e-mail:

use="literal"???

2002-07-12 Thread soap vamsi
What is the significance of in wsdl file ? what is the significance of literal encoding in soap. Why is there no mention of "literal" encoding in the soap specification? _ There is always a better job for you at Monsterindia.com

SOAP http binding

2002-08-14 Thread soap vamsi
What is the significance of SOAP-HTTP binding in the soap specification? Specifacally what does it mean more elements that are http specific added to the soap1.2 schema if yes what are they? vamsi -- To unsubscribe, e-mail: For additional commands, e-mail:

Role of soap in application integration

2002-08-27 Thread soap vamsi
hi all, SOAP implementations send and return objects as beans to/from services.In the RPC scenario,what good will a bean deplete of the application logic be if i want to integrate my application with a soap service. If my concern is valid how does soap ease application integration? thanx in ad

Soap Security

2002-10-21 Thread soap vamsi
Hi all, How is security implemented in soap?Are there any soap implementations that have implemented the "Web Services Security Language" specification? Any pointers will be appreciated. vamsi -- To unsubscribe, e-mail: For additional commands, e-m