OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | spago-dev List | March 2008 Index

<--  Date Index     <--  Thread Index  -->

[[spago-dev]] Re: [[spago-dev]] Reg. How to enable SOAP WebService in SPAGO


Title: Firma SpagoWorld
Hi Uday,
the response string, like the request string, is encoded: this means that if you dont use the AdapterAxisClient or the AdapterSOAPProxy you have to decode it, before using it.
If you created you client with Axis, starting from the Spago WSDL, this operation is done automatically by Axis.

The second problem is that the response contains also the encoding of all "Accented" characters because if the XML response contains any of these characters,the XML would be invalid.
If this is a problem, or it's not necessary in your case, you can remove the file xhtml-lat1.ent from the configuration. This is the file that is included in all Spago SOAP responses. If removing the file produce some problems, simply keep it empty.

Best Regards

Gianfranco Boccalon
______________________________________


Spago&Spagic Project Leader
______________________________________

Senior Consultant
Architectures & Consulting
Research & Innovation Division
Engineering Ingegneria Informatica S.p.A.
Corso Stati Uniti, 23/C - 35127 Padova - Italy
Phone: 
+39-049.8692511    Fax:+39-049.8692566
Mobile: +39-3357813507

www.eng.it                    www.spagoworld.org




Uday-A Kumar ha scritto:

Hi Boccalon,

We are able to see the response but it is in default format as below

 <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:serviceResponse xmlns:ns1="http://tempuri.org/it.eng.spago.dispatching.soapchannel.AdapterSOAP" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xsi:type="xsd:string">&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;
