cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in calling .net WS

Former Member
0 Kudos

HI,

I am trying to call .net WS with SOAP adapter.

when i import the WSDL i can see only 2 nodes.. first one is parent node and the second one is under first one. this is XML document type.

What they are expecting is my entire XML in a string format to that node... i dont know how to do this mapping.

Any help please...

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

refer this approach -

/people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping

I guess that is the solution you are looking for.

VijayKonam
Active Contributor
0 Kudos

Hi,

In the mapping write a simple UDF by taking all the elements u have as input. Then create an XML inside the UDF (You can hard code the nodes tags as they are going to be static.) Finally assing this string to the target strucuture,

VJ

Former Member
0 Kudos

Thanks Vikay,

Your link helped me a lot...

I finished the job..

Only thig is i am able to call the web service, but the payload at the WS service side is empty. It is not receiving any dataat all... i am working on that.. Hope i can solve it very soon...

Thaks for all our answers

Edited by: ashok sri on Jan 8, 2008 9:43 PM