Dora Di Donato

Ranch Hand
+ Follow
since Nov 27, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Dora Di Donato

Ok guys,

thanks for you answer ....I'm working with incompetent people who give me the wrong answers as "application problem" and I constantly contradict.


D. Di Donato
10 years ago

but Can I define as application problem ?


thanks,

D. Di Donato
10 years ago
Hi guys,

I am always to work with Soa Architecture in java and when I invoke a function I have this fault messages :

Invalide Credentials, Error Status [401]

Sorry, if i ask you again this questions, but I need to compare with other guys, this erros could define like a :

- Application Problem ( I don't agree)
- It is a a sopa fualt and it may be a technical error ( I agree with this)

Thanks,

D. Di Donato
10 years ago
Hi guys,
what suggest me to organize a team to test SOA applications?
Suggest me :
Books;
Methodologies;
End ...others..
Thanks
D. Di Donato
10 years ago
Hi Winston,

thank you so much for your reply and I agree with you - It means that I have ask more details when in the my project they tell me "application problem".
Now I am reading this book : " SOA in Prictise - Nicolai Josuttis" and It looks good book.


D. Di Donato
10 years ago
Sorry, application problem what means?

D. Donato
10 years ago
Hi guys,
I am a bit confused about an applicative problem about an application java following paradigm SOA, so what are the applicative problems?which category are there?Someone can give me a list and an example?
Thank you
D.Donato
10 years ago
In the request of soapUI I hava some tag optional like this :

<!--Optional:-->
<tem:userName>?</tem:userName>
when I test this request I can :
- to remove this tag from request of soapui ?
- i can leave this empty?
<!--Optional:-->
<tem:userName></tem:userName>


thanks

D. Di Donato


10 years ago
Hi Guys,
I am testing a request with optional tag, that I think those are minoccurs=0,but I have to leave those empty or I can remove those tags?


Thanks
D. Di Donato
10 years ago
Hi guys,
I am using wsconsume to have source java from wsdl.
Now i have two wsdl, one that include on other, how can use the wsconsume to obtain the source java or is there an other way to obtain the source java from two wsdl that are the same?

Thanks
D. Di Donato
10 years ago
it is a project that expone the API SOAP with EJB 3 ( web service) and I have to add a classes and I add them handwrites.

10 years ago
Hi Paul,
thanks for you answer but it is wrong to handwrite the objectfactory?
I had to handwrite only an objectFactory with two classes.


Thank you
D. Donato
10 years ago
Hi guys,
but it is correct write an object factory jaxb without tools like ws-consume or I have to use a tool to generate those classes?

Thank you

D. Donato
10 years ago
Hi guys,
it is possible that this restfull service method transfer use the EJB private TomTomGtw gtw that expose the same services but soap type?
It means that i can invoke it by restfull method o by soap services?

@EJB(mappedName="java:global/tom-tom-gtw/tom-tom-gtw.jar/TomTomGtwBean!com.accenture.ams.tom.tom.gtw.interfaces.TomTomGtw")
private TomTomGtw gtw;

@POST
@Path("/from-device/{MUID_A}/to-device/{MUID_B}")
@Produces({MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML})
public TransferResponse transfer(@PathParam("MUID_A") String muidA, @PathParam("MUID_B") String muidB) {
log.debug("TOM TOM GTW Transfer RESTful Service invoked...");
log.debug("Request parameters are: MUID_A[{}] MUID_B[{}]", muidA, muidB);

TransferRequest request = new TransferRequest();

request.setMuidA(muidA);
request.setMuidB(muidB);

return gtw.transfer(request);
}

thanks
Di Donato
10 years ago
yes i am asking how to find clientes ....... or collaboration..

Thanks

Di Donato
10 years ago