&lt;!DOCTYPE RESPONSE [&lt;!-- Portions (C) International Organization for Standardization 1986
     Permission to copy in any form is granted for use with
     conforming SGML systems and applications as defined in
     ISO 8879, provided this notice is included in all copies.
--&gt;
&lt;!-- Character entity set. Typical invocation:
    &lt;!ENTITY % HTMLlat1 PUBLIC
       "-//W3C//ENTITIES Latin 1 for XHTML//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent"&gt;
    %HTMLlat1;
--&gt;

&lt;!ENTITY nbsp   "&amp;#160;"&gt; &lt;!-- no-break space = non-breaking space,
                                  U+00A0 ISOnum --&gt;
&lt;!ENTITY iexcl  "&amp;#161;"&gt; &lt;!-- inverted exclamation mark, U+00A1 ISOnum --&gt;
&lt;!ENTITY cent   "&amp;#162;"&gt; &lt;!-- cent sign, U+00A2 ISOnum --&gt;
&lt;!ENTITY pound  "&amp;#163;"&gt; &lt;!-- pound sign, U+00A3 ISOnum --&gt;
&lt;!ENTITY curren "&amp;#164;"&gt; &lt;!-- currency sign, U+00A4 ISOnum --&gt;
&lt;!ENTITY yen    "&amp;#165;"&gt; &lt;!-- yen sign = yuan sign, U+00A5 ISOnum --&gt;
&lt;!ENTITY brvbar "&amp;#166;"&gt; &lt;!-- broken bar = broken vertical bar,
                                  U+00A6 ISOnum --&gt;
&lt;!ENTITY sect   "&amp;#167;"&gt; &lt;!-- section sign, U+00A7 ISOnum --&gt;
&lt;!ENTITY uml    "&amp;#168;"&gt; &lt;!-- diaeresis = spacing diaeresis,
                                  U+00A8 ISOdia --&gt;
&lt;!ENTITY copy   "&amp;#169;"&gt; &lt;!-- copyright sign, U+00A9 ISOnum --&gt;
&lt;!ENTITY ordf   "&amp;#170;"&gt; &lt;!-- feminine ordinal indicator, U+00AA ISOnum --&gt;
&lt;!ENTITY laquo  "&amp;#171;"&gt; &lt;!-- left-pointing double angle quotation mark
                                  = left pointing guillemet, U+00AB ISOnum --&gt;
&lt;!ENTITY not    "&amp;#172;"&gt; &lt;!-- not sign = discretionary hyphen,
                                  U+00AC ISOnum --&gt;
&lt;!ENTITY shy    "&amp;#173;"&gt; &lt;!-- soft hyphen = discretionary hyphen,
                                  U+00AD ISOnum --&gt;
&lt;!ENTITY reg    "&amp;#174;"&gt; &lt;!-- registered sign = registered trade mark sign,
                                  U+00AE ISOnum --&gt;
&lt;!ENTITY macr   "&amp;#175;"&gt; &lt;!-- macron = spacing macron = overline
                                  = APL overbar, U+00AF ISOdia --&gt;
&lt;!ENTITY deg    "&amp;#176;"&gt; &lt;!-- degree sign, U+00B0 ISOnum --&gt;
&lt;!ENTITY plusmn "&amp;#177;"&gt; &lt;!-- plus-minus sign = plus-or-minus sign,
                                  U+00B1 ISOnum --&gt;
&lt;!ENTITY sup2   "&amp;#178;"&gt; &lt;!-- superscript two = superscript digit two
                                  = squared, U+00B2 ISOnum --&gt;
&lt;!ENTITY sup3   "&amp;#179;"&gt; &lt;!-- superscript three = superscript digit three
                                  = cubed, U+00B3 ISOnum --&gt;
&lt;!ENTITY acute  "&amp;#180;"&gt; &lt;!-- acute accent = spacing acute,
                                  U+00B4 ISOdia --&gt;
&lt;!ENTITY micro  "&amp;#181;"&gt; &lt;!-- micro sign, U+00B5 ISOnum --&gt;
&lt;!ENTITY para   "&amp;#182;"&gt; &lt;!-- pilcrow sign = paragraph sign,
                                  U+00B6 ISOnum --&gt;
&lt;!ENTITY middot "&amp;#183;"&gt; &lt;!-- middle dot = Georgian comma
                                  = Greek middle dot, U+00B7 ISOnum --&gt;
&lt;!ENTITY cedil  "&amp;#184;"&gt; &lt;!-- cedilla = spacing cedilla, U+00B8 ISOdia --&gt;
&lt;!ENTITY sup1   "&amp;#185;"&gt; &lt;!-- superscript digit one,
                                  U+00B9 ISOnum --&gt;
&lt;!ENTITY ordm   "&amp;#186;"&gt; &lt;!-- masculine ordinal indicator,
                                  U+00BA ISOnum --&gt;
&lt;!ENTITY raquo  "&amp;#187;"&gt; &lt;!-- right-pointing double angle quotation mark
                                  = right pointing guillemet, U+00BB ISOnum --&gt;
&lt;!ENTITY frac14 "&amp;#188;"&gt; &lt;!-- vulgar fraction one quarter
                                  = fraction one quarter, U+00BC ISOnum --&gt;
&lt;!ENTITY frac12 "&amp;#189;"&gt; &lt;!-- vulgar fraction one half
                                  = fraction one half, U+00BD ISOnum --&gt;
&lt;!ENTITY frac34 "&amp;#190;"&gt; &lt;!-- vulgar fraction three quarters
                                  = fraction three quarters, U+00BE ISOnum --&gt;
&lt;!ENTITY iquest "&amp;#191;"&gt; &lt;!-- inverted question mark
                                  = turned question mark, U+00BF ISOnum --&gt;
&lt;!ENTITY Agrave "&amp;#192;"&gt; &lt;!-- latin capital letter A with grave
                                  = latin capital letter A grave,
                                  U+00C0 ISOlat1 --&gt;
&lt;!ENTITY Aacute "&amp;#193;"&gt; &lt;!-- latin capital letter A with acute,
                                  U+00C1 ISOlat1 --&gt;
&lt;!ENTITY Acirc  "&amp;#194;"&gt; &lt;!-- latin capital letter A with circumflex,
                                  U+00C2 ISOlat1 --&gt;
&lt;!ENTITY Atilde "&amp;#195;"&gt; &lt;!-- latin capital letter A with tilde,
                                  U+00C3 ISOlat1 --&gt;
&lt;!ENTITY Auml   "&amp;#196;"&gt; &lt;!-- latin capital letter A with diaeresis,
                                  U+00C4 ISOlat1 --&gt;
&lt;!ENTITY Aring  "&amp;#197;"&gt; &lt;!-- latin capital letter A with ring above
                                  = latin capital letter A ring,
                                  U+00C5 ISOlat1 --&gt;
&lt;!ENTITY AElig  "&amp;#198;"&gt; &lt;!-- latin capital letter AE
                                  = latin capital ligature AE,
                                  U+00C6 ISOlat1 --&gt;
&lt;!ENTITY Ccedil "&amp;#199;"&gt; &lt;!-- latin capital letter C with cedilla,
                                  U+00C7 ISOlat1 --&gt;
&lt;!ENTITY Egrave "&amp;#200;"&gt; &lt;!-- latin capital letter E with grave,
                                  U+00C8 ISOlat1 --&gt;
&lt;!ENTITY Eacute "&amp;#201;"&gt; &lt;!-- latin capital letter E with acute,
                                  U+00C9 ISOlat1 --&gt;
&lt;!ENTITY Ecirc  "&amp;#202;"&gt; &lt;!-- latin capital letter E with circumflex,
                                  U+00CA ISOlat1 --&gt;
&lt;!ENTITY Euml   "&amp;#203;"&gt; &lt;!-- latin capital letter E with diaeresis,
                                  U+00CB ISOlat1 --&gt;
&lt;!ENTITY Igrave "&amp;#204;"&gt; &lt;!-- latin capital letter I with grave,
                                  U+00CC ISOlat1 --&gt;
&lt;!ENTITY Iacute "&amp;#205;"&gt; &lt;!-- latin capital letter I with acute,
                                  U+00CD ISOlat1 --&gt;
&lt;!ENTITY Icirc  "&amp;#206;"&gt; &lt;!-- latin capital letter I with circumflex,
                                  U+00CE ISOlat1 --&gt;
&lt;!ENTITY Iuml   "&amp;#207;"&gt; &lt;!-- latin capital letter I with diaeresis,
                                  U+00CF ISOlat1 --&gt;
&lt;!ENTITY ETH    "&amp;#208;"&gt; &lt;!-- latin capital letter ETH, U+00D0 ISOlat1 --&gt;
&lt;!ENTITY Ntilde "&amp;#209;"&gt; &lt;!-- latin capital letter N with tilde,
                                  U+00D1 ISOlat1 --&gt;
&lt;!ENTITY Ograve "&amp;#210;"&gt; &lt;!-- latin capital letter O with grave,
                                  U+00D2 ISOlat1 --&gt;
&lt;!ENTITY Oacute "&amp;#211;"&gt; &lt;!-- latin capital letter O with acute,
                                  U+00D3 ISOlat1 --&gt;
&lt;!ENTITY Ocirc  "&amp;#212;"&gt; &lt;!-- latin capital letter O with circumflex,
                                  U+00D4 ISOlat1 --&gt;
&lt;!ENTITY Otilde "&amp;#213;"&gt; &lt;!-- latin capital letter O with tilde,
                                  U+00D5 ISOlat1 --&gt;
&lt;!ENTITY Ouml   "&amp;#214;"&gt; &lt;!-- latin capital letter O with diaeresis,
                                  U+00D6 ISOlat1 --&gt;
&lt;!ENTITY times  "&amp;#215;"&gt; &lt;!-- multiplication sign, U+00D7 ISOnum --&gt;
&lt;!ENTITY Oslash "&amp;#216;"&gt; &lt;!-- latin capital letter O with stroke
                                  = latin capital letter O slash,
                                  U+00D8 ISOlat1 --&gt;
&lt;!ENTITY Ugrave "&amp;#217;"&gt; &lt;!-- latin capital letter U with grave,
                                  U+00D9 ISOlat1 --&gt;
&lt;!ENTITY Uacute "&amp;#218;"&gt; &lt;!-- latin capital letter U with acute,
                                  U+00DA ISOlat1 --&gt;
&lt;!ENTITY Ucirc  "&amp;#219;"&gt; &lt;!-- latin capital letter U with circumflex,
                                  U+00DB ISOlat1 --&gt;
&lt;!ENTITY Uuml   "&amp;#220;"&gt; &lt;!-- latin capital letter U with diaeresis,
                                  U+00DC ISOlat1 --&gt;
&lt;!ENTITY Yacute "&amp;#221;"&gt; &lt;!-- latin capital letter Y with acute,
                                  U+00DD ISOlat1 --&gt;
&lt;!ENTITY THORN  "&amp;#222;"&gt; &lt;!-- latin capital letter THORN,
                                  U+00DE ISOlat1 --&gt;
&lt;!ENTITY szlig  "&amp;#223;"&gt; &lt;!-- latin small letter sharp s = ess-zed,
                                  U+00DF ISOlat1 --&gt;
&lt;!ENTITY agrave "&amp;#224;"&gt; &lt;!-- latin small letter a with grave
                                  = latin small letter a grave,
                                  U+00E0 ISOlat1 --&gt;
&lt;!ENTITY aacute "&amp;#225;"&gt; &lt;!-- latin small letter a with acute,
                                  U+00E1 ISOlat1 --&gt;
&lt;!ENTITY acirc  "&amp;#226;"&gt; &lt;!-- latin small letter a with circumflex,
                                  U+00E2 ISOlat1 --&gt;
&lt;!ENTITY atilde "&amp;#227;"&gt; &lt;!-- latin small letter a with tilde,
                                  U+00E3 ISOlat1 --&gt;
&lt;!ENTITY auml   "&amp;#228;"&gt; &lt;!-- latin small letter a with diaeresis,
                                  U+00E4 ISOlat1 --&gt;
&lt;!ENTITY aring  "&amp;#229;"&gt; &lt;!-- latin small letter a with ring above
                                  = latin small letter a ring,
                                  U+00E5 ISOlat1 --&gt;
&lt;!ENTITY aelig  "&amp;#230;"&gt; &lt;!-- latin small letter ae
                                  = latin small ligature ae, U+00E6 ISOlat1 --&gt;
&lt;!ENTITY ccedil "&amp;#231;"&gt; &lt;!-- latin small letter c with cedilla,
                                  U+00E7 ISOlat1 --&gt;
&lt;!ENTITY egrave "&amp;#232;"&gt; &lt;!-- latin small letter e with grave,
                                  U+00E8 ISOlat1 --&gt;
&lt;!ENTITY eacute "&amp;#233;"&gt; &lt;!-- latin small letter e with acute,
                                  U+00E9 ISOlat1 --&gt;
&lt;!ENTITY ecirc  "&amp;#234;"&gt; &lt;!-- latin small letter e with circumflex,
                                  U+00EA ISOlat1 --&gt;
&lt;!ENTITY euml   "&amp;#235;"&gt; &lt;!-- latin small letter e with diaeresis,
                                  U+00EB ISOlat1 --&gt;
&lt;!ENTITY igrave "&amp;#236;"&gt; &lt;!-- latin small letter i with grave,
                                  U+00EC ISOlat1 --&gt;
&lt;!ENTITY iacute "&amp;#237;"&gt; &lt;!-- latin small letter i with acute,
                                  U+00ED ISOlat1 --&gt;
&lt;!ENTITY icirc  "&amp;#238;"&gt; &lt;!-- latin small letter i with circumflex,
                                  U+00EE ISOlat1 --&gt;
&lt;!ENTITY iuml   "&amp;#239;"&gt; &lt;!-- latin small letter i with diaeresis,
                                  U+00EF ISOlat1 --&gt;
&lt;!ENTITY eth    "&amp;#240;"&gt; &lt;!-- latin small letter eth, U+00F0 ISOlat1 --&gt;
&lt;!ENTITY ntilde "&amp;#241;"&gt; &lt;!-- latin small letter n with tilde,
                                  U+00F1 ISOlat1 --&gt;
&lt;!ENTITY ograve "&amp;#242;"&gt; &lt;!-- latin small letter o with grave,
                                  U+00F2 ISOlat1 --&gt;
&lt;!ENTITY oacute "&amp;#243;"&gt; &lt;!-- latin small letter o with acute,
                                  U+00F3 ISOlat1 --&gt;
&lt;!ENTITY ocirc  "&amp;#244;"&gt; &lt;!-- latin small letter o with circumflex,
                                  U+00F4 ISOlat1 --&gt;
&lt;!ENTITY otilde "&amp;#245;"&gt; &lt;!-- latin small letter o with tilde,
                                  U+00F5 ISOlat1 --&gt;
&lt;!ENTITY ouml   "&amp;#246;"&gt; &lt;!-- latin small letter o with diaeresis,
                                  U+00F6 ISOlat1 --&gt;
&lt;!ENTITY divide "&amp;#247;"&gt; &lt;!-- division sign, U+00F7 ISOnum --&gt;
&lt;!ENTITY oslash "&amp;#248;"&gt; &lt;!-- latin small letter o with stroke,
                                  = latin small letter o slash,
                                  U+00F8 ISOlat1 --&gt;
&lt;!ENTITY ugrave "&amp;#249;"&gt; &lt;!-- latin small letter u with grave,
                                  U+00F9 ISOlat1 --&gt;
&lt;!ENTITY uacute "&amp;#250;"&gt; &lt;!-- latin small letter u with acute,
                                  U+00FA ISOlat1 --&gt;
&lt;!ENTITY ucirc  "&amp;#251;"&gt; &lt;!-- latin small letter u with circumflex,
                                  U+00FB ISOlat1 --&gt;
&lt;!ENTITY uuml   "&amp;#252;"&gt; &lt;!-- latin small letter u with diaeresis,
                                  U+00FC ISOlat1 --&gt;
&lt;!ENTITY yacute "&amp;#253;"&gt; &lt;!-- latin small letter y with acute,
                                  U+00FD ISOlat1 --&gt;
&lt;!ENTITY thorn  "&amp;#254;"&gt; &lt;!-- latin small letter thorn with,
                                  U+00FE ISOlat1 --&gt;
&lt;!ENTITY yuml   "&amp;#255;"&gt; &lt;!-- latin small letter y with diaeresis,
                                  U+00FF ISOlat1 --&gt;
]&gt;
&lt;RESPONSE&gt;&lt;SERVICE_RESPONSE&gt;&lt;TEST_MODULE Age="Age" Name="Name"/&gt;&lt;/SERVICE_RESPONSE&gt;&lt;ERRORS/&gt;&lt;/RESPONSE&gt;</return>
</ns1:serviceResponse>

