• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

WSDL running in SOAPUI

 
Ranch Hand
Posts: 1283
Netbeans IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

One of my friend is ask me this question which I am not able to answer :P He created a test webservice project which work as a calculater(add del etc etc) then he create a WSDL for the same and put in SOAP-UI tool(Don't know what it is for). He is having an confusion because for every methond in his project Soap-UI created an different request. Is it always like this?? if yes why it is so??
 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

What does different requests for methods mean?

Thanks,
Pradeep Jaladi
 
Ranch Hand
Posts: 385
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

One of my friend is ask me this question which I am not able to answer :P



:P

He created a test webservice project which work as a calculater(add del etc etc)



You mean
web service Name is calculator
and
Operations are add del etc ?
is this correct?

then he create a WSDL for the same and put in SOAP-UI tool(Don't know what it is for)



To check whether he is able to connect to deployed Web Service Server and could call the Operations(methods) by passing values to it.

He is having an confusion because for every methond in his project Soap-UI created an different request. Is it always like this?? if yes why it is so??



Do you mean to say that for every operation is when invoked,
a new screen opens in SOAP UI
and you need to pass parameters to it?

your question is,
For sending request, for all operations(add, del etc), a new object creates or not?

is understanding correct? if not please clarify more
 
Kaustubh G Sharma
Ranch Hand
Posts: 1283
Netbeans IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Azreal/ Pradeep,

In Soup-UI he is having 4 methods and for each of it, it created a different request ... and he's expecting an single request for processing it.. it is always like this?? if yes why??
 
Ranch Hand
Posts: 859
IBM DB2 Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It sounds like his service has four request types.

Have him check his annotations, or post the WSDL here.

SOAPUI is not the problem. It sounds like he should have designed it with one request,
and an input parameter that determines the operation, add,sub etc.

WP
 
Get me the mayor's office! I need to tell her about this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic