cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice configuration for HTTP GET calls

Former Member
0 Kudos

hello,

we have developed a webservice running on the WEB AS 7.1 and want to call it via http get.

inside the nwa we didn't find a way to configure the default endpoint or to create a new one for this approach.

example call: http://[host]:[port]/[wsname]/[methodname]?[params].

Any ideas?

Regards,

Jens

Accepted Solutions (0)

Answers (1)

Answers (1)

Vlado
Advisor
Advisor
0 Kudos

So, you are asking about RESTful web services right?

0 Kudos

NW AS Java does not provide RESTful ws support yet, rather it provides only BP1.1 compliant.

Former Member
0 Kudos

Hi Dimitar,

can you concrete the statement "does not provide RESTful ws support yet"

when it will be available?

Thanks & Regards,

Jens

0 Kudos

Hi,

In Java EE 6 (JSR 316) initial plans it is mentioned that JSR 311 JAX-RS spec would be included. NW would cover Java EE 6 in the future so via it the REST support could come.

But nothing could be said for sure.

~Dimitar