</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


How do we send the formatted string to ASP application (means without having special characters like "&gt;","&lt;" etc)

Thanks in advance


Thanks and Regards
Uday Kumar
OBTS TechnoFunctional Analyst
Avenue Marnixlaan, 13
1000 Brussels
Phone: +32 (0)2 551 6056


**************************************************************************************
This mail is transmitted to you on behalf of Tata Consultancy Services.
Diese Post wird Ihnen im Namen der Tata Consultancy Services ubermittelt
**************************************************************************************



Gianfranco Boccalon <gianfranco.boccalon@xxxxxx>

27/03/2008 09:43

To
Uday-A Kumar <uday-a.kumar@xxxxxx>
cc
spago-dev@xxxxxxx
Subject
Re: [[spago-dev]] Reg. How to enable SOAP WebService in SPAGO







To get a response from a Spago Service invoked as a Web service, you dont need to configure any publisher: the response is already in XML so there is no need for any conversion.
I saw that the service was invoked and that it produces a response: you should see this response as the response of the Spago Web Service.

Regards
Gianfranco Boccalon
______________________________________



Spago&Spagic Project Leader
______________________________________

Senior Consultant
Architectures & Consulting
Research & Innovation Division

Engineering Ingegneria Informatica S.p.A.
Corso Stati Uniti, 23/C - 35127 Padova - Italy
Phone:  +39-049.8692511    Fax:+39-049.8692566
Mobile: +39-3357813507


www.eng.it                    www.spagoworld.org





Uday-A Kumar ha scritto:


Hi Boccalon,


Yes I am able to see the response.It is as below


080326 05:17:28  Spago           DEBUG        ModuleCoordinator::service: serviceResponse

<?xml version="1.0" encoding="ISO-8859-1"?>

<SERVICE_RESPONSE>

 <TEST_MODULE Age="Age" Name="Name"/>

</SERVICE_RESPONSE>


080326 05:17:28  Spago           DEBUG        AdapterSOAP::commonService: responseContainer

<?xml version="1.0" encoding="ISO-8859-1"?>

<IT.ENG.SPAGO.BASE.RESPONSECONTAINER>

 <HIDDEN_ATTRIBUTES/>

 <VISIBLE_ATTRIBUTES/>

 <PARENT/>

</IT.ENG.SPAGO.BASE.RESPONSECONTAINER>


080326 05:17:28  Spago           DEBUG        AdapterSOAP::commonService: sessionContainer

<?xml version="1.0" encoding="ISO-8859-1"?>

<SESSION_CONTAINER>

 <IT.ENG.SPAGO.BASE.SESSIONCONTAINER>

   <HIDDEN_ATTRIBUTES/>

   <VISIBLE_ATTRIBUTES/>

   <PARENT/>

 </IT.ENG.SPAGO.BASE.SESSIONCONTAINER>

 <PERMANENT_CONTAINER>

   <SESSION_CONTAINER>

     <IT.ENG.SPAGO.BASE.SESSIONCONTAINER>

       <HIDDEN_ATTRIBUTES/>

       <VISIBLE_ATTRIBUTES>

         <ATTRIBUTE name="SPAGO_TRANSACTION_TOKEN" value="120654824877113077467"/>

       </VISIBLE_ATTRIBUTES>

       <PARENT/>

     </IT.ENG.SPAGO.BASE.SESSIONCONTAINER>

   </SESSION_CONTAINER>

 </PERMANENT_CONTAINER>

 <SHARED_CONTAINER>

   <SESSION_CONTAINER>

     <IT.ENG.SPAGO.BASE.SESSIONCONTAINER>

       <HIDDEN_ATTRIBUTES/>

       <VISIBLE_ATTRIBUTES>

         <ATTRIBUTE name="SPAGO_TRANSACTION_TOKEN" value="120654824877113077467"/>

       </VISIBLE_ATTRIBUTES>

       <PARENT/>

     </IT.ENG.SPAGO.BASE.SESSIONCONTAINER>

   </SESSION_CONTAINER>

 </SHARED_CONTAINER>

</SESSION_CONTAINER>


080326 05:17:28  Spago           DEBUG        Publisher::getPublisher: invocato

080326 05:17:28  Spago           DEBUG        Publisher::getPublisher: businessType [PAGE]

080326 05:17:28  Spago           DEBUG        Publisher::getPublisher: businessName [TEST_PAGE]

080326 05:17:28  Spago           WARNING      Publisher::getPublisher: mapping non trovato

080326 05:17:28  Spago           WARNING      Publisher::getPublisher: mapping non trovato

080326 05:17:28  Spago           WARNING      PresentationRendering::render: resources nullo



But I am not getting empty response.Could you please let me know how to resolve the above issue.



Thanks and Regards
Uday Kumar
OBTS TechnoFunctional Analyst
Avenue Marnixlaan, 13
1000 Brussels
Phone: +32 (0)2 551 6056


**************************************************************************************
This mail is transmitted to you on behalf of Tata Consultancy Services.
Diese Post wird Ihnen im Namen der Tata Consultancy Services ubermittelt
**************************************************************************************


Gianfranco Boccalon <gianfranco.boccalon@xxxxxx>

26/03/2008 16:23


To
Uday-A Kumar <uday-a.kumar@xxxxxx>
cc
spago-dev@xxxxxxx
Subject
Re: [[spago-dev]] Reg. How to enable SOAP WebService in SPAGO









Was the service executed properly ?
Can you see the service response on the Spago log ?

Uday-A Kumar ha scritto:
>
> Hi Boccalon,
>
> Thanks a lot for the help provided
>
> I am able to call the webservice using the following request and end
> points
>
> Request:
> <SOAP-ENV:Envelope
> xmlns:SOAP-ENV=\
"http://schemas.xmlsoap.org/soap/envelope/\">        
> <SOAP-ENV:Body>
>  <ns2:service
> xmlns:ns2=
"http://tempuri.org/it.eng.spago.dispatching.soapchannel.AdapterSOAP">
>   <request xsi:type="xsd:string">&lt;SERVICE_REQUEST
> ACTION_NAME=&quot;TEST_PAGE&quot; /&gt;</request>
> </ns2:service>
> </SOAP-ENV:Body></SOAP-ENV:Envelope>
>
> End Point:  
"http://localhost:7001/bfpservices/servlet/rpcrouter".
>
> But we are getting the empty response.Please let me know is we need to
> configure the publisher for the same ? Provide us sample if possible
> for the soap channel.
>
> Thanks and Regards
> Uday Kumar
> OBTS TechnoFunctional Analyst
> Avenue Marnixlaan, 13
> 1000 Brussels
> Phone: +32 (0)2 551 6056
>
>
> **************************************************************************************
> This mail is transmitted to you on behalf of Tata Consultancy Services.
> Diese Post wird Ihnen im Namen der Tata Consultancy Services ubermittelt
> **************************************************************************************
>
>
> --
>
> Informationen (einschließlich Pflichtangaben) zu einzelnen, innerhalb
> der EU tätigen Gesellschaften und Zweigniederlassungen des Konzerns
> Deutsche Bank finden Sie unter
> _
http://www.db.com/de/content/pflichtangaben.htm_. Diese E-Mail
> enthält vertrauliche und/ oder rechtlich geschützte Informationen.
> Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich
> erhalten haben, informieren Sie bitte sofort den Absender und
> vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die
> unbefugte Weitergabe dieser E-Mail ist nicht gestattet.
>
> Please refer to _
http://www.db.com/en/content/eu_disclosures.htm_ for
> information (including mandatory corporate particulars) on selected
> Deutsche Bank branches and group companies registered or incorporated
> in the European Union. This e-mail may contain confidential and/or
> privileged information. If you are not the intended recipient (or have
> received this e-mail in error) please notify the sender immediately
> and delete this e-mail. Any unauthorized copying, disclosure or
> distribution of the material in this e-mail is strictly forbidden.


--

*Gianfranco Boccalon*
______________________________________
<
www.spagoworld.org>

Spago&Spagic Project Leader
______________________________________

Senior Consultant
Architectures & Consulting
Research & Innovation Division
*Engineering Ingegneria Informatica S.p.A.
*
Corso Stati Uniti, 23/C - 35127 Padova - Italy
Phone:  +39-049.8692511    Fax:+39-049.8692566
Mobile: +39-3357813507

*www.eng.it                    
www.spagoworld.org*
               





--


Informationen (einschließlich Pflichtangaben) zu einzelnen, innerhalb der EU tätigen Gesellschaften und Zweigniederlassungen des Konzerns Deutsche Bank finden Sie unter
http://www.db.com/de/content/pflichtangaben.htm. Diese E-Mail enthält vertrauliche und/ oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.

Please refer to
http://www.db.com/en/content/eu_disclosures.htm for information (including mandatory corporate particulars) on selected Deutsche Bank branches and group companies registered or incorporated in the European Union. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.


--



--



<--  Date Index     <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.